Vulnerability Description
pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev101, EventManager in src/pyload/core/managers/event_manager.py appends a Client object to the clients list for each unique uuid submitted to the authenticated getEvents API endpoint, but get_events does not invoke the available clean method to remove inactive clients. An authenticated user can repeatedly submit unique UUID values, causing retained client objects and process memory to grow without bound even after requests stop. The resulting memory exhaustion can trigger an operating-system out-of-memory termination of pyLoad or host-wide instability and denial of service. This issue is fixed in version 0.5.0b3.dev101.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/pyload/pyload/commit/1b12dc7f348db8c144e0f39215680415e90ca4d2
- https://github.com/pyload/pyload/security/advisories/GHSA-c2f9-4mc8-j656
- https://github.com/pyload/pyload/security/advisories/GHSA-c2f9-4mc8-j656
FAQ
What is CVE-2026-48987?
CVE-2026-48987 is a vulnerability with a CVSS score of 6.5 (MEDIUM). pyLoad is a free and open-source download manager written in Python. Prior to 0.5.0b3.dev101, EventManager in src/pyload/core/managers/event_manager.py appends a Client object to the clients list for ...
How severe is CVE-2026-48987?
CVE-2026-48987 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-48987?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.