云虫漏洞库

CVE-2026-74887 - 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 sta - 漏洞详情

漏洞编号:CVE-2026-74887

风险等级:低危

漏洞来源:CVE

CVE 编号:CVE-2026-74887

CNNVD 编号:-

厂商/产品:- / -

影响范围:-

CWE:CWE-338

发布/更新时间:2026-08-17 / 2026-08-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.

相关链接

相关漏洞

« 返回首页