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

exploitDog

github логотип

GHSA-p423-j2cm-9vmq

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

Описание

Cryptography vulnerable to buffer overflow if non-contiguous buffers were passed to APIs

If a non-contiguous buffer was passed to APIs which accepted Python buffers (e.g. Hash.update()), this could lead to buffer overflows. For example:

h = Hash(SHA256()) b.update(buf[::-1])

would read past the end of the buffer on Python >3.11

Пакеты

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

cryptography

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

>= 45.0.0, < 46.0.7

46.0.7

EPSS

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

6.9 Medium

CVSS4

Дефекты

CWE-119

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

ubuntu
4 дня назад

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. From 45.0.0 to before 46.0.7, if a non-contiguous buffer was passed to APIs which accepted Python buffers (e.g. Hash.update()), this could lead to buffer overflows. This vulnerability is fixed in 46.0.7.

nvd
5 дней назад

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. From 45.0.0 to before 46.0.7, if a non-contiguous buffer was passed to APIs which accepted Python buffers (e.g. Hash.update()), this could lead to buffer overflows. This vulnerability is fixed in 46.0.7.

debian
5 дней назад

cryptography is a package designed to expose cryptographic primitives ...

EPSS

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

6.9 Medium

CVSS4

Дефекты

CWE-119