mirror of
https://github.com/netbirdio/advisory-database.git
synced 2026-05-22 18:04:22 -07:00
Publish Advisories
GHSA-cj88-88mr-972w GHSA-f8p3-q834-q9cj GHSA-472w-7w45-g3w5 GHSA-hmp7-x699-cvhq
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-cj88-88mr-972w",
|
||||
"modified": "2023-01-06T03:13:53Z",
|
||||
"modified": "2025-04-14T22:13:25Z",
|
||||
"published": "2022-07-18T17:03:23Z",
|
||||
"aliases": [
|
||||
"CVE-2021-35065"
|
||||
@@ -67,6 +67,10 @@
|
||||
"type": "WEB",
|
||||
"url": "https://github.com/gulpjs/glob-parent/releases/tag/v6.0.1"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://security.netapp.com/advisory/ntap-20230214-0010"
|
||||
},
|
||||
{
|
||||
"type": "WEB",
|
||||
"url": "https://security.snyk.io/vuln/SNYK-JS-GLOBPARENT-1314294"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-f8p3-q834-q9cj",
|
||||
"modified": "2023-01-09T19:52:37Z",
|
||||
"modified": "2025-04-14T22:13:01Z",
|
||||
"published": "2022-12-26T09:30:26Z",
|
||||
"aliases": [
|
||||
"CVE-2021-30134"
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"schema_version": "1.4.0",
|
||||
"id": "GHSA-472w-7w45-g3w5",
|
||||
"modified": "2025-04-14T17:49:16Z",
|
||||
"modified": "2025-04-14T22:13:34Z",
|
||||
"published": "2025-04-14T17:49:15Z",
|
||||
"aliases": [],
|
||||
"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": [
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user