GHSA-v74w-7mr3-4qg3High· 7.5▾ TwilightNetty: Denial of Service in XmlFrameDecoder via CPU Exhaustion
▾ Twilight zone — High severity, or a signal on a lesser flaw
impact 41.3 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
An attacker can cause Denial of Service by sending a specially crafted malicious XML payload (e.g., repeated </ characters) to a Netty server utilizing XmlFrameDecoder, causing the server's EventLoop thread to exhaust CPU resources and become unresponsive.
io.netty.handler.codec.xml.XmlFrameDecoder suffers from a vulnerability resulting in CPU exhaustion. When < followed by / is encountered, the decoder scans the remaining buffer for a closing >.
Because the parser state is not saved between decode() invocations, an attacker can trickle-feed a payload of </ characters. This forces the decoder to repeatedly rescan the entire accumulated buffer. A 1MB maxFrameLength is enough to completely hang a server's thread while it loops endlessly.
Denial of Service via CPU Exhaustion. Any application utilizing Netty's XmlFrameDecoder is impacted. An unauthenticated remote attacker can exploit this flaw by sending a modest amount of malformed XML data to an exposed port.
io.netty:netty-codec-xml >= 4.2.0.Final, <= 4.2.15.Finalio.netty:netty-codec-xml <= 4.1.135.FinalUpgrade to a patched release:
io.netty:netty-codec-xml 4.2.16.Finalio.netty:netty-codec-xml 4.1.136.FinalConnected by shared product, vendor, weakness, or advisory.
CVE-2026-73507High· 7.5Netty is an asynchronous, event-driven network application framework
CVE-2026-56818Medium· 6.5Netty is an asynchronous, event-driven network application framework
GHSA-mfg7-5gfp-c4w3Medium· 5.3Netty: Memory Leak in DNS Record Decoder via Malformed Domain Names
CVE-2026-73508Medium· 5.3Netty is an asynchronous, event-driven network application framework
CVE-2026-56821High· 7.4Netty: Out-of-date OCSP Responses Accepted by OcspServerCertificateValidator
CVE-2026-56822High· 7.4Netty: TOCTOU in OcspServerCertificateValidator