Security Advisory

CVE-2026-10536

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-07-03 06:11:15
Last updated 2026-07-06 18:29:27
Assigner curl
CVSS score not scored
State PUBLISHED

Description

A use-after-free vulnerability exists in libcurl when an application configures an HTTP/2 stream-dependency tree via `CURLOPT_STREAM_DEPENDS` or `CURLOPT_STREAM_DEPENDS_E`, subsequently invokes `curl_easy_reset()`, and finally terminates the handle with `curl_easy_cleanup()`. During this final cleanup phase, libcurl attempts to access and modify an internal structure that was already freed during the reset operation.