CVE-2026-34591
MEDIUM WAF: High
CVSS 6.5
Published: 2026-04-02
CWE-22
Poetry is a dependency manager for Python. From version 1.4.0 to before version 2.3.3, a crafted wheel can contain ../ paths that Poetry writes to disk without containment checks, allowing arbitrary file write with the privileges of the Poetry process. It is reachable from untrusted package artifacts during normal install flows. (Normally, installing a malicious wheel is not sufficient for execution of malicious code. Malicious code will only be executed after installation if the malicious package is imported or invoked by the user.). This issue has been patched in version 2.3.3.
WAF Coverage Analysis
Path Traversal
High WAF Coverage
OWASP: A01:2021 Broken Access Control
930xxx - Local File Inclusion
Affected Software
| Vendor | Product | Version |
|---|---|---|
| python-poetry | poetry | 1.4.0 - 2.3.3 |
References
- github.com (Patch)
- github.com (Issue Tracking, Patch)
- github.com (Product, Release Notes)
- github.com (Exploit, Vendor Advisory)