CVE-2026-39834

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:golang:crypto:*:*:*:*:*:go:*:*

History

No history.

Information

Published : 2026-05-22 04:16

Updated : 2026-07-23 16:10


NVD link : CVE-2026-39834

Mitre link : CVE-2026-39834

CVE.ORG link : CVE-2026-39834


JSON object : View

Products Affected

golang

  • crypto
CWE
CWE-190

Integer Overflow or Wraparound