-
Notifications
You must be signed in to change notification settings - Fork 57
NO-ISSUE: Bump golang.org/x/crypto to v0.52.0 #580
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒 Security & Privacy | 🟠 Major | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: openshift/csi-operator
Length of output: 230
🏁 Script executed:
Repository: openshift/csi-operator
Length of output: 222
🏁 Script executed:
Repository: openshift/csi-operator
Length of output: 2623
🌐 Web query:
OSV golang.org/x/net v0.54.0 vulnerabilities fixed version 0.55.0 CVE-2026-39821💡 Result:
CVE-2026-39821 is a security vulnerability in the idna package of the golang.org/x/net module, which was fixed in version 0.55.0 [1][2]. The vulnerability involves an improper input validation flaw in the ToASCII and ToUnicode functions [3][2]. These functions incorrectly accept Punycode-encoded labels that decode to ASCII-only labels (e.g., "xn--example-.com" incorrectly resolving to "example.com" instead of returning an error) [3][2]. This behavior can lead to privilege escalation, as an attacker could potentially bypass security controls that perform checks on an ASCII hostname before it is converted to Unicode [3][2]. This issue is tracked by Go as GO-2026-5026 [1][2]. Users are advised to upgrade to golang.org/x/net version 0.55.0 or later to mitigate this risk [4][2].
Citations:
🌐 Web query:
site:osv.dev golang.org/x/net v0.54.0 html vulnerability fixed version💡 Result:
Version v0.54.0 of the golang.org/x/net package is affected by several HTML parsing vulnerabilities that can lead to XSS (cross-site scripting) attacks when processing and rendering arbitrary HTML [1][2][3][4][5]. These vulnerabilities are generally fixed in version v0.55.0 [1][2][3][4]. Specific vulnerabilities identified in the golang.org/x/net/html package include: - Incorrect handling of duplicate attributes (GO-2026-5030 / CVE-2026-27136) [1][6]. - Incorrect handling of character references in DOCTYPE nodes (GO-2026-5029) [2]. - Incorrect handling of HTML elements in foreign content (GO-2026-5027 / CVE-2026-42502) [3][4]. - Incorrect handling of namespaced elements in foreign content (CVE-2026-42506) [5]. To remediate these issues, users should update their dependency to at least version v0.55.0 [1][2][3][4].
Citations:
Update
golang.org/x/netto v0.55.0 or later.v0.54.0is still listed by OSV as affected by CVE-2026-39821 and multiplex/net/htmlvulnerabilities fixed inv0.55.0. Since this is indirect, confirm the affected packages are actually reachable.🤖 Prompt for AI Agents
Source: Path instructions