cvedb.io
CVE-2022-36070
HIGH · CVSS 7.3
EPSS exploitation probability: 0%
Published 2022-09-07T19:15:08.630 · Last modified 2026-06-17T04:52:51.250

Summary

Poetry is a dependency manager for Python. To handle dependencies that come from a Git repository, Poetry executes various commands, e.g. `git config`. These commands are being executed using the executable’s name and not its absolute path. This can lead to the execution of untrusted code due to the way 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. This vulnerability can lead to Arbitrary Code Execution, which would lead to the takeover of the system. If a developer is exploited, the attacker could steal credentials or persist their access. If the exploit happens on a server, the attackers could use thei

Affected products

python-poetry — poetry

Does this affect you?

Add your gear to cvedb and we'll alert you only when python-poetry ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.