CVE-2026-80229
curl · curl
A heap use after free vulnerability in libcurl occurs when pooled TLS connections in OpenSSL 3 configurations outlive their easy handles, causing a dangling pointer and potential application crash.
Executive summary
A heap use after free vulnerability in the curl library poses a high risk of service denial through application crashes when processing network transfers.
Vulnerability
This is a Use After Free (CWE-416) flaw triggered during libcurl multi interface transfers. When using OpenSSL 3, a dangling pointer is created due to improper reference management of the library context, allowing an unauthenticated remote attacker to potentially cause a crash via specific I/O operations.
Business impact
Successful exploitation of this vulnerability leads to a denial of service, impacting the availability of applications dependent on libcurl for network communications. With a CVSS score of 7.5, the vulnerability is classified as High severity, reflecting the potential for significant disruption to business processes that rely on these network operations.
Remediation
Immediate Action: Monitor the official curl security advisory page for the release of a patched version and apply the update immediately upon availability.
Proactive Monitoring: Review application logs for unexpected crashes or segmentation faults occurring during network-intensive tasks, particularly those involving TLS connections.
Compensating Controls: Ensure that systems are configured to limit the exposure of internal services to untrusted network traffic, which can reduce the likelihood of an attacker triggering the vulnerable code path.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Given the High severity of this memory corruption vulnerability, administrators should prioritize the identification of all instances of the affected curl versions within their infrastructure. Once a vendor patch is released, testing and deployment should be conducted immediately to eliminate the risk of service disruption.
More curl CVEs
History
CVE Brief tracked this CVE 4 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.