Inefficient Algorithmic Complexity in Twisted Web - CVE-2026-42304
Published: April 30, 2026
Twisted Web
Detailed vulnerability description
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to inefficient algorithmic complexity in twisted.names.dns.Name.decode when processing crafted TCP DNS packets with deeply chained compression pointers. A remote attacker can send a specially crafted TCP DNS packet to cause a denial of service.
A single malformed packet can block the single-threaded Twisted reactor event loop for several seconds, preventing the server from handling new connections, processing I/O, or responding to existing requests.