MEDIUM

CVE-2026-48987

2026-09-15 CVSS v3.1
CVSS
6.5

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.

Weakness (CWE)

CWE-400 Uncontrolled Resource Consumption
CWE-401 Memory Leak
CWE-770 Resource Allocation Without Limits

EPSS Score

0.3%
Probability of exploitation in next 30 days
23th percentile

References

View on dbcve.org
Base CVE data derived from NVD (public domain). Enrichment by dbcve.org (CC-BY-4.0). Fetched via API.
Back to CVE