CVE-2026-74891
9.8jahlives · openssl_encrypt
The jahlives openssl_encrypt package contains hardcoded database credentials in standalone configuration files, allowing unauthorized network access to PostgreSQL databases.
Executive summary
A critical vulnerability in the jahlives openssl_encrypt package exposes sensitive database credentials, enabling unauthorized access by network-adjacent attackers.
Vulnerability
This is a hard-coded credentials vulnerability (CWE-798). The software includes default database credentials in its configuration files, which are accessible to unauthenticated attackers positioned on the same network.
Business impact
The exposure of database credentials allows an attacker to bypass authentication mechanisms to query, modify, or delete sensitive information stored in the PostgreSQL database. This leads to severe data breaches and potential loss of confidentiality. With a CVSS score of 9.8, the risk of total data exposure is high, necessitating urgent remediation.
Remediation
Immediate Action: Update the openssl_encrypt package to version 1.4.0 or later and rotate all database credentials immediately.
Proactive Monitoring: Audit database access logs for connections from unauthorized internal IP addresses or unusual query patterns.
Compensating Controls: Restrict network access to the PostgreSQL database to authorized application servers only using firewall rules or network segmentation.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability is highly severe due to the exposure of authentication secrets. Administrators must update the software and rotate credentials immediately to neutralize the risk of unauthorized database access.