Beveiligingsadvies

CVE-2026-39834

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2026-05-22 02:31:27
Laatst bijgewerkt 2026-05-22 18:50:51
Toegewezen door Go
CVSS-score 9.1
Status PUBLISHED

Beschrijving

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.