Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-rm3j-f69w-wqmq

Опубликовано: 25 июн. 2026
Источник: github
Github: Прошло ревью
CVSS3: 9.1

Описание

golang.org/x/crypto vulnerable to infinite loop on large channel writes

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.

Пакеты

Наименование

golang.org/x/crypto

go
Затронутые версииВерсия исправления

< 0.52.0

0.52.0

EPSS

Процентиль: 41%
0.00525
Низкий

9.1 Critical

CVSS3

Дефекты

CWE-190

Связанные уязвимости

CVSS3: 9.1
ubuntu
2 месяца назад

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.

CVSS3: 6.5
redhat
2 месяца назад

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.

CVSS3: 9.1
nvd
2 месяца назад

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.

CVSS3: 9.1
msrc
2 месяца назад

Invoking infinite loop on large channel writes in golang.org/x/crypto/ssh

CVSS3: 9.1
debian
2 месяца назад

When writing data larger than 4GB in a single Write call on an SSH cha ...

EPSS

Процентиль: 41%
0.00525
Низкий

9.1 Critical

CVSS3

Дефекты

CWE-190