CVE-2025-32439: Pleezer resource exhaustion through uncollected hook script processes
(updated )
Hook scripts in pleezer can be triggered by various events like track changes and playback state changes. In affected versions, 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 vulnerability affects all users who have configured hook scripts using the --hook
option.
References
- github.com/advisories/GHSA-472w-7w45-g3w5
- github.com/roderickvd/pleezer
- github.com/roderickvd/pleezer/commit/436a5f1e4c08989b58dbba2b0ffa423458016c2d
- github.com/roderickvd/pleezer/discussions/83
- github.com/roderickvd/pleezer/releases/tag/v0.16.0
- github.com/roderickvd/pleezer/security/advisories/GHSA-472w-7w45-g3w5
- nvd.nist.gov/vuln/detail/CVE-2025-32439
Code Behaviors & Features
Detect and mitigate CVE-2025-32439 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →