SCA: security update for pdm (GHSA-78v8-vpjp-cjqh)

high Tenable Self-Hosted Container Security Plugin ID 443057

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2026-47764)

Solution

Update the pdm library and its related packages to version 2.27.0 or later.

See Also

https://github.com/advisories/GHSA-78v8-vpjp-cjqh

Plugin Details

Severity: High

ID: 443057

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 6/11/2026

Updated: 8/5/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Medium

Score: 4.3

Percentile: 53.6

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: Medium

Base Score: 5

Temporal Score: 3.7

Vector: CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N

CVSS Score Source: CVE-2026-47764

CVSS v3

Risk Factor: High

Base Score: 7.5

Temporal Score: 6.5

Vector: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Temporal Vector: CVSS:3.0/E:U/RL:O/RC:C

CVSS v4

Risk Factor: High

Base Score: 8.4

Threat Score: 5.7

Threat Vector: CVSS:4.0/E:U

Vector: CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 6/10/2026

Vulnerability Publication Date: 6/10/2026

Reference Information

CVE: CVE-2026-47764

cwe: CWE-22