Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H
Lifecycle Timeline
6DescriptionGitHub Advisory
pyLoad is a free and open-source download manager written in Python. Versions before 0.5.0b3.dev97 are vulnerable to path traversal during password verification of certain encrypted 7z archives (encrypted files with non-encrypted headers), causing arbitrary file deletion outside of the extraction directory. During password verification, pyLoad derives an archive entry name from 7z listing output and treats it as a filesystem path without constraining it to the extraction directory. This issue has been fixed in version 0.5.0b3.dev97.
AnalysisAI
pyLoad, a free and open-source download manager written in Python, contains a path traversal vulnerability in versions before 0.5.0b3.dev97 that allows arbitrary file deletion outside the extraction directory during password verification of encrypted 7z archives with non-encrypted headers. Attackers can exploit this vulnerability remotely with low complexity, requiring only user interaction, to delete arbitrary files on the system. This is assigned CVE-2026-32808 with a CVSS score of 8.1 (High severity), though no active exploitation (KEV) or public proof-of-concept has been reported at this time.
Technical ContextAI
This vulnerability affects pyLoad, a Python-based download manager, and stems from CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, commonly known as Path Traversal). During the password verification phase for 7z archives that have encrypted files but non-encrypted headers, pyLoad extracts archive entry names from 7z listing output and treats these names as filesystem paths without proper validation or sanitization to ensure they remain within the intended extraction directory. This allows specially crafted archive entry names containing path traversal sequences (such as ../ or absolute paths) to reference files outside the extraction boundary, leading to arbitrary file deletion when the verification process attempts to access or clean up temporary files. The affected product is specifically pyload versions 0.4.9-6262-g2fa0b11d3 through all versions prior to 0.5.0b3.dev97, as confirmed by ENISA EUVD-2026-13435.
RemediationAI
Upgrade pyLoad to version 0.5.0b3.dev97 or later, which contains the fix for this path traversal vulnerability as documented in the GitHub Security Advisory at https://github.com/pyload/pyload/security/advisories/GHSA-7g4m-8hx2-4qh3. Organizations should prioritize updating all pyLoad installations, particularly those in environments where users regularly process untrusted or external archive files. As an interim mitigation until patching is completed, administrators should restrict pyLoad's ability to process 7z archives from untrusted sources, implement strict file system permissions to limit the scope of potential file deletions, and consider running pyLoad with minimal privileges in a sandboxed or containerized environment to contain potential damage from path traversal attacks. User awareness training to avoid processing archives from unknown or suspicious sources can also reduce the attack surface given the user interaction requirement.
Wazuh SIEM platform versions 4.4.0 through 4.9.0 contain an unsafe deserialization vulnerability in the DistributedAPI t
BentoML version 1.4.2 and earlier contains an unauthenticated remote code execution vulnerability through insecure deser
pgAdmin 4 contains critical remote code execution vulnerabilities in the Query Tool download and Cloud Deployment endpoi
The renderLocalView function in render/views.py in graphite-web in Graphite 0.9.5 through 0.9.10 uses the pickle Python
BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Rated critica
OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph
pyLoad download manager version prior to 0.5.0b3.dev77 exposes the Flask SECRET_KEY through an unauthenticated endpoint.
In Mercurial before 4.1.3, "hg serve --stdio" allows remote authenticated users to launch the Python debugger, and conse
Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/
pyLoad is the free and open-source Download Manager written in pure Python. Rated medium severity (CVSS 5.3), this vulne
Langflow (a visual LLM pipeline builder) contains a critical unauthenticated code execution vulnerability (CVE-2026-3301
Cross-user flow execution in Langflow (< 1.9.1) lets any authenticated API-key holder run another user's flow by passing
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allVendor StatusVendor
Debian
Bug #1001980| Release | Status | Fixed Version | Urgency |
|---|---|---|---|
| open | - | - |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-13435