SCA: security update for pdm (GHSA-qq6c-99pv-prvf)

high Tenable Cloud Security Plugin ID 443069

Description

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

- PDM is a Python package and dependency manager. In versions up to and including 2.26.9, PDM automatically
loads project-local plugins from a .pdm-plugins directory during initialization, allowing an attacker-
controlled file in an untrusted repository checkout to execute arbitrary Python code before any command is
parsed. This happens because load_plugins() runs during Core.init() and adds .pdm-plugins via
site.addsitedir(), which processes .pth files and immediately executes any line beginning with import, so
the code runs with the privileges of the user invoking pdm and even a benign command such as pdm --version
triggers it (making the impact strongest in CI, automation, and privileged contexts). The issue is fixed
in version 2.27.0. (CVE-2026-47781)

Solution

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

See Also

https://github.com/advisories/GHSA-qq6c-99pv-prvf

Plugin Details

Severity: High

ID: 443069

Version: Revision 1.4

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.9

Percentile: 57.97

Vendor

Vendor Severity: High

CVSS v2

Risk Factor: High

Base Score: 7.5

Temporal Score: 5.5

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

CVSS Score Source: CVE-2026-47781

CVSS v3

Risk Factor: Critical

Base Score: 9.8

Temporal Score: 8.5

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

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/11/2026

Vulnerability Publication Date: 6/11/2026

Reference Information

CVE: CVE-2026-47781

cwe: CWE-94