Trivy Vulnerability Report for branch private/soc2#23
Open
github-actions[bot] wants to merge 1 commit intoprivate/soc2from
Open
Trivy Vulnerability Report for branch private/soc2#23github-actions[bot] wants to merge 1 commit intoprivate/soc2from
github-actions[bot] wants to merge 1 commit intoprivate/soc2from
Conversation
Comment on lines
+1564
to
+1626
| { | ||
| "VulnerabilityID": "CVE-2025-22868", | ||
| "PkgID": "golang.org/x/oauth2@v0.21.0", | ||
| "PkgName": "golang.org/x/oauth2", | ||
| "PkgIdentifier": { | ||
| "PURL": "pkg:golang/golang.org/x/oauth2@v0.21.0", | ||
| "UID": "7bbd309baa312dbe" | ||
| }, | ||
| "InstalledVersion": "v0.21.0", | ||
| "FixedVersion": "0.27.0", | ||
| "Status": "fixed", | ||
| "SeveritySource": "ghsa", | ||
| "PrimaryURL": "https://avd.aquasec.com/nvd/cve-2025-22868", | ||
| "DataSource": { | ||
| "ID": "ghsa", | ||
| "Name": "GitHub Security Advisory Go", | ||
| "URL": "https://github.com/advisories?query=type%3Areviewed+ecosystem%3Ago" | ||
| }, | ||
| "Fingerprint": "sha256:1fdf23d35641f9a74feac81e41264f6a2f343c4aff2df1b168b3ffeefaa29681", | ||
| "Title": "golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws", | ||
| "Description": "An attacker can pass a malicious malformed token which causes unexpected memory to be consumed during parsing.", | ||
| "Severity": "HIGH", | ||
| "CweIDs": [ | ||
| "CWE-1286" | ||
| ], | ||
| "VendorSeverity": { | ||
| "amazon": 3, | ||
| "azure": 3, | ||
| "cbl-mariner": 3, | ||
| "ghsa": 3, | ||
| "redhat": 3, | ||
| "rocky": 3 | ||
| }, | ||
| "CVSS": { | ||
| "ghsa": { | ||
| "V3Vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", | ||
| "V3Score": 7.5 | ||
| }, | ||
| "redhat": { | ||
| "V3Vector": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H", | ||
| "V3Score": 7.5 | ||
| } | ||
| }, | ||
| "References": [ | ||
| "https://access.redhat.com/security/cve/CVE-2025-22868", | ||
| "https://bugzilla.redhat.com/show_bug.cgi?id=2347423", | ||
| "https://bugzilla.redhat.com/show_bug.cgi?id=2348366", | ||
| "https://bugzilla.redhat.com/show_bug.cgi?id=2352914", | ||
| "https://bugzilla.redhat.com/show_bug.cgi?id=2354195", | ||
| "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-22868", | ||
| "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-27144", | ||
| "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-29786", | ||
| "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-30204", | ||
| "https://errata.rockylinux.org/RLSA-2025:7479", | ||
| "https://go.dev/cl/652155", | ||
| "https://go.dev/issue/71490", | ||
| "https://nvd.nist.gov/vuln/detail/CVE-2025-22868", | ||
| "https://pkg.go.dev/vuln/GO-2025-3488", | ||
| "https://www.cve.org/CVERecord?id=CVE-2025-22868" | ||
| ], | ||
| "PublishedDate": "2025-02-26T08:14:24.897Z", | ||
| "LastModifiedDate": "2025-05-01T19:27:10.43Z" | ||
| } |
There was a problem hiding this comment.
The Trivy scan has identified a HIGH severity vulnerability (CVE-2025-22868) in golang.org/x/oauth2 v0.21.0. This vulnerability allows attackers to cause unexpected memory consumption during token parsing, potentially leading to denial of service.
Recommendation: Update golang.org/x/oauth2 to version 0.27.0 or later which contains the fix for this issue.
c6235ba to
a22022a
Compare
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 Scan Report for branch
private/soc2• Vulnerability ID: CVE-2025-22868
• Pkg: golang.org/x/oauth2 v0.21.0
• Severity: HIGH
• Title: golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2/jws