The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade io.netty:netty-transport-sctp to version 4.1.137.Final, 4.2.17.Final or higher.
Affected versions of this package are vulnerable to Improperly Controlled Sequential Memory Allocation due to unbounded buffering of incomplete SCTP message fragments. An attacker can trigger an OutOfMemoryError by sending large or many fragmented SCTP messages that the handler retains while waiting for completion. The handler limits fragment counts, but it does not cap the total bytes held across incomplete messages, so a small number of concurrent connections can accumulate enough buffered data to exhaust server memory and disrupt applications using Netty’s SCTP transport.