{ "schema_version": "1.4.0", "id": "GHSA-472w-7w45-g3w5", "modified": "2025-07-21T16:49:50Z", "published": "2025-04-14T17:49:15Z", "aliases": [ "CVE-2025-32439" ], "summary": "Pleezer resource exhaustion through uncollected hook script processes", "details": "### Impact\nHook 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.\n\nEven 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.\n\nThis vulnerability affects all users who have configured hook scripts using the `--hook` option.\n\n### Patches\nThis 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.\n\n### Workarounds\nUsers who cannot upgrade immediately can:\n- Disable hook scripts by removing the `--hook` option\n- Ensure hook scripts handle their own child process cleanup\n- Regularly restart pleezer to clear accumulated zombie processes\n\n### References\n- Initial report: https://github.com/roderickvd/pleezer/discussions/83#discussioncomment-12818199\n- Fix commit: 436a5f1e4c08989b58dbba2b0ffa423458016c2d\n- Fixed release: https://github.com/roderickvd/pleezer/releases/tag/v0.16.0", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H" } ], "affected": [ { "package": { "ecosystem": "crates.io", "name": "pleezer" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "0.16.0" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/roderickvd/pleezer/security/advisories/GHSA-472w-7w45-g3w5" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-32439" }, { "type": "WEB", "url": "https://github.com/roderickvd/pleezer/commit/436a5f1e4c08989b58dbba2b0ffa423458016c2d" }, { "type": "PACKAGE", "url": "https://github.com/roderickvd/pleezer" }, { "type": "WEB", "url": "https://github.com/roderickvd/pleezer/discussions/83#discussioncomment-12818199" }, { "type": "WEB", "url": "https://github.com/roderickvd/pleezer/releases/tag/v0.16.0" } ], "database_specific": { "cwe_ids": [ "CWE-460", "CWE-772" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2025-04-14T17:49:15Z", "nvd_published_at": "2025-04-15T20:15:39Z" } }