CVE-2026-42314
medium
CVSS v3
6.5
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 advisory: security-advisories@github.com — https://github.com/pyload/pyload/security/advisories/GHSA-97r3-5w84-r4q8
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| pyload-ng_project | pyload-ng | {"endExcluding":"0.5.0b3.dev100"} | 0.5.0b3.dev100 |
References
CWEs
CWE-22
Verify integrity in audit chain (admin only). AS-IS.