CVE-2026-74874
7.5jahlives · openssl_encrypt
The openssl_encrypt library uses a cryptographically weak pseudo-random number generator, which may compromise the security of encrypted data.
Executive summary
The openssl_encrypt library is vulnerable to weak random number generation, which poses a significant risk to the integrity of cryptographic operations.
Vulnerability
This vulnerability involves the use of a cryptographically weak pseudo-random number generator (CWE-338). The flaw is remotely exploitable by an unauthenticated attacker, as indicated by the CVSS vector.
Business impact
Successful exploitation allows an attacker to predict generated values, potentially leading to the compromise of encrypted data or the bypass of security mechanisms. Given the CVSS score of 7.5, this high-severity vulnerability could lead to significant data exposure and loss of confidentiality for sensitive business communications or stored information.
Remediation
Immediate Action: Update the jahlives openssl_encrypt package to version 1.4.0 or later to implement a secure random number generator.
Proactive Monitoring: Monitor application logs for unusual patterns in cryptographic output or repeated failures in encrypted handshake processes.
Compensating Controls: Ensure that systems relying on this library are isolated within secure network segments to limit exposure to potential attackers.
Exploitation status
Public Exploit Available: false
Analyst recommendation
This vulnerability presents a clear risk to data confidentiality. IT administrators must prioritize updating to version 1.4.0 immediately to replace the weak random number generator with a secure implementation.