Integer Overflow or Wraparound The advisory has been revoked - it doesn't affect any version of package golang-go.crypto  (opens in a new tab)


Threat Intelligence

EPSS
0.53% (42nd percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-UBUNTU2510-GOLANGGOCRYPTO-16800554
  • published10 Jun 2026
  • disclosed22 May 2026

Introduced: 22 May 2026

CVE-2026-39834  (opens in a new tab)
CWE-190  (opens in a new tab)

Amendment

The Ubuntu security team deemed this advisory irrelevant for Ubuntu:25.10.

NVD Description

Note: Versions mentioned in the description apply only to the upstream golang-go.crypto package and not the golang-go.crypto package as distributed by Ubuntu.

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.