Description
A vulnerability exists where a connection requiring TLS incorrectly reuses an
existing unencrypted connection from the same connection pool. If an initial
transfer is made in clear-text (via IMAP, SMTP, or POP3), a subsequent request
to that same host bypasses the TLS requirement and instead transmit data
unencrypted.
Published: 2026-05-13
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

libcurl exhibits a flaw where, for a connection that requires TLS, the library may reuse an existing unencrypted connection from the same connection pool. When an initial transfer occurs in clear‑text through IMAP, SMTP, or POP3, a later request to that same host that should use TLS silently falls back to the unencrypted connection, transmitting data without encryption. This flaw corresponds to CWE-295 and CWE-319 and permits an attacker with network access to intercept otherwise protected traffic and disclose confidential data such as emails or credentials.

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.9 places the issue in the medium severity range. The EPSS score of less than 1% indicates a low probability of exploitation, 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 14, 2026 at 15:27 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 14, 2026 at 15:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8227-1 curl vulnerabilities
History

Thu, 14 May 2026 14:00:00 +0000

Type Values Removed Values Added
First Time appeared Haxx
Haxx curl
Weaknesses CWE-295
CPEs cpe:2.3:a:haxx:curl:*:*:*:*:*:*:*:*
Vendors & Products Haxx
Haxx curl

Wed, 13 May 2026 20:15:00 +0000

Type Values Removed Values Added
Metrics 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'}

ssvc

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

cvssV3_1

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


Wed, 13 May 2026 15:30:00 +0000

Type Values Removed Values Added
References

Wed, 13 May 2026 09: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. A vulnerability exists where a connection requiring TLS incorrectly reuses an existing unencrypted connection from the same connection pool. If an initial transfer is made in clear-text (via IMAP, SMTP, or POP3), a subsequent request to that same host bypasses the TLS requirement and instead transmit data unencrypted.
Title curl: curl: Information disclosure due to incorrect TLS connection reuse connection reuse ignores TLS requirement
References

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

Status: PUBLISHED

Assigner: curl

Published:

Updated: 2026-05-13T19:30:04.825Z

Reserved: 2026-03-26T05:38:02.098Z

Link: CVE-2026-4873

cve-icon Vulnrichment

Updated: 2026-05-13T09:05:12.559Z

cve-icon NVD

Status : Analyzed

Published: 2026-05-13T13:01:55.893

Modified: 2026-05-14T13:45:11.407

Link: CVE-2026-4873

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-4873 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-14T15:30:16Z

Weaknesses