-
Notifications
You must be signed in to change notification settings - Fork 97
OCPBUGS-101727: bump tests-extension dependencies #1342
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
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.
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
🌐 Web query:
OSV golang.org/x/crypto v0.51.0 CVE-2026-39830 v0.52.0💡 Result:
CVE-2026-39830 is a security vulnerability affecting the golang.org/x/crypto package, specifically within the ssh component [1][2]. The vulnerability allows a malicious SSH peer to send unsolicited global request responses that fill an internal buffer [3][4][1]. This action blocks the connection's read loop, preventing the associated goroutine from being released even when Close is called, which leads to a resource leak per connection [1][2]. The vulnerability is fixed in version v0.52.0 [4][1][5]. All versions of golang.org/x/crypto prior to v0.52.0 are considered affected [1][5]. Users are advised to upgrade to v0.52.0 or later to mitigate this issue [4][1][6]. This issue is documented across several security databases, including the Go Vulnerability Database (as GO-2026-5017) and the GitHub Advisory Database (as GHSA-vgwf-h737-ff37) [4][1][7][5].
Citations:
Denial of Service (CWE-400): Uncontrolled Resource Consumption
Exploitability: Moderate
Bump
golang.org/x/cryptoto v0.52.0 or later.v0.51.0is affected by CVE-2026-39830, which allows a malicious SSH peer to cause a per-connection resource leak. Upgrade the dependency and updatetests-extension/go.sum.🤖 Prompt for AI Agents