cve/2024/CVE-2024-47821.md
2025-09-29 16:08:36 +00:00

18 lines
1.3 KiB
Markdown

### [CVE-2024-47821](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-47821)
![](https://img.shields.io/static/v1?label=Product&message=pyload&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%200.5.0b3.dev87%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-78%3A%20Improper%20Neutralization%20of%20Special%20Elements%20used%20in%20an%20OS%20Command%20('OS%20Command%20Injection')&color=brighgreen)
### Description
pyLoad is a free and open-source Download Manager. The folder `/.pyload/scripts` has scripts which are run when certain actions are completed, for e.g. a download is finished. By downloading a executable file to a folder in /scripts and performing the respective action, remote code execution can be achieved in versions prior to 0.5.0b3.dev87. A file can be downloaded to such a folder by changing the download folder to a folder in `/scripts` path and using the `/flashgot` API to download the file. This vulnerability allows an attacker with access to change the settings on a pyload server to execute arbitrary code and completely compromise the system. Version 0.5.0b3.dev87 fixes this issue.
### POC
#### Reference
- https://github.com/pyload/pyload/security/advisories/GHSA-w7hq-f2pj-c53g
#### Github
No PoCs found on GitHub currently.