CVE-2026-74879
Received Received - Intake

OpenSSL Encrypt Information Disclosure via Database Errors

Vulnerability report for CVE-2026-74879, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-17

Last updated on: 2026-08-17

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-17
Last Modified
2026-08-17
Generated
2026-08-17
AI Q&A
2026-08-17
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-209 The product generates an error message that includes sensitive information about its environment, users, or associated data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an information disclosure flaw in openssl_encrypt versions before 1.4.0. It occurs in the /ready endpoint, which returns full database exception strings to unauthenticated users. Attackers can trigger database errors to extract sensitive details like hostnames, IP addresses, connection parameters, and potentially credentials from these error messages.

Detection Guidance

Check if your openssl_encrypt version is below 1.4.0 by running: openssl_encrypt --version. If vulnerable, test the /ready endpoint by sending a malformed request to trigger a database error and observe if detailed exception messages are returned.

Impact Analysis

An attacker could exploit this to gain access to sensitive system information, including database credentials or network details. This could lead to further attacks like unauthorized data access, lateral movement within a network, or credential theft. The impact is high severity due to the potential for data breaches and system compromise.

Compliance Impact

This vulnerability could violate compliance requirements under GDPR and HIPAA by exposing sensitive personal or health data through information disclosure. GDPR mandates protection of personal data, while HIPAA requires safeguarding protected health information. A breach could result in legal penalties, fines, or reputational damage.

Mitigation Strategies

Upgrade openssl_encrypt to version 1.4.0 or later immediately. If upgrading is not possible, modify the /ready endpoint to return generic error messages and log detailed exceptions server-side.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74879. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart