logo

CVE-2025-32439 pleezer

Package

Manager: cargo
Name: pleezer
Vulnerable Version: >=0 <0.16.0

Severity

Level: Medium

CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

EPSS: 0.00077 pctl0.23587

Details

Pleezer resource exhaustion through uncollected hook script processes ### 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 `--hook` option. ### 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: - Disable hook scripts by removing the `--hook` option - Ensure hook scripts handle their own child process cleanup - Regularly restart pleezer to clear accumulated zombie processes ### References - Initial report: https://github.com/roderickvd/pleezer/discussions/83#discussioncomment-12818199 - Fix commit: 436a5f1e4c08989b58dbba2b0ffa423458016c2d - Fixed release: https://github.com/roderickvd/pleezer/releases/tag/v0.16.0

Metadata

Created: 2025-04-14T17:49:15Z
Modified: 2025-07-21T16:49:50Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2025/04/GHSA-472w-7w45-g3w5/GHSA-472w-7w45-g3w5.json
CWE IDs: ["CWE-460", "CWE-772"]
Alternative ID: GHSA-472w-7w45-g3w5
Finding: F067
Auto approve: 1