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

exploitDog

github логотип

GHSA-6w4m-2xhg-2658

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

Описание

Buffer overflow in sponge queue functions

Impact

The Keccak sponge function interface accepts partial inputs to be absorbed and partial outputs to be squeezed. A buffer can overflow when partial data with some specific sizes are queued, where at least one of them has a length of 2^32 - 200 bytes or more.

Patches

Yes, see commit fdc6fef0.

Workarounds

The problem can be avoided by limiting the size of the partial input data (or partial output digest) below 2^32 - 200 bytes. Multiple calls to the queue system can be chained at a higher level to retain the original functionality. Alternatively, one can process the entire input (or produce the entire output) at once, avoiding the queuing functions altogether.

References

See issue #105 for more details.

Пакеты

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

pysha3

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

<= 1.0.2

Отсутствует

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

sha3

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

< 1.0.5

1.0.5

EPSS

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

9.8 Critical

CVSS3

Дефекты

CWE-190

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

CVSS3: 9.8
ubuntu
больше 2 лет назад

The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.

CVSS3: 8.1
redhat
больше 2 лет назад

The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.

CVSS3: 9.8
nvd
больше 2 лет назад

The Keccak XKCP SHA-3 reference implementation before fdc6fef has an integer overflow and resultant buffer overflow that allows attackers to execute arbitrary code or eliminate expected cryptographic properties. This occurs in the sponge function interface.

CVSS3: 9.8
msrc
больше 2 лет назад

Описание отсутствует

CVSS3: 9.8
debian
больше 2 лет назад

The Keccak XKCP SHA-3 reference implementation before fdc6fef has an i ...

EPSS

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

9.8 Critical

CVSS3

Дефекты

CWE-190