fix(vex): add CVE-2025-66564 as not_affected into Trivy VEX file#9924
Merged
DmitriyLewen merged 1 commit intoaquasecurity:mainfrom Dec 10, 2025
Merged
Conversation
knqyf263
approved these changes
Dec 10, 2025
ca-scribner
added a commit
to ca-scribner/advisories
that referenced
this pull request
Dec 12, 2025
The vulnerable code comes from an indirect dependency and is not in the code execution path. This is raised by upstream, who concluded they are unaffected [here](aquasecurity/trivy#9924), and was confirmed independently."
github-merge-queue Bot
pushed a commit
to wolfi-dev/advisories
that referenced
this pull request
Dec 12, 2025
The vulnerable code comes from an indirect dependency and is not in the code execution path. This is raised by upstream, who concluded they are unaffected [here](aquasecurity/trivy#9924), and was confirmed independently."
Collaborator
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.
Description
Trivy contains vulnerable
github.com/sigstore/timestamp-authorityindirect package:┌─────────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────┬──────────────────────────────────────────────────────────────┐ │ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │ Title │ ├─────────────────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼─────────────────┼──────────────────────────────────────────────────────────────┤ │ github.com/sigstore/timestamp-authority │ CVE-2025-66564 │ HIGH │ fixed │ v1.2.2 │ 2.0.3 │ Sigstore Timestamp Authority is a service for issuing RFC │ │ │ │ │ │ │ │ 3161 timesta ...... │ │ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2025-66564 │ ├─────────────────────────────────────────┼────────────────┤ │ ├───────────────────┼─────────────────┼──────────────────────────────────────────────────────────────┤There is fix only for
v2version - https://pkg.go.dev/vuln/GO-2025-4192So we can't simlply bump version for this repository.
Solution
I checked this using
govulncheck:Trivy doesn't use vulnerable package, so we can add this package to our VEX file.
Checklist