From b3ee272a96461048f4a5c2b657f9cffa96a8851a Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 18:18:03 +0000 Subject: [PATCH] Publish Advisories GHSA-fx9g-g9q6-x3jx GHSA-fx9g-g9q6-x3jx --- .../GHSA-fx9g-g9q6-x3jx.json | 114 ++++++++++++++++++ .../GHSA-fx9g-g9q6-x3jx.json | 38 ------ 2 files changed, 114 insertions(+), 38 deletions(-) create mode 100644 advisories/github-reviewed/2022/08/GHSA-fx9g-g9q6-x3jx/GHSA-fx9g-g9q6-x3jx.json delete mode 100644 advisories/unreviewed/2022/08/GHSA-fx9g-g9q6-x3jx/GHSA-fx9g-g9q6-x3jx.json diff --git a/advisories/github-reviewed/2022/08/GHSA-fx9g-g9q6-x3jx/GHSA-fx9g-g9q6-x3jx.json b/advisories/github-reviewed/2022/08/GHSA-fx9g-g9q6-x3jx/GHSA-fx9g-g9q6-x3jx.json new file mode 100644 index 00000000000..4012407110a --- /dev/null +++ b/advisories/github-reviewed/2022/08/GHSA-fx9g-g9q6-x3jx/GHSA-fx9g-g9q6-x3jx.json @@ -0,0 +1,114 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-fx9g-g9q6-x3jx", + "modified": "2024-01-11T18:16:48Z", + "published": "2022-08-17T00:00:19Z", + "aliases": [ + "CVE-2022-34254" + ], + "summary": "Magento Path Traversal vulnerability", + "details": "Adobe Commerce versions 2.4.3-p2 (and earlier), 2.3.7-p3 (and earlier) and 2.4.4 (and earlier) are affected by an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability that could be abused by an attacker to inject malicious scripts into the vulnerable endpoint. A low privileged attacker could leverage this vulnerability to read local files and to perform Stored XSS. Exploitation of this issue does not require user interaction.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.3.0" + }, + { + "fixed": "2.3.7-p4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.0" + }, + { + "fixed": "2.4.3-p3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.4" + }, + { + "fixed": "2.4.5" + } + ] + } + ], + "versions": [ + "2.4.4" + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-34254" + }, + { + "type": "WEB", + "url": "https://github.com/magento/magento2/commit/246d524b7586af2245092008e0d92b8d6fdd8523" + }, + { + "type": "WEB", + "url": "https://github.com/magento/magento2/commit/5548bc64b5bc904346c0af9193a7fbb5274b4efa" + }, + { + "type": "WEB", + "url": "https://github.com/magento/magento2/commit/5f07eba878296a37bd5c3a2baecad48948547594" + }, + { + "type": "PACKAGE", + "url": "https://github.com/magento/magento2" + }, + { + "type": "WEB", + "url": "https://helpx.adobe.com/security/products/magento/apsb22-38.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-01-11T18:16:48Z", + "nvd_published_at": "2022-08-16T21:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/08/GHSA-fx9g-g9q6-x3jx/GHSA-fx9g-g9q6-x3jx.json b/advisories/unreviewed/2022/08/GHSA-fx9g-g9q6-x3jx/GHSA-fx9g-g9q6-x3jx.json deleted file mode 100644 index 1568b4405a8..00000000000 --- a/advisories/unreviewed/2022/08/GHSA-fx9g-g9q6-x3jx/GHSA-fx9g-g9q6-x3jx.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-fx9g-g9q6-x3jx", - "modified": "2022-08-17T00:00:19Z", - "published": "2022-08-17T00:00:19Z", - "aliases": [ - "CVE-2022-34254" - ], - "details": "Adobe Commerce versions 2.4.3-p2 (and earlier), 2.3.7-p3 (and earlier) and 2.4.4 (and earlier) are affected by an Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') vulnerability that could be abused by an attacker to inject malicious scripts into the vulnerable endpoint. A low privileged attacker could leverage this vulnerability to read local files and to perform Stored XSS. Exploitation of this issue does not require user interaction.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-34254" - }, - { - "type": "WEB", - "url": "https://helpx.adobe.com/security/products/magento/apsb22-38.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-22" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2022-08-16T21:15:00Z" - } -} \ No newline at end of file