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 openssl to version 1.1.0l, 3.1.0 or higher.
Affected versions of this package are vulnerable to Asymmetric Resource Consumption (Amplification) in dtls_rlayer_buffer_record() in ssl/record/methods/dtls_meth.c. An attacker can cause a DTLS endpoint to retain excessive memory by sending a stream of small next-epoch records during an in-progress handshake.
When OpenSSL buffers those early records, it keeps the entire large read buffer for each queued entry instead of only the bytes that make up the record on the wire, so a peer can amplify a small amount of UDP traffic into about 1.7 MB of heap retention per connection. This can exhaust memory on DTLS servers and degrade or deny service.