You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
poetry vulnerability
About this tag
The poetry vulnerability tag covers security issues in the Poetry Python dependency and packaging tool, including the CVE-2026-34591 wheel path traversal flaw. This vulnerability allows a crafted wheel file to write outside its intended installation directory, affecting Windows build agents, CI/CD pipelines, and developer workstations. The fix is available in Poetry 2.3.3. Discussions highlight how package installers are deeply trusted infrastructure in modern development environments.
CVE-2026-34591 is a reminder that the most dangerous software supply chain bugs are not always found in operating systems, browsers, or cloud control planes. This newly disclosed Poetry wheel path traversal vulnerability affects a widely used Python dependency and packaging tool, allowing a...