From 91cd86b4a7ea9a82b6b99b41273384e45b4a0d9d Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 18:54:17 +0000 Subject: [PATCH] Publish Advisories GHSA-264g-f7v8-q5qq GHSA-525f-pvj5-vqmq GHSA-59vf-hjxc-f9c5 GHSA-264g-f7v8-q5qq GHSA-525f-pvj5-vqmq GHSA-59vf-hjxc-f9c5 --- .../GHSA-264g-f7v8-q5qq.json | 149 +++++++++++++++ .../GHSA-525f-pvj5-vqmq.json | 149 +++++++++++++++ .../GHSA-59vf-hjxc-f9c5.json | 171 ++++++++++++++++++ .../GHSA-264g-f7v8-q5qq.json | 36 ---- .../GHSA-525f-pvj5-vqmq.json | 36 ---- .../GHSA-59vf-hjxc-f9c5.json | 36 ---- 6 files changed, 469 insertions(+), 108 deletions(-) create mode 100644 advisories/github-reviewed/2024/02/GHSA-264g-f7v8-q5qq/GHSA-264g-f7v8-q5qq.json create mode 100644 advisories/github-reviewed/2024/02/GHSA-525f-pvj5-vqmq/GHSA-525f-pvj5-vqmq.json create mode 100644 advisories/github-reviewed/2024/04/GHSA-59vf-hjxc-f9c5/GHSA-59vf-hjxc-f9c5.json delete mode 100644 advisories/unreviewed/2024/02/GHSA-264g-f7v8-q5qq/GHSA-264g-f7v8-q5qq.json delete mode 100644 advisories/unreviewed/2024/02/GHSA-525f-pvj5-vqmq/GHSA-525f-pvj5-vqmq.json delete mode 100644 advisories/unreviewed/2024/04/GHSA-59vf-hjxc-f9c5/GHSA-59vf-hjxc-f9c5.json diff --git a/advisories/github-reviewed/2024/02/GHSA-264g-f7v8-q5qq/GHSA-264g-f7v8-q5qq.json b/advisories/github-reviewed/2024/02/GHSA-264g-f7v8-q5qq/GHSA-264g-f7v8-q5qq.json new file mode 100644 index 00000000000..5f169c4ed95 --- /dev/null +++ b/advisories/github-reviewed/2024/02/GHSA-264g-f7v8-q5qq/GHSA-264g-f7v8-q5qq.json @@ -0,0 +1,149 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-264g-f7v8-q5qq", + "modified": "2025-03-04T18:52:17Z", + "published": "2024-02-15T15:30:29Z", + "aliases": [ + "CVE-2024-20719" + ], + "summary": "Magento Open Source allows Cross-Site Scripting (XSS)", + "details": "Adobe Commerce versions 2.4.6-p3, 2.4.5-p5, 2.4.4-p6 and earlier are affected by a stored Cross-Site Scripting (XSS) vulnerability that could be abused by an admin attacker to inject malicious scripts into every admin page. Malicious JavaScript may be executed in a victim’s browser when they browse to the page containing the vulnerable field, that could be leveraged to gain admin access.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "versions": [ + "2.4.6" + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "versions": [ + "2.4.5" + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "versions": [ + "2.4.4" + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.6-p1" + }, + { + "fixed": "2.4.6-p4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.5-p1" + }, + { + "fixed": "2.4.5-p6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.4-p1" + }, + { + "fixed": "2.4.4-p7" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/project-community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.0.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-20719" + }, + { + "type": "PACKAGE", + "url": "https://github.com/magento/magento2" + }, + { + "type": "WEB", + "url": "https://helpx.adobe.com/security/products/magento/apsb24-03.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-03-04T18:52:17Z", + "nvd_published_at": "2024-02-15T14:15:46Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/02/GHSA-525f-pvj5-vqmq/GHSA-525f-pvj5-vqmq.json b/advisories/github-reviewed/2024/02/GHSA-525f-pvj5-vqmq/GHSA-525f-pvj5-vqmq.json new file mode 100644 index 00000000000..db4d4fc73bb --- /dev/null +++ b/advisories/github-reviewed/2024/02/GHSA-525f-pvj5-vqmq/GHSA-525f-pvj5-vqmq.json @@ -0,0 +1,149 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-525f-pvj5-vqmq", + "modified": "2025-03-04T18:52:32Z", + "published": "2024-02-15T15:30:29Z", + "aliases": [ + "CVE-2024-20720" + ], + "summary": "Magento Open Source allows OS Command Injection", + "details": "Adobe Commerce versions 2.4.6-p3, 2.4.5-p5, 2.4.4-p6 and earlier are affected by an Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability that could lead in arbitrary code execution by an attacker. Exploitation of this issue does not require user interaction.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "versions": [ + "2.4.6" + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "versions": [ + "2.4.5" + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "versions": [ + "2.4.4" + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.6-p1" + }, + { + "fixed": "2.4.6-p4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.5-p1" + }, + { + "fixed": "2.4.5-p6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.4-p1" + }, + { + "fixed": "2.4.4-p7" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/project-community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.0.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-20720" + }, + { + "type": "PACKAGE", + "url": "https://github.com/magento/magento2" + }, + { + "type": "WEB", + "url": "https://helpx.adobe.com/security/products/magento/apsb24-03.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-78" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-03-04T18:52:31Z", + "nvd_published_at": "2024-02-15T14:15:46Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/04/GHSA-59vf-hjxc-f9c5/GHSA-59vf-hjxc-f9c5.json b/advisories/github-reviewed/2024/04/GHSA-59vf-hjxc-f9c5/GHSA-59vf-hjxc-f9c5.json new file mode 100644 index 00000000000..aed20e878d3 --- /dev/null +++ b/advisories/github-reviewed/2024/04/GHSA-59vf-hjxc-f9c5/GHSA-59vf-hjxc-f9c5.json @@ -0,0 +1,171 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-59vf-hjxc-f9c5", + "modified": "2025-03-04T18:53:02Z", + "published": "2024-04-10T15:30:40Z", + "aliases": [ + "CVE-2024-20759" + ], + "summary": "Magento Open Source allows Cross-Site Scripting (XSS)", + "details": "Adobe Commerce versions 2.4.6-p4, 2.4.5-p6, 2.4.4-p7, 2.4.7-beta3 and earlier are affected by a stored Cross-Site Scripting (XSS) vulnerability that could be abused by a high-privileged attacker to inject malicious scripts into vulnerable form fields. Malicious JavaScript may be executed in a victim’s browser when they browse to the page containing the vulnerable field. Confidentiality and integrity are considered high due to having admin impact.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "versions": [ + "2.4.6" + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "versions": [ + "2.4.5" + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "versions": [ + "2.4.4" + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.7-beta1" + }, + { + "fixed": "2.4.7" + } + ] + } + ], + "database_specific": { + "last_known_affected_version_range": "<= 2.4.7-beta3" + } + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.6-p1" + }, + { + "fixed": "2.4.6-p5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.5-p1" + }, + { + "fixed": "2.4.5-p7" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "2.4.4-p1" + }, + { + "fixed": "2.4.4-p8" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "magento/project-community-edition" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.0.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-20759" + }, + { + "type": "PACKAGE", + "url": "https://github.com/magento/magento2" + }, + { + "type": "WEB", + "url": "https://helpx.adobe.com/security/products/magento/apsb24-18.html" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-03-04T18:53:02Z", + "nvd_published_at": "2024-04-10T12:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/02/GHSA-264g-f7v8-q5qq/GHSA-264g-f7v8-q5qq.json b/advisories/unreviewed/2024/02/GHSA-264g-f7v8-q5qq/GHSA-264g-f7v8-q5qq.json deleted file mode 100644 index 9a7d1f4e42f..00000000000 --- a/advisories/unreviewed/2024/02/GHSA-264g-f7v8-q5qq/GHSA-264g-f7v8-q5qq.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-264g-f7v8-q5qq", - "modified": "2024-02-16T21:31:31Z", - "published": "2024-02-15T15:30:29Z", - "aliases": [ - "CVE-2024-20719" - ], - "details": "Adobe Commerce versions 2.4.6-p3, 2.4.5-p5, 2.4.4-p6 and earlier are affected by a stored Cross-Site Scripting (XSS) vulnerability that could be abused by an admin attacker to inject malicious scripts into every admin page. Malicious JavaScript may be executed in a victim’s browser when they browse to the page containing the vulnerable field, that could be leveraged to gain admin access. ", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-20719" - }, - { - "type": "WEB", - "url": "https://helpx.adobe.com/security/products/magento/apsb24-03.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-02-15T14:15:46Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/02/GHSA-525f-pvj5-vqmq/GHSA-525f-pvj5-vqmq.json b/advisories/unreviewed/2024/02/GHSA-525f-pvj5-vqmq/GHSA-525f-pvj5-vqmq.json deleted file mode 100644 index 39561da3001..00000000000 --- a/advisories/unreviewed/2024/02/GHSA-525f-pvj5-vqmq/GHSA-525f-pvj5-vqmq.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-525f-pvj5-vqmq", - "modified": "2024-02-15T15:30:29Z", - "published": "2024-02-15T15:30:29Z", - "aliases": [ - "CVE-2024-20720" - ], - "details": "Adobe Commerce versions 2.4.6-p3, 2.4.5-p5, 2.4.4-p6 and earlier are affected by an Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability that could lead in arbitrary code execution by an attacker. Exploitation of this issue does not require user interaction.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-20720" - }, - { - "type": "WEB", - "url": "https://helpx.adobe.com/security/products/magento/apsb24-03.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-78" - ], - "severity": "CRITICAL", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-02-15T14:15:46Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/04/GHSA-59vf-hjxc-f9c5/GHSA-59vf-hjxc-f9c5.json b/advisories/unreviewed/2024/04/GHSA-59vf-hjxc-f9c5/GHSA-59vf-hjxc-f9c5.json deleted file mode 100644 index a41457d55ed..00000000000 --- a/advisories/unreviewed/2024/04/GHSA-59vf-hjxc-f9c5/GHSA-59vf-hjxc-f9c5.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-59vf-hjxc-f9c5", - "modified": "2024-04-10T15:30:40Z", - "published": "2024-04-10T15:30:40Z", - "aliases": [ - "CVE-2024-20759" - ], - "details": "Adobe Commerce versions 2.4.6-p4, 2.4.5-p6, 2.4.4-p7, 2.4.7-beta3 and earlier are affected by a stored Cross-Site Scripting (XSS) vulnerability that could be abused by a high-privileged attacker to inject malicious scripts into vulnerable form fields. Malicious JavaScript may be executed in a victim’s browser when they browse to the page containing the vulnerable field. Confidentiality and integrity are considered high due to having admin impact.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:H/I:H/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-20759" - }, - { - "type": "WEB", - "url": "https://helpx.adobe.com/security/products/magento/apsb24-18.html" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-04-10T12:15:08Z" - } -} \ No newline at end of file