CVE-2026-10536
Severity CVSS v4.0:
Pending analysis
Type:
CWE-416
Use After Free
Publication date:
03/07/2026
Last modified:
07/07/2026
Description
A use-after-free vulnerability exists in libcurl when an application<br />
configures an HTTP/2 stream-dependency tree via `CURLOPT_STREAM_DEPENDS` or<br />
`CURLOPT_STREAM_DEPENDS_E`, subsequently invokes `curl_easy_reset()`, and<br />
finally terminates the handle with `curl_easy_cleanup()`. During this final<br />
cleanup phase, libcurl attempts to access and modify an internal structure<br />
that was already freed during the reset operation.
Impact
Base Score 3.x
9.80
Severity 3.x
CRITICAL
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:haxx:curl:*:*:*:*:*:*:*:* | 7.88.0 (including) | 8.21.0 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



