CVE-2026-86250
Received Received - Intake

h3 Server DoS via Malicious Chunked Cookie Parsing

Vulnerability report for CVE-2026-86250, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-06

Last updated on: 2026-09-06

Assigner: VulnCheck

Description

h3 versions before 2.0.1-rc.18 fail to validate the chunk count parsed from user-controlled cookie values in setChunkedCookie() and deleteChunkedCookie() functions. Attackers can send a crafted cookie header with an extremely large chunk count to trigger an O(nΒ²) cleanup loop that hangs the server process.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-06
Last Modified
2026-09-06
Generated
2026-09-06
AI Q&A
2026-09-06
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-400 The product does not properly control the allocation and maintenance of a limited resource.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a Denial of Service (DoS) vulnerability in the h3 library affecting versions before 2.0.1-rc.18. It occurs in the setChunkedCookie() and deleteChunkedCookie() functions where user-controlled cookie values are parsed without validating the chunk count. Attackers can send a crafted cookie with an extremely large chunk count, triggering an O(nΒ²) cleanup loop that hangs the server process.

Detection Guidance

Monitor for unusually high CPU usage or unresponsive servers after receiving requests with cookies containing __chunked__ followed by a large number. Check server logs for requests with crafted cookie headers like 'Cookie: h3=__chunked__999999'.

Impact Analysis

An attacker can exploit this to cause a complete DoS by sending a single unauthenticated request with a malicious cookie. The server will hang indefinitely, unable to process other requests. This leads to downtime, service unavailability, and potential loss of functionality for applications using affected h3 versions.

Compliance Impact

This vulnerability causes a Denial of Service (DoS) by hanging the server process, which can lead to prolonged unavailability of services. For GDPR, this may violate Article 32 requirements for availability and resilience of processing systems. For HIPAA, it could disrupt access to protected health information, potentially violating Security Rule requirements for access controls and availability.

Mitigation Strategies

Update the h3 library to version 2.0.1-rc.18 or later. If immediate update is not possible, implement input validation to limit the chunk count in cookies to a reasonable maximum value (e.g., 100).

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-86250. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart