SCA: security update for pyload-ng (GHSA-mvwx-582f-56r7)

medium Tenable Cloud Security Plugin ID 440009

Description

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

- pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev97, the
_safe_extractall() function in src/pyload/plugins/extractors/UnTar.py uses os.path.commonprefix() for its
path traversal check, which performs character-level string comparison rather than path-level comparison.
This allows a specially crafted tar archive to write files outside the intended extraction directory. The
correct function os.path.commonpath() was added to the codebase in the CVE-2026-32808 fix (commit 5f4f0fa)
but was never applied to _safe_extractall(), making this an incomplete fix. This vulnerability is fixed in
0.5.0b3.dev97. (CVE-2026-35592)

Solution

Update the pyload-ng library and its related packages to version 0.5.0b3.dev97 or later.

See Also

https://github.com/advisories/GHSA-mvwx-582f-56r7

Plugin Details

Severity: Medium

ID: 440009

Version: Revision 1.8

Type: Local

Family: SCA Checks

Published: 4/8/2026

Updated: 7/2/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: High

Base Score: 7.8

Temporal Score: 6.1

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

CVSS Score Source: CVE-2026-35592

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.9

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

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

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 4/8/2026

Vulnerability Publication Date: 4/7/2026

Reference Information

CVE: CVE-2026-35592

cwe: CWE-22