<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:h3:h3:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3ah3h3/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Sun, 06 Sep 2026 12:45:46 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3ah3h3/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Denial of Service Vulnerability in h3 Library</title><link>https://feed.craftedsignal.io/briefs/2026-09-cve-2026-86250/</link><pubDate>Sun, 06 Sep 2026 12:45:46 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-cve-2026-86250/</guid><description>The h3 library is vulnerable to a denial of service attack due to improper input validation of cookie chunk counts, allowing an attacker to trigger an O(n²) cleanup loop that hangs the server process.</description><content:encoded><![CDATA[<p>The h3 library (versions prior to 2.0.1-rc.18) contains a security flaw in its cookie handling mechanism. Specifically, the functions setChunkedCookie() and deleteChunkedCookie() fail to validate the chunk count parsed from incoming user-controlled cookie values. An unauthenticated attacker can exploit this by sending a specially crafted HTTP request containing a cookie header with an excessively large chunk count. This input forces the library to execute an O(n²) cleanup loop, which consumes excessive CPU resources and results in a denial of service condition by hanging the server process. This vulnerability is significant for any application relying on the h3 library for HTTP header or cookie management, as it allows remote attackers to disrupt service availability without authentication.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in a complete denial of service for the affected application, as the CPU-intensive cleanup loop blocks the server process from handling further legitimate traffic. This can lead to prolonged service outages for affected web applications.</p>
<h2 id="recommendation">Recommendation</h2>
<p>Prioritized actions for development and security teams:</p>
<ul>
<li>Upgrade the h3 library to version 2.0.1-rc.18 or later across all applications.</li>
<li>Audit existing deployments to identify applications using affected versions of h3.</li>
<li>Implement request rate limiting or WAF rules to detect and drop requests containing unusually large or malformed cookie headers as a temporary mitigation until patching is completed.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>denial-of-service</category><category>vulnerability</category><category>web-application</category></item></channel></rss>