CVE-2026-80231
curl · curl
A flaw in libcurl causes improper HTTPS connection reuse when different Native CA Store settings are applied, potentially leading to security bypasses or service availability issues.
Executive summary
A high-severity flaw in libcurl allows incorrect HTTPS connection reuse, which poses a significant risk to the integrity of secure communications.
Vulnerability
This vulnerability is categorized as CWE-488, which involves the exposure of a data element to the wrong session. The flaw occurs because libcurl fails to verify that the Native CA Store configuration matches when reusing an existing HTTPS connection, allowing unauthenticated remote attackers to potentially influence session parameters.
Business impact
The improper reuse of HTTPS connections can lead to unexpected behavior in secure data transfers, potentially resulting in unauthorized data access or denial of service for dependent applications. With a CVSS score of 7.5, this vulnerability is classified as high severity, reflecting the potential for significant disruption to business-critical network communications and the confidentiality of encrypted traffic.
Remediation
Immediate Action: Monitor the official curl security advisories for the release of a patched version and apply the update to all affected instances immediately upon availability.
Proactive Monitoring: Review application logs for unexpected connection errors or anomalous handshake behavior that may indicate attempts to leverage improper session reuse.
Compensating Controls: Ensure that applications utilizing libcurl are configured with strict TLS settings and, where possible, limit the reuse of connections across different security contexts until a patch is deployed.
Exploitation status
Public Exploit Available: No (exploit_available: unknown)
Analyst recommendation
Given the high CVSS score and the existence of a proof-of-concept, this vulnerability warrants immediate attention. Security teams should prioritize identifying all systems utilizing the affected versions of libcurl and prepare to deploy the vendor-supplied patch as soon as it is released to prevent potential exploitation.
More curl CVEs
History
CVE Brief tracked this CVE 5 days before it had a CVSS score.
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- CVSS score assigned 7.5 (3.1)
- Analyst report written
Sources
Originally found and disclosed by Stanislav Fort (Aisle Research), with Daniel Stenberg (remediation developer), per the CVE Program record.