From 4edcff0844b4fa256076fa45d725773909f3db31 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:05:52 +0000 Subject: [PATCH] Publish Advisories GHSA-5j4w-v87m-8r65 GHSA-gffx-9f36-r8wp GHSA-w7rh-9w5v-rwqj GHSA-5j4w-v87m-8r65 GHSA-gffx-9f36-r8wp GHSA-w7rh-9w5v-rwqj --- .../GHSA-5j4w-v87m-8r65.json | 99 +++++++++++++++++++ .../GHSA-gffx-9f36-r8wp.json | 99 +++++++++++++++++++ .../GHSA-w7rh-9w5v-rwqj.json | 99 +++++++++++++++++++ .../GHSA-5j4w-v87m-8r65.json | 35 ------- .../GHSA-gffx-9f36-r8wp.json | 35 ------- .../GHSA-w7rh-9w5v-rwqj.json | 35 ------- 6 files changed, 297 insertions(+), 105 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-5j4w-v87m-8r65/GHSA-5j4w-v87m-8r65.json create mode 100644 advisories/github-reviewed/2022/05/GHSA-gffx-9f36-r8wp/GHSA-gffx-9f36-r8wp.json create mode 100644 advisories/github-reviewed/2022/05/GHSA-w7rh-9w5v-rwqj/GHSA-w7rh-9w5v-rwqj.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-5j4w-v87m-8r65/GHSA-5j4w-v87m-8r65.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-gffx-9f36-r8wp/GHSA-gffx-9f36-r8wp.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-w7rh-9w5v-rwqj/GHSA-w7rh-9w5v-rwqj.json diff --git a/advisories/github-reviewed/2022/05/GHSA-5j4w-v87m-8r65/GHSA-5j4w-v87m-8r65.json b/advisories/github-reviewed/2022/05/GHSA-5j4w-v87m-8r65/GHSA-5j4w-v87m-8r65.json new file mode 100644 index 00000000000..9a39a6cd150 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-5j4w-v87m-8r65/GHSA-5j4w-v87m-8r65.json @@ -0,0 +1,99 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-5j4w-v87m-8r65", + "modified": "2024-01-11T16:04:59Z", + "published": "2022-05-24T17:21:54Z", + "aliases": [ + "CVE-2020-9630" + ], + "summary": "Magento business logic error 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 business logic error vulnerability. Successful exploitation could lead to privilege escalation.", + "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-9630" + }, + { + "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-269" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-01-11T16:04:59Z", + "nvd_published_at": "2020-06-26T21:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-gffx-9f36-r8wp/GHSA-gffx-9f36-r8wp.json b/advisories/github-reviewed/2022/05/GHSA-gffx-9f36-r8wp/GHSA-gffx-9f36-r8wp.json new file mode 100644 index 00000000000..99398196dd4 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-gffx-9f36-r8wp/GHSA-gffx-9f36-r8wp.json @@ -0,0 +1,99 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gffx-9f36-r8wp", + "modified": "2024-01-11T16:04:01Z", + "published": "2022-05-24T17:21:53Z", + "aliases": [ + "CVE-2020-9631" + ], + "summary": "Magento security mitigation bypass 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 security mitigation bypass 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": "2.3.0" + }, + { + "fixed": "2.3.4-p2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.2.11" + } + ] + } + ] + }, + { + "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-9631" + }, + { + "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": [ + + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2024-01-11T16:04:01Z", + "nvd_published_at": "2020-06-26T21:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2022/05/GHSA-w7rh-9w5v-rwqj/GHSA-w7rh-9w5v-rwqj.json b/advisories/github-reviewed/2022/05/GHSA-w7rh-9w5v-rwqj/GHSA-w7rh-9w5v-rwqj.json new file mode 100644 index 00000000000..7ad57d6151c --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-w7rh-9w5v-rwqj/GHSA-w7rh-9w5v-rwqj.json @@ -0,0 +1,99 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-w7rh-9w5v-rwqj", + "modified": "2024-01-11T16:03:14Z", + "published": "2022-05-24T17:21:50Z", + "aliases": [ + "CVE-2020-9591" + ], + "summary": "Magento defense-in-depth security mitigation 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 defense-in-depth security mitigation vulnerability. Successful exploitation could lead to unauthorized access to admin panel.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N" + } + ], + "affected": [ + { + "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/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.2.11" + } + ] + } + ] + }, + { + "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-9591" + }, + { + "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-200" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-01-11T16:03:14Z", + "nvd_published_at": "2020-06-26T21:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-5j4w-v87m-8r65/GHSA-5j4w-v87m-8r65.json b/advisories/unreviewed/2022/05/GHSA-5j4w-v87m-8r65/GHSA-5j4w-v87m-8r65.json deleted file mode 100644 index d586f83e544..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-5j4w-v87m-8r65/GHSA-5j4w-v87m-8r65.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-5j4w-v87m-8r65", - "modified": "2022-05-24T17:21:54Z", - "published": "2022-05-24T17:21:54Z", - "aliases": [ - "CVE-2020-9630" - ], - "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 business logic error vulnerability. Successful exploitation could lead to privilege escalation.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-9630" - }, - { - "type": "WEB", - "url": "https://helpx.adobe.com/security/products/magento/apsb20-22.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-269" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2020-06-26T21:15:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-gffx-9f36-r8wp/GHSA-gffx-9f36-r8wp.json b/advisories/unreviewed/2022/05/GHSA-gffx-9f36-r8wp/GHSA-gffx-9f36-r8wp.json deleted file mode 100644 index 6992e18a3ed..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-gffx-9f36-r8wp/GHSA-gffx-9f36-r8wp.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-gffx-9f36-r8wp", - "modified": "2022-05-24T17:21:53Z", - "published": "2022-05-24T17:21:53Z", - "aliases": [ - "CVE-2020-9631" - ], - "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 security mitigation bypass vulnerability. Successful exploitation could lead to arbitrary code execution.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-9631" - }, - { - "type": "WEB", - "url": "https://helpx.adobe.com/security/products/magento/apsb20-22.html" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2020-06-26T21:15:00Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-w7rh-9w5v-rwqj/GHSA-w7rh-9w5v-rwqj.json b/advisories/unreviewed/2022/05/GHSA-w7rh-9w5v-rwqj/GHSA-w7rh-9w5v-rwqj.json deleted file mode 100644 index f2443d8541e..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-w7rh-9w5v-rwqj/GHSA-w7rh-9w5v-rwqj.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-w7rh-9w5v-rwqj", - "modified": "2022-05-24T17:21:50Z", - "published": "2022-05-24T17:21:50Z", - "aliases": [ - "CVE-2020-9591" - ], - "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 defense-in-depth security mitigation vulnerability. Successful exploitation could lead to unauthorized access to admin panel.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2020-9591" - }, - { - "type": "WEB", - "url": "https://helpx.adobe.com/security/products/magento/apsb20-22.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-200" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2020-06-26T21:15:00Z" - } -} \ No newline at end of file