From f019baffe3ee02787256dbc14377eb559d070040 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 18:12:53 +0000 Subject: [PATCH] Publish Advisories GHSA-x42g-82pp-4v6g GHSA-x42g-82pp-4v6g --- .../GHSA-x42g-82pp-4v6g.json | 84 +++++++++++++++++++ .../GHSA-x42g-82pp-4v6g.json | 38 --------- 2 files changed, 84 insertions(+), 38 deletions(-) create mode 100644 advisories/github-reviewed/2022/05/GHSA-x42g-82pp-4v6g/GHSA-x42g-82pp-4v6g.json delete mode 100644 advisories/unreviewed/2022/05/GHSA-x42g-82pp-4v6g/GHSA-x42g-82pp-4v6g.json diff --git a/advisories/github-reviewed/2022/05/GHSA-x42g-82pp-4v6g/GHSA-x42g-82pp-4v6g.json b/advisories/github-reviewed/2022/05/GHSA-x42g-82pp-4v6g/GHSA-x42g-82pp-4v6g.json new file mode 100644 index 00000000000..add243da7d5 --- /dev/null +++ b/advisories/github-reviewed/2022/05/GHSA-x42g-82pp-4v6g/GHSA-x42g-82pp-4v6g.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-x42g-82pp-4v6g", + "modified": "2024-05-15T18:11:32Z", + "published": "2022-05-24T17:00:26Z", + "aliases": [ + "CVE-2019-8130" + ], + "summary": "Magento SQL injection vulnerability", + "details": "A SQL injection vulnerability exists in Magento 2.2 prior to 2.2.10, Magento 2.3 prior to 2.3.3 or 2.3.2-p1. A user with store manipulation privileges can execute arbitrary SQL queries by getting access to the database connection through group instance in email templates.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.2.0" + }, + { + "fixed": "2.2.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.3.0" + }, + { + "fixed": "2.3.2-p1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-8130" + }, + { + "type": "WEB", + "url": "https://github.com/FriendsOfPHP/security-advisories/blob/master/magento/product-community-edition/CVE-2019-8130.yaml" + }, + { + "type": "PACKAGE", + "url": "https://github.com/magento/magento2" + }, + { + "type": "WEB", + "url": "https://web.archive.org/web/20210616202033/https://magento.com/security/patches/magento-2.3.3-and-2.2.10-security-update" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-05-15T18:11:32Z", + "nvd_published_at": "2019-11-06T00:15:00Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2022/05/GHSA-x42g-82pp-4v6g/GHSA-x42g-82pp-4v6g.json b/advisories/unreviewed/2022/05/GHSA-x42g-82pp-4v6g/GHSA-x42g-82pp-4v6g.json deleted file mode 100644 index 5237d76791a..00000000000 --- a/advisories/unreviewed/2022/05/GHSA-x42g-82pp-4v6g/GHSA-x42g-82pp-4v6g.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-x42g-82pp-4v6g", - "modified": "2024-01-24T00:36:36Z", - "published": "2022-05-24T17:00:26Z", - "aliases": [ - "CVE-2019-8130" - ], - "details": "A SQL injection vulnerability exists in Magento 2.2 prior to 2.2.10, Magento 2.3 prior to 2.3.3 or 2.3.2-p1. A user with store manipulation privileges can execute arbitrary SQL queries by getting access to the database connection through group instance in email templates.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-8130" - }, - { - "type": "WEB", - "url": "https://magento.com/security/patches/magento-2.3.3-and-2.2.10-security-update" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-89" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2019-11-06T00:15:00Z" - } -} \ No newline at end of file