CVE-2026-42314

medium
Published 2026-05-11 · Modified 2026-05-20
CVSS v3
6.5
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
CVSS v2
VIR risk
6.5

Description

pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev100, package folder names are sanitized using insufficient string replacement. The pattern ....// becomes .._ after replacement (partial removal), leaving .. which can be exploited when the path is later resolved by the OS. This vulnerability is fixed in 0.5.0b3.dev100.

Predictions

Exploit likelihood
75%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: security-advisories@github.com — https://github.com/pyload/pyload/security/advisories/GHSA-97r3-5w84-r4q8

Package impact

EcosystemPackageVulnerableFixed
python PyPIpyload-ng<0.5.0b3.dev1000.5.0b3.dev100
PIPpyload-ng<= 0.5.0b3.dev790.5.0b3.dev100

Application impact

VendorProductVersionsFixed
pyload-ng_projectpyload-ng{"endExcluding":"0.5.0b3.dev100"}0.5.0b3.dev100

References

CWEs

CWE-22

Verify integrity in audit chain (admin only). AS-IS.