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 python
to version 3.11.5, 3.12.0rc2 or higher.
Affected versions of this package are vulnerable to Untrusted Search Path via the os.path.normpath()
function. An attacker can cause the path to be truncated unexpectedly at the first '\0' byte by passing a path that contains '\0' bytes, potentially leading to bypassing of security controls.
Note: This is only exploitable if an application rejected a filename for security reasons in previous versions, but this filename is not rejected in the new version.