
Cloud Vulnerability DB
A community-led vulnerabilities database
Poetry, a dependency manager for Python, contained a vulnerability (CVE-2022-36069) in versions prior to 1.1.9 that affected its handling of Git repository dependencies. The vulnerability was discovered and disclosed in August 2022, where the package manager failed to properly validate or sanitize repository locations when handling dependencies from Git repositories instead of registries (SonarSource Blog, GitHub Advisory).
The vulnerability stems from Poetry's implementation of Git repository handling, specifically in the clone method within poetry/core/vcs/git.py. While Poetry avoided Command Injection vulnerabilities by using argument arrays instead of command strings, it failed to prevent Argument Injection. The issue occurred when user input (repository URL) started with a dash (-), causing it to be interpreted as an optional argument rather than a positional one. This could allow the exploitation of certain command options to execute arbitrary code (GitHub Advisory).
The vulnerability could lead to arbitrary code execution, potentially resulting in system takeover. If a developer was exploited, attackers could steal credentials or maintain persistent access. In server environments, the compromise could be used as a stepping stone to attack internal systems. While the vulnerability required user interaction, it remained dangerous as it could bypass common security precautions taken when handling untrusted files (GitHub Advisory).
The vulnerability was patched in Poetry version 1.1.9 and 1.2.0b1. Users are advised to upgrade to these or later versions to mitigate the risk. The fix addresses the argument injection vulnerability by implementing proper validation of repository locations (GitHub Release, GitHub Advisory).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."