Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,17 +1,42 @@
{
"schema_version": "1.3.0",
"id": "GHSA-6q8m-42qq-64r7",
"modified": "2023-03-01T22:57:51Z",
"modified": "2023-03-02T14:53:55Z",
"published": "2023-03-01T09:30:29Z",
"aliases": [
"CVE-2021-4326"
],
"summary": "Imperative CLI vulnerable to Command Injection",
"details": "A vulnerability in Imperative framework which allows already-privileged local actors to execute arbitrary shell commands via plugin install/update commands, or maliciously formed environment variables. Impacts Zowe CLI.",
"severity": [

{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
}
],
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "@zowe/imperative"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "5.0.0"
},
{
"fixed": "5.7.2"
}
]
}
],
"database_specific": {
"last_known_affected_version_range": "< 5.7.1"
}
},
{
"package": {
"ecosystem": "npm",
Expand All @@ -25,11 +50,14 @@
"introduced": "0"
},
{
"fixed": "5.9.0"
"fixed": "4.18.11"
}
]
}
]
],
"database_specific": {
"last_known_affected_version_range": "< 4.18.10"
}
}
],
"references": [
Expand All @@ -39,7 +67,11 @@
},
{
"type": "WEB",
"url": "https://github.com/zowe/imperative/commit/1f3d99a729f1f541f002ce83d522d5b8174ba78d"
"url": "https://github.com/zowe/imperative/pull/900"
},
{
"type": "WEB",
"url": "https://github.com/zowe/imperative/pull/902"
},
{
"type": "PACKAGE",
Expand All @@ -50,7 +82,7 @@
"cwe_ids": [

],
"severity": "MODERATE",
"severity": "LOW",
"github_reviewed": true,
"github_reviewed_at": "2023-03-01T22:57:51Z",
"nvd_published_at": "2023-03-01T08:15:00Z"
Expand Down