Resource exhaustion in Netty - CVE-2026-59902
Published: August 8, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to uncontrolled resource consumption in io.netty.handler.codec.sctp.SctpMessageCompletionHandler when buffering incomplete SCTP message fragments. A remote attacker can send large SCTP fragments to cause a denial of service.
By opening a small number of concurrent connections, memory consumption can grow until an OutOfMemoryError occurs.