Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Releases are vulnerable to insider risk #471

Open
korran opened this issue Mar 15, 2024 · 0 comments
Open

GitHub Releases are vulnerable to insider risk #471

korran opened this issue Mar 15, 2024 · 0 comments

Comments

@korran
Copy link
Contributor

korran commented Mar 15, 2024

When releasing a new version, a zip file is constructed containing the release and a "GitHub Release" is created for a repo (for example, see the v1.0 release).

Unfortunately, anyone with write access to the caliptra-sw or caliptra-rtl repositories can modify the released artifacts, without any additional review or audit logging. You can imagine a scenario where an insider modifies the release to add a backdoor, a vendor downloads the release to integrate in their project, and later the insider switches the binary back to the original version to hide the evidence.

Potential solutions:

  1. Delete all releases and require vendors to checkout the repo.
  2. Publish artifacts into a "caliptra-releases" git repo.
  3. Publish artifacts to our GitHub Pages site.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant