CyberRota Analysis
AI-GeneratedThe vulnerability affects the Netty framework, specifically in the SctpMessageCompletionHandler, which fails to limit the maximum buffered bytes for incomplete SCTP messages, potentially allowing unauthenticated peers to consume excessive memory. This can lead to denial-of-service conditions, impacting the availability of applications using affected versions. Organizations utilizing Netty versions prior to 4.1.137.Final and 4.2.17.Final should prioritize updating to mitigate this high-severity risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Netty is an asynchronous, event-driven network application framework. Prior to 4.1.137.Final and 4.2.17.Final, io.netty.handler.codec.sctp.SctpMessageCompletionHandler limits incomplete messages and fragment counts but not maxBufferedBytes, allowing unauthenticated peers to exhaust memory with large SCTP fragments. This issue is fixed in versions 4.1.137.Final and 4.2.17.Final.