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 poetry-core
to version 1.1.0a7 or higher.
poetry-core is a Poetry PEP 517 Build Backend
Affected versions of this package are vulnerable to Untrusted Search Path when using git
commands for the executable’s name and not its absolute path.
Exploiting this vulnerability is possible because the method Windows resolves executable names to paths. Unlike Linux-based operating systems, Windows searches for the executable in the current directory first and looks in the paths that are defined in the PATH
environment variable afterward. If the current directory contains unknown and thus potentially malicious files, the directory could contain an executable named git.exe
which would be executed by Poetry.