Nixpkgs security tracker

Login with GitHub

Suggestions search

With package: poetry

Found 2 matching suggestions

View:
Compact
Detailed
Untriaged
updated 4 weeks ago by @LeSuisse Activity log
  • Created suggestion
  • @LeSuisse ignored
    17 packages
    • python314Packages.poetry-dynamic-versioning
    • python313Packages.poetry-dynamic-versioning
    • python312Packages.poetry-dynamic-versioning
    • poetryPlugins.poetry-plugin-poeblix
    • poetryPlugins.poetry-plugin-migrate
    • poetryPlugins.poetry-plugin-shell
    • python314Packages.poetry-semver
    • python312Packages.poetry-semver
    • poetryPlugins.poetry-plugin-up
    • python314Packages.poetry-core
    • python313Packages.poetry-core
    • python313Packages.poetry-semver
    • pipenv-poetry-migrate
    • poetry2conda
    • python312Packages.poetry-core
    • poetryPlugins.poetry-audit-plugin
    • poetryPlugins.poetry-plugin-export
Poetry: Path traversal in tar extraction on Python 3.10.0 - 3.10.12 and 3.11.0 - 3.11.4

Poetry is a dependency manager for Python. Prior to 2.3.4, the extractall() function in src/poetry/utils/helpers.py:410-426 extracts sdist tarballs without path traversal protection on Python versions where tarfile.data_filter is unavailable. Considering only Python versions which are still supported by Poetry, these are 3.10.0 - 3.10.12 and 3.11.0 - 3.11.4. This vulnerability is fixed in 2.3.4.

Affected products

poetry
  • ==< 2.3.4

Matching in nixpkgs

pkgs.poetry

Python dependency management and packaging made easy

Ignored packages (17)

pkgs.poetry2conda

Script to convert a Python project declared on a pyproject.toml to a conda environment

pkgs.poetryPlugins.poetry-plugin-poeblix

Poetry Plugin that adds various features that extend the poetry command such as building wheel files with locked dependencies, and validations of wheel/docker containers

Package maintainers

Untriaged
created 1 month, 3 weeks ago Activity log
  • Created suggestion
Poetry Has Wheel Path Traversal Which Can Lead to Arbitrary File Write

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.

Affected products

poetry
  • ==>= 1.4.0, < 2.3.3

Matching in nixpkgs

pkgs.poetry

Python dependency management and packaging made easy

pkgs.poetry2conda

Script to convert a Python project declared on a pyproject.toml to a conda environment

pkgs.poetryPlugins.poetry-plugin-poeblix

Poetry Plugin that adds various features that extend the poetry command such as building wheel files with locked dependencies, and validations of wheel/docker containers

Package maintainers