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 torvalds/linux
to version 6.6-rc1 or higher.
Affected versions of this package are vulnerable to Use After Free in the sch_qfq
network scheduler, an attacker can achieve local privilege escalation by exploiting a use-after-free condition. This occurs when the plug qdisc is used as a class of the qfq qdisc, and sending network packets triggers use-after-free in qfq_dequeue()
due to the incorrect .peek handler of sch_plug
and lack of error checking in agg_dequeue()
. This is only exploitable if the affected module sch_qfq
is loaded onto the system.