Debian Poetry-Core vulnerabilities
2 known vulnerabilities affecting debian/poetry-core.
Total CVEs
2
CISA KEV
0
Public exploits
0
Exploited in wild
0
Severity breakdown
HIGH1LOW1
Vulnerabilities
Page 1 of 1
CVE-2022-36069HIGHCVSS 7.3fixed in poetry-core 1.0.7-1 (bookworm)2022
CVE-2022-36069 [HIGH] CVE-2022-36069: poetry-core - Poetry is a dependency manager for Python. When handling dependencies that come ...
Poetry is a dependency manager for Python. When handling dependencies that come from a Git repository instead of a registry, Poetry uses various commands, such as `git clone`. These commands are constructed using user input (e.g. the repository URL). When building the commands, Poetry correctly avoids Command Injection vulnerabilities by passing an array of argu
debian
CVE-2022-36070LOWCVSS 7.32022
CVE-2022-36070 [HIGH] CVE-2022-36070: poetry-core - Poetry is a dependency manager for Python. To handle dependencies that come from...
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-ba
debian