NONE · 0

CVE-2026-47764

pdm is a Python package and dependency manager supporting the latest PEP standards. Versions prior to 2.27.0 are vulnerable to path traversal through write_to_fs. InstallDestination.write_to_fs() in s...

Vulnerability Description

pdm is a Python package and dependency manager supporting the latest PEP standards. Versions prior to 2.27.0 are vulnerable to path traversal through write_to_fs. 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 validation. A malicious wheel with traversal entries can write arbitrary files. This issue has been fixed in version 2.27.0.

Related Weaknesses (CWE)

References

FAQ

What is CVE-2026-47764?

CVE-2026-47764 is a documented vulnerability. pdm is a Python package and dependency manager supporting the latest PEP standards. Versions prior to 2.27.0 are vulnerable to path traversal through write_to_fs. InstallDestination.write_to_fs() in s...

How severe is CVE-2026-47764?

CVSS scoring is not yet available for CVE-2026-47764. Check NVD for updates.

Is there a patch for CVE-2026-47764?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.