Path Traversal Vulnerability in pyLoad Download Manager by pyLoad Team
CVE-2026-35592
5.3MEDIUM
What is CVE-2026-35592?
A path traversal vulnerability exists in the pyLoad download manager, specifically in the _safe_extractall() function of the UnTar.py module. This issue arises due to the function using os.path.commonprefix() for path checks instead of a more secure method, allowing carefully crafted tar files to extract contents outside the designated directories. Although a related fix was implemented in a previous patch, it was not correctly applied here, leaving this function exposed. The vulnerability is resolved in version 0.5.0b3.dev97.
Affected Version(s)
pyload < 0.5.0b3.dev97
