Description
openssl_encrypt versions before 1.4.0 contain an information disclosure vulnerability in the /ready endpoint that returns full database exception strings to unauthenticated callers. Attackers can trigger database errors to extract sensitive information including hostnames, IP addresses, connection parameters, and potentially credentials from exception messages.
Published: 2026-08-17
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in openssl_encrypt before version 1.4.0 allows an attacker to trigger database errors that are returned in full by the /ready endpoint. These exception strings can reveal hostnames, IP addresses, connection parameters and may contain credentials, thereby compromising the confidentiality of the system. The weakness falls under CWE‑209 – Improper Handling of Error Messages or Data Out‑of‑Band Leakage.

Affected Systems

Vendor "jahlives" offers the openssl_encrypt product. All releases before 1.4.0 are affected; no other vendors or product variants are listed as impacted.

Risk and Exploitability

Scored with CVSS 8.7, indicating a high severity of confidentiality loss. The EPSS score is not available and the vulnerability is not listed in CISA KEV, suggesting no known widespread exploitation yet, but the lack of authentication requirements means any unauthenticated requester could invoke the endpoint and provoke an error. The attack path is straightforward: issue HTTP requests to /ready, induce a database exception, and capture the returned payload. The possibility of extracting credentials elevates the risk even if exploitation may require triggering specific errors.

Generated by OpenCVE AI on August 17, 2026 at 12:32 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade openssl_encrypt to version 1.4.0 or later
  • Configure the application to restrict or disable the /ready endpoint for unauthenticated users
  • Modify error handling so that database exceptions do not reveal internal details, ensuring messages are sanitized or generic

Generated by OpenCVE AI on August 17, 2026 at 12:32 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:jahlives:openssl_encrypt:*:*:*:*:*:python:*:*

Fri, 21 Aug 2026 13:00:00 +0000

Type Values Removed Values Added
First Time appeared Jahlives
Jahlives openssl Encrypt
Vendors & Products Jahlives
Jahlives openssl Encrypt

Tue, 18 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 17 Aug 2026 11:15:00 +0000

Type Values Removed Values Added
Description openssl_encrypt versions before 1.4.0 contain an information disclosure vulnerability in the /ready endpoint that returns full database exception strings to unauthenticated callers. Attackers can trigger database errors to extract sensitive information including hostnames, IP addresses, connection parameters, and potentially credentials from exception messages.
Title openssl_encrypt before 1.4.0 Information Disclosure via /ready endpoint
Weaknesses CWE-209
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


Subscriptions

Jahlives Openssl Encrypt
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-17T16:03:59.327Z

Reserved: 2026-08-17T10:36:18.505Z

Link: CVE-2026-74879

cve-icon Vulnrichment

Updated: 2026-08-17T15:44:42.905Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-17T11:16:42.460

Modified: 2026-09-01T15:28:17.557

Link: CVE-2026-74879

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T12:40:58Z

Weaknesses
  • CWE-209

    Generation of Error Message Containing Sensitive Information