-
Notifications
You must be signed in to change notification settings - Fork 585
Expand file tree
/
Copy pathGHSA-884p-74jh-xrg2.json
More file actions
64 lines (64 loc) · 1.68 KB
/
GHSA-884p-74jh-xrg2.json
File metadata and controls
64 lines (64 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"schema_version": "1.4.0",
"id": "GHSA-884p-74jh-xrg2",
"modified": "2023-11-29T22:32:28Z",
"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.",
"severity": [],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "tree-kill"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0.0.4"
},
{
"fixed": "1.2.2"
}
]
}
]
}
],
"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"
},
{
"type": "WEB",
"url": "https://hackerone.com/reports/701183"
},
{
"type": "PACKAGE",
"url": "https://github.com/pkrumins/node-tree-kill"
},
{
"type": "WEB",
"url": "https://github.com/pkrumins/node-tree-kill/releases/tag/v1.2.2"
}
],
"database_specific": {
"cwe_ids": [
"CWE-94"
],
"severity": "HIGH",
"github_reviewed": true,
"github_reviewed_at": "2020-08-31T18:59:05Z",
"nvd_published_at": null
}
}