From 3ef3b6a8492635cf5a91f219194dcf0818513a7a Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 20:06:28 +0000 Subject: [PATCH] Publish GHSA-884p-74jh-xrg2 --- .../GHSA-884p-74jh-xrg2/GHSA-884p-74jh-xrg2.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2020/09/GHSA-884p-74jh-xrg2/GHSA-884p-74jh-xrg2.json b/advisories/github-reviewed/2020/09/GHSA-884p-74jh-xrg2/GHSA-884p-74jh-xrg2.json index 1feef91f2e7..c6ddaa6a06e 100644 --- a/advisories/github-reviewed/2020/09/GHSA-884p-74jh-xrg2/GHSA-884p-74jh-xrg2.json +++ b/advisories/github-reviewed/2020/09/GHSA-884p-74jh-xrg2/GHSA-884p-74jh-xrg2.json @@ -1,10 +1,10 @@ { "schema_version": "1.4.0", "id": "GHSA-884p-74jh-xrg2", - "modified": "2020-08-31T18:59:05Z", + "modified": "2023-11-08T20:05:23Z", "published": "2020-09-04T16:57:20Z", "aliases": [ - + "CVE-2019-15599" ], "summary": "Command Injection in tree-kill", "details": "Versions of `tree-kill` prior to 1.2.2 are vulnerable to Command Injection. The package fails to sanitize values passed to the `kill` function. If this value is user-controlled it may allow attackers to run arbitrary commands in the server. The issue only affects Windows systems.\n\n\n## Recommendation\n\nUpgrade to version 1.2.2 or later.", @@ -38,6 +38,10 @@ } ], "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-15599" + }, { "type": "WEB", "url": "https://github.com/pkrumins/node-tree-kill/commit/deee138a8cbc918463d8af5ce8c2bec33c3fd164" @@ -46,14 +50,18 @@ "type": "WEB", "url": "https://hackerone.com/reports/701183" }, + { + "type": "PACKAGE", + "url": "https://github.com/pkrumins/node-tree-kill" + }, { "type": "WEB", - "url": "https://www.npmjs.com/advisories/1432" + "url": "https://github.com/pkrumins/node-tree-kill/releases/tag/v1.2.2" } ], "database_specific": { "cwe_ids": [ - "CWE-77" + "CWE-94" ], "severity": "HIGH", "github_reviewed": true,