GPU VulnDB

Database/Kernel, userspace & hypervisor

libcurl: pooled TLS connection outlives its easy handle and reuses a freed OpenSSL library context

UnscoredCVE-2026-80229Kernel, userspace & hypervisorcurated

Impact

libcurl attaches an allocated OpenSSL library context to an easy handle without taking an ownership reference, but a pooled TLS connection can outlive that handle. Destroying the easy handle frees the context while a live connection still holds the pointer, so later I/O or post-handshake work on that connection is a heap use-after-free. On a GPU fleet libcurl is not a user-facing app but a dependency inside the daemons that move data - registry and model pulls, object-store and telemetry clients, cluster agents - so the crash or memory corruption lands in a long-running process on the node rather than in a short CLI invocation. The record does not establish attacker-controlled exploitation; the observable consequence stated is a use-after-free on subsequent I/O, and the affected configuration is specific (multi interface plus an OpenSSL 3 provider configuration).

Who can reach it

Not directly reachable by an unauthenticated remote party per this record. It requires a process that uses libcurl's multi interface against an OpenSSL 3 provider configuration and releases easy handles while pooled connections remain; a peer that keeps a connection alive and continues post-handshake traffic is in a position to hit the freed context. No authentication step is described.

What to do

Update the system libcurl/curl package to the fixed release named in curl's own advisory (curl.se/docs/CVE-2026-80229.html) - the NVD record carries no fixed version, so take it from the vendor page. Because libcurl is loaded into long-lived processes, a package update alone is not enough: restart every daemon and container image that links it, and rebuild any image that vendors a static libcurl. No node reboot or drain is required; rolling daemon and pod restarts are sufficient.

References

Related entries

All Kernel, userspace & hypervisor entries

This entry is curated: imported from vendor advisories with machine assistance, not yet individually verified. Confirm against your vendor's advisory before acting, and report anything wrong.