CVE-2026-74887Jahlives · Openssl_encrypt
Vulnerability data via NVD (ingested)
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.
External references
Search for exposed instances
Shodan + Censys queries derived from NVD's CPE data. The vuln tag catches assets Shodan has explicitly linked to this CVE; the product / banner fingerprints find exposed instances even when the vuln tag was never applied (which is common).
vuln:CVE-2026-74887product:"Jahlives Openssl Encrypt"http.html:"Openssl Encrypt"More intel sources (5)
vuln:CVE-2026-74887vulnerabilities.cve_id: CVE-2026-74887CVE-2026-74887CVE-2026-74887"CVE-2026-74887" exploit -site:nvd.nist.gov