---
schema_version: '1.0'
id: security-20260705-17fe1f
url: https://osv.dev/vulnerability/CURL-CVE-2026-10536
url_hash: 17fe1ff025620770efda0f0429c7c595becd0dd7c165972f700bc2fded0e5355
canonical_url: https://osv.dev/vulnerability/CURL-CVE-2026-10536
source: osv:osv
category: security/library
category_raw: cve/library
region: null
tags:
- cve
- CVE-2026-10536
- CURL-CVE-2026-10536
- severity:Low
- https://github.com/curl/curl
- GIT
lang: en
published_at: '2026-06-24T08:00:00Z'
fetched_at: '2026-07-05T15:34:34Z'
updated_at: '2026-07-05T15:37:46Z'
status: published
content_hash: 1688a5f07b6982f79b72b80db9962ae57a4bcad46309e8e11e53c27c27abddd6
license_note: full
summary: HTTP/2 stream-dependency tree UAF
summary_source: rss
summary_en: HTTP/2 stream-dependency tree UAF
entities:
- name: GitHub
  type: organization
- name: HTTP Request-Response Structure
  type: concept
- name: Tree of Evidence
  type: method
key_facts: []
related: []
related_auto:
- name: Intent-centric Protocol
  type: UNKNOWN
  weight: 2.0
- name: Anonymous
  type: organization
  weight: 1.0
- name: AirPods
  type: artifact
  weight: 1.0
- name: Claude Code
  type: artifact
  weight: 1.0
- name: セッション漏洩
  type: event
  weight: 1.0
title: 'CVE-2026-10536: HTTP/2 stream-dependency tree UAF'
---

# CVE-2026-10536: HTTP/2 stream-dependency tree UAF

## TL;DR
HTTP/2 stream-dependency tree UAF

## Key Points
- cve / CVE-2026-10536 / CURL-CVE-2026-10536 / severity:Low / https://github.com/curl/curl / GIT

## Details
**Severity:** Low
**Advisory:** CURL-CVE-2026-10536 (CVE-2026-10536)

**Affected (your watchlist):**
- `GIT:https://github.com/curl/curl` curl-8_9_1 → no fixed version listed [mac]

**Details:**
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.

_Data: OSV.dev (upstream: osv) — https://osv.dev/vulnerability/CURL-CVE-2026-10536_

## Source
元記事: [CVE-2026-10536: HTTP/2 stream-dependency tree UAF](https://osv.dev/vulnerability/CURL-CVE-2026-10536) — published 2026-06-24T08:00:00Z
