Pleezer resource exhaustion through uncollected hook script processes
Moderate severity
GitHub Reviewed
Published
Apr 13, 2025
in
roderickvd/pleezer
•
Updated Apr 15, 2025
Description
Published to the GitHub Advisory Database
Apr 14, 2025
Reviewed
Apr 14, 2025
Published by the National Vulnerability Database
Apr 15, 2025
Last updated
Apr 15, 2025
Impact
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
--hookoption.Patches
This issue has been fixed in version 0.16.0. Users should upgrade to this version, which properly manages child processes using asynchronous process handling and cleanup.
Workarounds
Users who cannot upgrade immediately can:
--hookoptionReferences
References