pyload-ng: SETTINGS Permission Users Can Achieve Remote Code Execution via Unrestricted Reconnect Script Configuration
Description
pyLoad is a free and open-source download manager written in Python. From version 0.4.0 to before version 0.5.0b3.dev97, the set_config_value() API endpoint allows users with the non-admin SETTINGS permission to modify any configuration option without restriction. The reconnect.script config option controls a file path that is passed directly to subprocess.run() in the thread manager's reconnect logic. A SETTINGS user can set this to any executable file on the system, achieving Remote Code Execution. The only validation in set_config_value() is a hardcoded check for general.storage_folder — all other security-critical settings including reconnect.script are writable without any allowlist or path restriction. This issue has been patched in version 0.5.0b3.dev97.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
pyload-ngPyPI | >= 0.4.0, <= 0.5.0b3.dev96 | — |
Affected products
2Patches
Vulnerability mechanics
References
4- github.com/advisories/GHSA-r7mc-x6x7-cqxxghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-33509ghsaADVISORY
- github.com/pyload/pyload/commit/f5e284fcdfeaf08436bb03e5fcf697aaac659d8bghsaWEB
- github.com/pyload/pyload/security/advisories/GHSA-r7mc-x6x7-cqxxghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.