Vulnary
← back to the feed
Critical· 9.1official fix available

CVE-2026-39834

This vulnerability is an integer overflow in the Go crypto SSH library that can cause an infinite loop when writing large amounts of data. It can lead to denial of service by exhausting resources. The issue has been fixed by using 64‑bit integers for size checks.

publishedMay 22, 2026
last modifiedJul 23, 2026
sourcesNVD
severity · cvss
9.1
critical · how bad it is
exploitation · epss
<1%
42th percentile · chance of exploitation in 30 days
(ai-assisted) A model wrote this summary from the official data, so double-check it against the source before you act on it. Read the official advisory →
auto-deletes from the system
counting…on Aug 24, 2026

An official fix is available, so this entry is kept for 30 days and then removed automatically.

01

Who is affected

Go crypto SSH library (golang crypto).

02

Real-world impact

An attacker could send a very large write request over an SSH channel, causing the server to loop endlessly and send empty packets, exhausting CPU and memory, effectively denying service to legitimate users.

03

Why this severity

The CVSS score of 9.1 reflects that the flaw can be exploited remotely without authentication, with no user interaction, and it can completely disrupt integrity and availability of the affected system.

04

What to do about it

official fix available
recommended steps
  1. 01Upgrade the Go crypto SSH library to a version that includes the int64 size comparison fix.
  2. 02Restart any services that use the library to ensure the updated code is loaded.

NVD description

05

Timeline

  1. May 22, 2026 · May 22, 2026
    Published
    Disclosed and added to the National Vulnerability Database.
  2. Jul 23, 2026 · 12d ago
    Advisory updated
    The NVD record was last revised.
  3. Jul 25, 2026 · 10d ago
    Official fix available
    A vendor patch or mitigation now exists — see the remediation steps above.
06

How it’s attacked

Attack vectorNetwork (remote)
Attack complexityLow
Privileges requiredNone
User interactionNone needed
ScopeUnchanged
Confidentiality impactNone
Integrity impactHigh
Availability impactHigh
07

References & advisories

(ai-assisted) A model wrote this summary from the official data, so double-check it against the source before you act on it. Read the official advisory →