Description
A vulnerability exists where a new transfer that uses STARTTLS to upgrade the
connection might reuse an existing live connection even though the TLS
configuration mismatches so it should not.
Published: 2026-07-03
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The curl library’s STARTTLS implementation allows a new transfer to reuse an existing live connection even when the TLS configuration does not match, meaning the upgrade may occur without the intended security guarantees. As a result, data transmitted after the STARTTLS command could be sent over a channel that is not fully protected, potentially exposing or allowing modification of information that should be confidential and integrity‑protected. The flaw is a TLS renegotiation issue classified as CWE‑295.

Affected Systems

This issue affects the curl library (libcurl) used by applications that perform STARTTLS operations. No specific version ranges are mentioned, so any build of libcurl that implements STARTTLS could be susceptible. Operators using libcurl should verify the version and look for updates that address this flaw.

Risk and Exploitability

The CVSS score of 8.1 indicates high severity, but the EPSS score of less than 1% suggests a low but non‑zero exploitation probability. The vulnerability is not listed in CISA’s KEV catalog. Exploitation would require an attacker to influence the server or network path to trigger a STARTTLS upgrade that reuses a mismatched connection; this scenario is inferred and would likely involve a malicious or misconfigured server or a man‑in‑the‑middle attack. Consequently, the overall risk is moderate, driven largely by the high severity of the potential data compromise.

Generated by OpenCVE AI on July 23, 2026 at 16:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade libcurl to a version that contains the STARTTLS connection reuse fix.
  • Configure applications to disable connection reuse for STARTTLS upgrades or enforce explicit TLS checks after the upgrade.
  • Monitor network traffic for unexpected plaintext following a STARTTLS command and alert on anomalies.

Generated by OpenCVE AI on July 23, 2026 at 16:27 UTC.

Tracking

Sign in to view the affected projects.

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

Tue, 07 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-295
References
Metrics threat_severity

None

threat_severity

Important


Mon, 06 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Sun, 05 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-703

Sun, 05 Jul 2026 05:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-703

Sat, 04 Jul 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-295

Sat, 04 Jul 2026 12:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284
CWE-295

Fri, 03 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-311

Fri, 03 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-200
CWE-311

Fri, 03 Jul 2026 09:00:00 +0000

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

Fri, 03 Jul 2026 06:45:00 +0000

Type Values Removed Values Added
Description A vulnerability exists where a new transfer that uses STARTTLS to upgrade the connection might reuse an existing live connection even though the TLS configuration mismatches so it should not.
Title wrong STARTTLS connection reuse
References

cve-icon MITRE

Status: PUBLISHED

Assigner: curl

Published:

Updated: 2026-07-06T17:33:50.416Z

Reserved: 2026-05-11T07:06:37.906Z

Link: CVE-2026-8286

cve-icon Vulnrichment

Updated: 2026-07-06T17:33:45.469Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-03T06:14:17Z

Links: CVE-2026-8286 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-23T16:30:09Z

Weaknesses
  • CWE-295

    Improper Certificate Validation