CVE-2026-39834
Last modified
CVE-2026-39834 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. When writing data larger than 4GB in a single Write call on an SSH channel, an integer overflow in the internal payload size calculation caused the write loop to spin indefinitely, sending empty packets without making progress. The size comparison now uses int64 to prevent truncation.. EPSS estimates a 0.47% chance of exploitation in the next 30 days.
Description
When writing data larger than 4GB in a single Write call on an SSH channel, an integer overflow in the internal payload size calculation caused the write loop to spin indefinitely, sending empty packets without making progress. The size comparison now uses int64 to prevent truncation.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Golang | Crypto | < 0.52.0 |
References
- https://go.dev/cl/781663Issue Tracking
- https://go.dev/issue/79567Issue Tracking
- https://pkg.go.dev/vuln/GO-2026-5020Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-39834?
How severe is CVE-2026-39834?
How do I fix CVE-2026-39834?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-39829The RSA and DSA public key parsers did not enforce size limi…7.5
- CVE-2026-3983A security flaw has been discovered in Campcodes Division Re…3.5
- CVE-2026-39830A malicious SSH peer could send unsolicited global request r…9.1
- CVE-2026-39831The Verify() method for FIDO/U2F security key types (sk-ecds…9.1
- CVE-2026-39832When adding a key to a remote agent constraint extensions su…9.1
- CVE-2026-39833The in-memory keyring returned by NewKeyring() silently acce…9.1
- CVE-2026-39835SSH servers which use CertChecker as a public key callback w…5.3
- CVE-2026-39836The Dial and LookupPort functions panic on Windows when prov…7.5
- CVE-2026-39837Improper neutralization of Script-Related HTML tags in a web…5.4
- CVE-2026-39838Improper neutralization of input during web page generation …6.9
- CVE-2026-39839Improper neutralization of Script-Related HTML tags in a web…6.1
- CVE-2026-3984A weakness has been identified in Campcodes Division Regiona…3.5
Are you affected by CVE-2026-39834?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
