pleezer is a headless Deezer Connect player. Hook scripts in pleezer can be triggered by various events like track changes and playback state changes. In versions before 0.16.0, these scripts were spawned without proper process cleanup, leaving zombie processes in the system's process table. Even during normal usage, every track change and playback event would leave behind zombie processes. This leads to inevitable resource exhaustion over time as the system's process table fills up, eventually preventing new processes from being created. The issue is exacerbated if events occur rapidly, whether through normal use (e.g., skipping through a playlist) or potential manipulation of the Deezer Connect protocol traffic. This issue has been fixed in version 0.16.0.
References
Configurations
No configuration.
History
16 Apr 2025, 13:25
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
15 Apr 2025, 20:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-04-15 20:15
Updated : 2025-04-16 13:25
NVD link : CVE-2025-32439
Mitre link : CVE-2025-32439
CVE.ORG link : CVE-2025-32439
JSON object : View
Products Affected
No product.
CWE
CWE-460
Improper Cleanup on Thrown Exception