CRITICAL🇵🇱 Wersja polska

CVE-2026-39830

CVSS 9.1pub. 2026-05-22upd. 2026-09-03

A malicious SSH peer could send unsolicited global request responses to fill an internal buffer, blocking the connection's read loop. The blocked goroutine could not be released by calling Close(), resulting in a resource leak per connection. Unsolicited global responses are now discarded.

🤖 AI Analysis
How it works

An attacker acting as a malicious SSH peer sends unsolicited responses to global requests (global request responses), which are placed into an internal library buffer. The buffer fills up, blocking the goroutine responsible for reading connection data. The blocked goroutine cannot be freed by a standard Close() call, resulting in persistent resource leak per affected connection. The fix consists of rejecting unsolicited global responses instead of placing them in the buffer.

Impact

An attacker can cause a server resource leak (goroutines, memory) per connection, which at appropriate scale can result in denial of service (DoS) through system resource exhaustion. Additionally, the high CVSS score indicates significant impact on data confidentiality.

Mitigation & patch

Patches available from the vendor should be applied according to references (changes: go.dev/cl/781640 and go.dev/cl/781664). It is recommended to update the golang.org/x/crypto library to a version containing the fix and to monitor announcements on the golang-announce mailing list.

Who is affected

Golang Crypto library (golang.org/x/crypto) — versions indicated in vendor references (go.dev/issue/79564 and pkg.go.dev/vuln/GO-2026-5017)

Analysis generated by Claude AI (Anthropic) based on NVD data. Always verify with vendor.
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
  • Golang Crypto

    APP
    Golang
    < 0.52.0
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2026-39833CRITICAL9.1PL ✓same product

Golang Crypto: brak wymuszenia ograniczenia ConfirmBeforeUse w NewKeyring()

CVE-2026-39834CRITICAL9.1PL ✓same product

Integer overflow w Golang Crypto SSH — nieskończona pętla przy zapisie >4GB

CVE-2026-39832CRITICAL9.1PL ✓same product

Golang Crypto: pominięcie ograniczeń przy przekazywaniu kluczy do zdalnego agenta SSH

CVE-2026-39831CRITICAL9.1PL ✓same product

Brak weryfikacji flagi User Presence w FIDO/U2F w Golang Crypto

CVE-2026-42508CRITICAL9.1PL ✓same product

Nieprawidłowa weryfikacja unieważnionych kluczy CA w Golang Crypto