CVE Catalog

CVE-2026-80229

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.90%

58th percentile - higher than 58% of all known CVEs

Summary

When performing transfers via libcurl's multi interface, pooled TLS connections can outlive their originating easy handles. In OpenSSL 3 provider configurations, libcurl attaches an allocated library context to the easy handle's state and passes it to OpenSSL without acquiring an ownership reference; destroying the easy handle prematurely frees this context while the active connection retains a dangling pointer, leading to a heap-use-after-free upon subsequent I/O or post-handshake operations.

Risk Assessment

The vulnerability could lead to application crashes or potentially arbitrary code execution, posing a serious risk to system stability and security.

Recommendation

It is recommended to upgrade libcurl to a patched version and avoid prematurely destroying easy handles if possible.

Other vulnerabilities in libcurl

See all
Original NVD description (English source)

When performing transfers via libcurl’s multi interface, pooled TLS connections can outlive their originating easy handles. In OpenSSL 3 provider configurations, libcurl attaches an allocated library context to the easy handle's state and passes it to OpenSSL without acquiring an ownership reference; destroying the easy handle prematurely frees this context while the active connection retains a dangling pointer, leading to a heap-use-after-free upon subsequent I/O or post-handshake operations.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS