CVE-2026-74892
7.5Jahlives · openssl_encrypt
The jahlives openssl_encrypt library contains hard-coded credentials, which could allow an unauthenticated attacker to gain unauthorized access to protected system functions.
Executive summary
A hard-coded credential vulnerability in the jahlives openssl_encrypt library exposes the system to unauthorized access by unauthenticated remote attackers.
Vulnerability
The library uses hard-coded secrets (CWE-798), which bypasses normal authentication mechanisms. This allows an unauthenticated remote attacker to potentially authenticate or access sensitive operations.
Business impact
Hard-coded credentials represent a critical security oversight that can lead to complete unauthorized access to application functions. Given the CVSS score of 7.5, the impact is severe, as it allows attackers to bypass security controls entirely, risking data theft and system control.
Remediation
Immediate Action: Update the jahlives openssl_encrypt library to version 1.4.0 or later to remove the hard-coded secrets.
Proactive Monitoring: Review system logs for unauthorized authentication attempts or access to administrative functions that should be restricted.
Compensating Controls: Restrict network access to the application using an Access Control List (ACL) or VPN to limit exposure to the vulnerable component until an update is applied.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Hard-coded credentials constitute a major security failure that must be remediated immediately. Administrators should apply the 1.4.0 update as soon as possible and consider rotating any secrets that may have been exposed while the vulnerable version was in use.