From 6570cfc7e0ad90d0c42aa4660dc8bd76225d1124 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:00:46 +0000 Subject: [PATCH] Publish Advisories GHSA-c55h-7q4j-g6rq GHSA-c55h-7q4j-g6rq --- .../GHSA-c55h-7q4j-g6rq.json | 99 +++++++++++++++++++ .../GHSA-c55h-7q4j-g6rq.json | 35 ------- 2 files changed, 99 insertions(+), 35 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-c55h-7q4j-g6rq/GHSA-c55h-7q4j-g6rq.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-c55h-7q4j-g6rq/GHSA-c55h-7q4j-g6rq.json diff --git a/advisories/github-reviewed/2022/05/GHSA-c55h-7q4j-g6rq/GHSA-c55h-7q4j-g6rq.json b/advisories/github-reviewed/2022/05/GHSA-c55h-7q4j-g6rq/GHSA-c55h-7q4j-g6rq.json new file mode 100644 index 00000000000..d03327162b9 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-c55h-7q4j-g6rq/GHSA-c55h-7q4j-g6rq.json @@ -0,0 +1,99 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-c55h-7q4j-g6rq", + "modified": "2024-01-11T15:58:48Z", + "published": "2022-05-24T17:21:49Z", + "aliases": [ + "CVE-2020-9583" + ], + "summary": "Magento command injection vulnerability", + "details": "Magento versions 2.3.4 and earlier, 2.2.11 and earlier (see note), 1.14.4.4 and earlier, and 1.9.4.4 and earlier have a command injection vulnerability. Successful exploitation could lead to arbitrary code execution.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.2.11" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.3.0" + }, + { + "fixed": "2.3.4-p2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.9.4.5" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-9583" + }, + { + "type": "PACKAGE", + "url": "https://github.com/magento/magento2" + }, + { + "type": "WEB", + "url": "https://helpx.adobe.com/security/products/magento/apsb20-22.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-78" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-01-11T15:58:48Z", + "nvd_published_at": "2020-06-26T21:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-c55h-7q4j-g6rq/GHSA-c55h-7q4j-g6rq.json b/advisories/unreviewed/2022/05/GHSA-c55h-7q4j-g6rq/GHSA-c55h-7q4j-g6rq.json deleted file mode 100644 index 9e33a3eaa50..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-c55h-7q4j-g6rq/GHSA-c55h-7q4j-g6rq.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-c55h-7q4j-g6rq", - "modified": "2022-05-24T17:21:49Z", - "published": "2022-05-24T17:21:49Z", - "aliases": [ - "CVE-2020-9583" - ], - "details": "Magento versions 2.3.4 and earlier, 2.2.11 and earlier (see note), 1.14.4.4 and earlier, and 1.9.4.4 and earlier have a command injection vulnerability. Successful exploitation could lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-9583" - }, - { - "type": "WEB", - "url": "https://helpx.adobe.com/security/products/magento/apsb20-22.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-78" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2020-06-26T21:15:00Z" - } -} \ No newline at end of file