CVE-2026-74893
8.8Jahlives · openssl_encrypt
The openssl_encrypt package contains a hard-coded credential vulnerability that allows authenticated attackers to forge JWT tokens and bypass security controls.
Executive summary
A high-severity vulnerability involving hard-coded credentials in the jahlives openssl_encrypt package allows authenticated attackers to perform JWT token forgery.
Vulnerability
This vulnerability, classified as CWE-798, involves the use of hard-coded credentials within the software. An authenticated user can leverage these credentials to forge JWT tokens, effectively escalating privileges or bypassing authentication mechanisms.
Business impact
The ability to forge JWT tokens enables an attacker to impersonate legitimate users or administrators, leading to a total loss of access control. With a CVSS score of 8.8, this vulnerability poses a severe risk to organizational security, as it allows for persistent unauthorized access and potential data exfiltration.
Remediation
Immediate Action: Upgrade to version 1.4.0 or the latest available release to eliminate the hard-coded credentials.
Proactive Monitoring: Audit authentication logs for anomalous token generation or use that does not correlate with standard user activity.
Compensating Controls: Rotate all secrets and keys associated with the application immediately upon patching to ensure that any previously exposed hard-coded secrets are rendered useless.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a critical failure in credential management. It is imperative that administrators update to version 1.4.0 immediately and conduct a comprehensive rotation of all security secrets to prevent ongoing unauthorized access.