Description
A flaw was found in curl. A remote attacker could exploit this by initiating an unencrypted connection (via IMAP, SMTP, or POP3) and then making a subsequent request to the same host that requires Transport Layer Security (TLS). Due to incorrect connection reuse, the subsequent request would bypass the TLS requirement, leading to the transmission of sensitive information in cleartext. This vulnerability, categorized as Cleartext Transmission of Sensitive Information (CWE-319), results in information disclosure.
Published: n/a
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in libcurl allows a remote attacker to exploit a session reuse bug: the attacker initiates an unencrypted IMAP, SMTP, or POP3 connection and then performs a subsequent request to the same host that requires TLS. Because libcurl incorrectly reuses the connection, the TLS requirement is bypassed, and sensitive data is transmitted in cleartext. This is a Cleartext Transmission of Sensitive Information (CWE‑319) vulnerability that can lead to disclosure of confidential information such as emails, credentials, or other transmitted data.

Affected Systems

The vulnerability affects the libcurl library, the component used in many projects and system utilities for HTTP, HTTPS, and other protocols. No specific version range is disclosed in the advisory, indicating that all publicly available releases may potentially be impacted until a patch is applied.

Risk and Exploitability

The CVSS score of 5.3 places the issue in the medium severity range. The EPSS score is not provided, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is remote network access; an attacker must have the ability to initiate both an unencrypted and a TLS‑protected connection to the same host. If successful, the attacker can read the cleartext traffic, compromising confidentiality. The risk is therefore moderate, with the primary threat being exposure of sensitive data rather than full system compromise.

Generated by OpenCVE AI on May 1, 2026 at 22:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update libcurl to the latest version that addresses the connection reuse issue.
  • Disable or prohibit unencrypted IMAP, SMTP, POP3, or other plaintext protocols on servers that also use TLS, so attackers cannot exploit mixed‑protocol interactions.
  • Configure applications to enforce TLS usage only, rejecting any attempts to use plaintext connections against services that should be protected.

Generated by OpenCVE AI on May 1, 2026 at 22:45 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 01 May 2026 01:45:00 +0000

Type Values Removed Values Added
First Time appeared Curl
Curl curl
Vendors & Products Curl
Curl curl

Fri, 01 May 2026 00:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in curl. A remote attacker could exploit this by initiating an unencrypted connection (via IMAP, SMTP, or POP3) and then making a subsequent request to the same host that requires Transport Layer Security (TLS). Due to incorrect connection reuse, the subsequent request would bypass the TLS requirement, leading to the transmission of sensitive information in cleartext. This vulnerability, categorized as Cleartext Transmission of Sensitive Information (CWE-319), results in information disclosure.
Title curl: curl: Information disclosure due to incorrect TLS connection reuse
Weaknesses CWE-319
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


cve-icon MITRE

No data.

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-04-29T00:00:00Z

Links: CVE-2026-4873 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-01T23:00:14Z

Weaknesses