CVE-2026-73507 PUBLISHED

Netty: Denial of Service in XmlFrameDecoder via CPU Exhaustion

Assigner: GitHub_M
Reserved: 12.08.2026 Published: 13.08.2026 Updated: 13.08.2026

Netty is an asynchronous, event-driven network application framework. Prior to 4.1.136.Final and 4.2.16.Final, io.netty.handler.codec.xml.XmlFrameDecoder.decode() failed to preserve closing-tag parser state across invocations, so an unauthenticated remote attacker could trickle-feed repeated </ sequences that repeatedly rescanned the accumulated buffer and exhausted an EventLoop thread's CPU, causing denial of service with a maxFrameLength of 1 MB. This issue is fixed in versions 4.1.136.Final and 4.2.16.Final.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 7.5

Product Status

Vendor netty
Product netty
Versions
  • Version < 4.1.136.Final is affected
  • Version >= 4.2.0.Final, < 4.2.16.Final is affected

References

Problem Types

  • CWE-400: Uncontrolled Resource Consumption CWE