VYPR

PyPI package

pdm

pkg:pypi/pdm

Vulnerabilities (3)

  • CVE-2026-47764higJun 10, 2026
    affected < 2.27.0fixed 2.27.0

    InstallDestination.write_to_fs() in src/pdm/installers/installers.py overrides the base class to add symlink/hardlink support but replaces the safe _path_with_destdir() (which validates via Path.resolve() + is_relative_to()) with a bare os.path.join() that performs no path valida

  • CVE-2026-47763Jun 10, 2026
    affected < 2.27.0fixed 2.27.0

    ## Summary PDM writes several project-local state or configuration files without symlink protection. If a malicious repository places those files as symlinks, local PDM operations can overwrite the symlink targets. This creates an arbitrary file clobber primitive relative to th

  • CVE-2023-45805Oct 20, 2023
    affected <= 2.9.3

    pdm is a Python package and dependency manager supporting the latest PEP standards. It's possible to craft a malicious `pdm.lock` file that could allow e.g. an insider or a malicious open source project to appear to depend on a trusted PyPI project, but actually install another p