Browse all 45 CVE security advisories affecting pyload. AI-powered Chinese analysis, POCs, and references for each vulnerability.
Pyload is an open-source download manager and automation tool designed to facilitate the collection of files from various hosting services. Its architecture, which often involves executing user-supplied scripts and managing complex file interactions, has historically exposed it to significant security risks. Analysis of its thirty-seven recorded Common Vulnerabilities and Exposures reveals a pattern of critical flaws, primarily involving Remote Code Execution (RCE) and Cross-Site Scripting (XSS). These vulnerabilities frequently stem from insufficient input validation and improper handling of uploaded content, allowing attackers to escalate privileges or inject malicious payloads. Notable incidents highlight the severity of these issues, with several CVEs enabling full system compromise through simple configuration changes or file uploads. The software’s reliance on Python-based execution engines further amplifies the risk, as many exploits leverage deserialization flaws or command injection vectors. Consequently, users must apply strict security hardening and regular updates to mitigate these persistent threats inherent in its design.
| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2024-47821 | pyLoad vulnerable to remote code execution by download to /.pyload/scripts using /flashgot API — pyload CWE-78 | 9.1 | Critical | 2024-10-25 |
| CVE-2024-32880 | pyLoad allows upload to arbitrary folder lead to RCE — pyload CWE-434 | 9.1 | Critical | 2024-04-26 |
| CVE-2024-24808 | pyLoad open redirect vulnerability due to improper validation of the is_safe_url function — pyload CWE-601 | 4.7 | Medium | 2024-02-06 |
| CVE-2024-22416 | Cross-Site Request Forgery on any API call in pyLoad may lead to admin privilege escalation — pyload CWE-352 | 9.7 | Critical | 2024-01-17 |
| CVE-2024-21644 | pyLoad unauthenticated flask configuration leakage — pyload CWE-284 | 7.5 | High | 2024-01-08 |
| CVE-2024-21645 | pyLoad Log Injection — pyload CWE-74 | 5.3 | Medium | 2024-01-08 |
This page lists every published CVE security advisory associated with pyload. Each entry links to a detailed page with CVSS scoring, CWE classification, affected products and references. AI-generated Chinese analysis is provided for fast triage.