PT-2026-76623 · Pypi · Openssl-Encrypt
CVE-2026-74887
·
Published
2026-08-17
·
Updated
2026-08-28
CVSS v4.0
6.3
Medium
| Vector | AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N |
Name of the Vulnerable Software and Affected Versions
openssl encrypt versions prior to 1.4.0
Description
The software imports Python's non-cryptographic
random module, which uses a Mersenne Twister Pseudo-Random Number Generator (PRNG), within the openssl encrypt/modules/pqc.py file. While no cryptographic operations are currently affected, the presence of this import creates a risk that future development might use random.randint() instead of cryptographically secure alternatives like secrets or os.urandom. This could lead to predictable values because the state of the Mersenne Twister can be recovered after observing approximately 624 outputs.Recommendations
Update to version 1.4.0.
Exploit
Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Openssl-Encrypt