CVE-2026-56817 PUBLISHED

Netty: XML External Entity (XXE) injection via unconfigured XML factory when DTD and entity processing are enabled

Assigner: GitHub_M
Reserved: 23.06.2026 Published: 21.07.2026 Updated: 22.07.2026

Netty is a network application framework for development of protocol servers and clients. In versions 4.2.0.Final through 4.2.15.Final and 4.1.0.Final through 4.1.135.Final, any caller that can deliver bytes to a Netty channel pipeline containing XmlDecoder can send XML with a DOCTYPE declaration to an AsyncXMLInputFactory instantiated with no security configuration, leaving DTD and entity handling active depending on Aalto XML async parser behavior and creating conditional XML external entity risk. This issue is fixed in versions 4.1.136.Final and 4.2.16.Final.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:N/VA:L/SC:N/SI:N/SA:N
CVSS Score: 8.3

Product Status

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

References

Problem Types

  • CWE-611: Improper Restriction of XML External Entity Reference CWE