<?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:netty:netty-Codec-Http3:4.2.17.final:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3anettynetty-codec-http34.2.17.final/</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>Sat, 26 Sep 2026 15:07:39 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3anettynetty-codec-http34.2.17.final/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 in Netty HTTP/3 Codec via QPACK Encoder State Exhaustion</title><link>https://feed.craftedsignal.io/briefs/2026-09-netty-qpack-dos/</link><pubDate>Sat, 26 Sep 2026 15:07:39 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-netty-qpack-dos/</guid><description>An unauthenticated remote attacker can cause heap exhaustion in applications using Netty's HTTP/3 codec by exploiting improper QPACK dynamic table state management, leading to a denial-of-service condition.</description><content:encoded><![CDATA[<p>Netty's HTTP/3 codec (io.netty:netty-codec-http3) versions 4.2.0.Final through 4.2.17.Final are susceptible to a memory exhaustion vulnerability (CVE-2026-100660). The issue stems from the QpackEncoder component, which retains an unbounded queue and dynamic-table index tracker for every encoded field section referencing the QPACK dynamic table. These objects are stored in memory keyed by the peer-controlled QUIC stream ID and are released exclusively upon receipt of a Section Acknowledgment or Stream Cancellation instruction from the remote decoder.</p>
<p>Because the implementation lacks limits on the number of tracked streams, field sections, or total retained bytes, an unauthenticated attacker can orchestrate a denial-of-service attack. By initiating sequential HTTP/3 requests over a single QUIC connection while omitting mandatory Section Acknowledgments, an attacker forces the server to accumulate entries indefinitely. This bypasses typical concurrent-stream constraints and consumes server heap memory until the process crashes. Defenders should upgrade to version 4.2.18.Final to incorporate the enforced state management and limits.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in a persistent denial-of-service state due to heap exhaustion. The vulnerability affects any application utilizing the netty-codec-http3 library version 4.2.0.Final through 4.2.17.Final for HTTP/3 traffic. Because the attack occurs at the HTTP/3 protocol layer, it can impact any public-facing service or microservice infrastructure relying on these specific Netty versions for QUIC/HTTP/3 connectivity.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade netty-codec-http3 to version 4.2.18.Final or later across all Java applications immediately.</li>
<li>Review HTTP/3 traffic ingress patterns for clients that exhibit high rates of request initiation without corresponding acknowledgment traffic, which may indicate attempted exploitation.</li>
<li>Apply resource limits on the number of concurrent QUIC streams and total HTTP/3 memory usage at the network load balancer or reverse proxy layer as a temporary mitigation for services that cannot be patched immediately.</li>
<li>Monitor Java Virtual Machine (JVM) heap usage metrics for unusual growth spikes occurring concurrently with HTTP/3 traffic volume.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>denial-of-service</category><category>vulnerability</category><category>java</category><category>networking</category></item></channel></rss>