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 applicationsA fix was pushed into the master branch but not yet published.
Affected versions of this package are vulnerable to Double Free in QRX handling during channel creation failure. An attacker can trigger heap corruption and terminate the QUIC server process by sending a malformed INITIAL packet that makes port_bind_channel() fail after QRX allocation and validation. When channel binding fails, the same OSSL_QRX object is freed on the port_bind_channel() error path and then freed again by port_default_packet_handler(), causing a denial of service.