Skip to content

Commit 6b1ca14

Browse files
1 parent 59f068c commit 6b1ca14

File tree

2 files changed

+70
-43
lines changed

2 files changed

+70
-43
lines changed
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-c9m9-48pw-6mpv",
4+
"modified": "2023-10-19T18:57:46Z",
5+
"published": "2021-05-24T22:18:13Z",
6+
"aliases": [
7+
"CVE-2020-7633"
8+
],
9+
"summary": "apiconnect-cli-plugins vulnerable to OS Command Injection",
10+
"details": "apiconnect-cli-plugins through 6.0.1 is vulnerable to Command Injection. It allows execution of arbitrary commands via the `pluginUri` argument.\n\n### PoC\n```js\nvar root = require(\"apiconnect-cli-plugins\");\nvar payload = \"& touch Song &\";\nroot.pluginLoader.installPlugin(payload, \"\");\n```\n\nThe injection point is located in line 181 of file `lib/plugin-loader.js`, in the function `installPlugin(pluginUri, registryUri)`.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "apiconnect-cli-plugins"
22+
},
23+
"ecosystem_specific": {
24+
"affected_functions": [
25+
""
26+
]
27+
},
28+
"ranges": [
29+
{
30+
"type": "ECOSYSTEM",
31+
"events": [
32+
{
33+
"introduced": "0"
34+
},
35+
{
36+
"last_affected": "6.0.1"
37+
}
38+
]
39+
}
40+
]
41+
}
42+
],
43+
"references": [
44+
{
45+
"type": "ADVISORY",
46+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-7633"
47+
},
48+
{
49+
"type": "PACKAGE",
50+
"url": "https://openbase.com/js/apiconnect-cli-plugins"
51+
},
52+
{
53+
"type": "WEB",
54+
"url": "https://snyk.io/vuln/SNYK-JS-APICONNECTCLIPLUGINS-564427"
55+
},
56+
{
57+
"type": "WEB",
58+
"url": "https://web.archive.org/web/20211209115530/https://openbase.com/js/apiconnect-cli-plugins"
59+
}
60+
],
61+
"database_specific": {
62+
"cwe_ids": [
63+
"CWE-78"
64+
],
65+
"severity": "CRITICAL",
66+
"github_reviewed": true,
67+
"github_reviewed_at": "2023-10-19T18:57:46Z",
68+
"nvd_published_at": "2020-04-06T13:15:00Z"
69+
}
70+
}

advisories/unreviewed/2021/05/GHSA-c9m9-48pw-6mpv/GHSA-c9m9-48pw-6mpv.json

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)