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 applicationsLearn about Uncontrolled Resource Consumption ('Resource Exhaustion') vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/quic-go/quic-go
to version 0.42.0 or higher.
Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion'). An attacker can cause its peer to run out of memory by sending a large number of NEW_CONNECTION_ID
frames that retire old connection IDs. The receiver is supposed to respond to each retirement frame with a RETIRE_CONNECTION_ID
frame. The attacker can prevent the receiver from sending out (the vast majority of) these RETIRE_CONNECTION_ID
frames by collapsing the peer's congestion window (by selectively acknowledging received packets) and by manipulating the peer's RTT estimate.