Resource exhaustion in Pyload

CVE-2026-48987

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.

Vulnerability class: DoS (Denial of Service)

CVSS v3 metric

CVSS v3 base score 6.5 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.

Affected products

  • Pyload — versions < 0.5.0b3.dev101

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-48987?
CVE-2026-48987 is a medium-severity vulnerability in Pyload, classified under Uncontrolled Resource Consumption. CVSS score: 6.5/10. Published 2026-09-15.
How severe is CVE-2026-48987?
Medium severity. CVSS v3 base score is 6.5 out of 10.