supply-chain attack on trivy action 0.34.2 - Update Trivy action to v0.35.0#1751
Closed
sinatayebati wants to merge 1 commit into
Closed
supply-chain attack on trivy action 0.34.2 - Update Trivy action to v0.35.0#1751sinatayebati wants to merge 1 commit into
sinatayebati wants to merge 1 commit into
Conversation
trivy-action was the target of a real supply-chain attack (CVE-2026-33634) just weeks ago where 76 version tags were force-pushed to malicious commits. The safe version is v0.35.0 (SHA 57a97c7).
Collaborator
|
As we already were pinning our version to a SHA (the one of v0.34.2), we were not actually compromised. Also see the "NOT affected" column for
Will be updated as part of #1756. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
trivy-action was the target of a supply-chain attack (CVE-2026-33634) just weeks ago where 76 version tags were force-pushed to malicious commits. The safe version is v0.35.0 (SHA 57a97c7).
based on the information available, the attack force-pushed tags 0.0.1 through 0.34.2 (the version that Airweave is using) to malicious commits, but v0.35.0 was not compromised because Aqua Security had already enabled immutable tags starting from that release.
Resolves #1752
Summary by cubic
Pin
aquasecurity/trivy-actionto v0.35.0 in the build workflow to avoid the recent supply-chain attack (CVE-2026-33634). We were using v0.34.2, which was among the compromised tags.Written for commit 6048e74. Summary will update on new commits.