Publish GHSA-884p-74jh-xrg2

This commit is contained in:
advisory-database[bot]
2023-11-08 20:06:28 +00:00
parent 47081dfcf9
commit 3ef3b6a849
@@ -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,