OSV 1.4.0 · github-reviewed · 修改于 2026-06-11 04:33
发布时间
2026-06-11 04:33
GitHub 审查时间
2026-06-11 04:33
NVD 发布时间
—
源文件
advisories/github-reviewed/2026/06/GHSA-78v8-vpjp-cjqh/GHSA-78v8-vpjp-cjqh.json
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. Same class as Poetry CVE-2026-34591. Fix ready at: https://github.com/pdm-project/pdm/pull/3787.