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 Incorrect Privilege Assignment vulnerabilities in an interactive lesson.
Start learningUpgrade anyio to version 4.14.2 or higher.
anyio is a High level compatibility layer for multiple asynchronous event loop implementations
Affected versions of this package are vulnerable to Incorrect Privilege Assignment via the open_process() function in src/anyio/_core/_subprocesses.py, where the extra_groups parameter is silently ignored and replaced with the value of group when spawning a subprocess. An attacker with control over process invocation can cause the subprocess to run with unintended supplementary group memberships - either gaining privileges the caller intended to restrict, or losing privileges the caller intended to grant - because the wrong group list is forwarded to the backend.