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

exploitDog

github логотип

GHSA-j466-q253-mxp8

Опубликовано: 17 авг. 2026
Источник: github
Github: Не прошло ревью
CVSS4: 9.3
CVSS3: 0

Описание

openssl_encrypt before 1.4.0 imports Python's non-cryptographic 'random' module (Mersenne Twister PRNG) at line 15 of openssl_encrypt/modules/pqc.py. No direct calls to random.* were present in the code, so no cryptographic operation is currently affected; however, the import creates a hazard that future code could inadvertently use random.randint() instead of a cryptographically secure alternative (secrets/os.urandom), producing predictable values since the Mersenne Twister state can be recovered from approximately 624 outputs. Fixed by removing the import in 1.4.0.

openssl_encrypt before 1.4.0 imports Python's non-cryptographic 'random' module (Mersenne Twister PRNG) at line 15 of openssl_encrypt/modules/pqc.py. No direct calls to random.* were present in the code, so no cryptographic operation is currently affected; however, the import creates a hazard that future code could inadvertently use random.randint() instead of a cryptographically secure alternative (secrets/os.urandom), producing predictable values since the Mersenne Twister state can be recovered from approximately 624 outputs. Fixed by removing the import in 1.4.0.

EPSS

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

9.3 Critical

CVSS4

0 Low

CVSS3

Дефекты

CWE-338

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

CVSS3: 3.7
nvd
28 дней назад

openssl_encrypt before 1.4.0 imports Python's non-cryptographic 'random' module (Mersenne Twister PRNG) at line 15 of openssl_encrypt/modules/pqc.py. No direct calls to random.* were present in the code, so no cryptographic operation is currently affected; however, the import creates a hazard that future code could inadvertently use random.randint() instead of a cryptographically secure alternative (secrets/os.urandom), producing predictable values since the Mersenne Twister state can be recovered from approximately 624 outputs. Fixed by removing the import in 1.4.0.

EPSS

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

9.3 Critical

CVSS4

0 Low

CVSS3

Дефекты

CWE-338