diff --git a/advisories/github-reviewed/2025/04/GHSA-68wv-g3fw-pq7q/GHSA-68wv-g3fw-pq7q.json b/advisories/github-reviewed/2025/04/GHSA-68wv-g3fw-pq7q/GHSA-68wv-g3fw-pq7q.json new file mode 100644 index 00000000000..61d980bb425 --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-68wv-g3fw-pq7q/GHSA-68wv-g3fw-pq7q.json @@ -0,0 +1,162 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-68wv-g3fw-pq7q", + "modified": "2025-04-08T16:33:31Z", + "published": "2025-04-08T16:33:30Z", + "aliases": [], + "summary": "Shopware Broken ACL on Document retrieval to access other customers documents", + "details": "### Impact\nIt's possible to guess the deepLinkCode of an Document to open documents of other customers\n\n### Patches\nUpdate to Shopware 6.6.10.3 or 6.5.8.17\n\n### Workarounds\nFor older versions of 6.4, corresponding security measures are also available via a plugin. For the full range of functions, we recommend updating to the latest Shopware version.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "shopware/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.6.0.0" + }, + { + "fixed": "6.6.10.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "shopware/platform" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.6.0.0" + }, + { + "fixed": "6.6.10.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "shopware/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.7.0.0-rc1" + }, + { + "fixed": "6.7.0.0-rc2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "shopware/platform" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.7.0.0-rc1" + }, + { + "fixed": "6.7.0.0-rc2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "shopware/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "6.5.8.17" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "shopware/platform" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "6.5.8.17" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/shopware/shopware/security/advisories/GHSA-68wv-g3fw-pq7q" + }, + { + "type": "PACKAGE", + "url": "https://github.com/shopware/shopware" + }, + { + "type": "WEB", + "url": "https://github.com/shopware/shopware/releases/tag/v6.5.8.17" + }, + { + "type": "WEB", + "url": "https://github.com/shopware/shopware/releases/tag/v6.6.10.3" + }, + { + "type": "WEB", + "url": "https://github.com/shopware/shopware/releases/tag/v6.7.0.0-rc2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-284" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-08T16:33:30Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/04/GHSA-8g35-7rmw-7f59/GHSA-8g35-7rmw-7f59.json b/advisories/github-reviewed/2025/04/GHSA-8g35-7rmw-7f59/GHSA-8g35-7rmw-7f59.json new file mode 100644 index 00000000000..aa693f4f2d7 --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-8g35-7rmw-7f59/GHSA-8g35-7rmw-7f59.json @@ -0,0 +1,164 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-8g35-7rmw-7f59", + "modified": "2025-04-08T16:33:06Z", + "published": "2025-04-08T16:33:06Z", + "aliases": [ + "CVE-2025-27892" + ], + "summary": "Shopware Vulnerable to Blind SQL-injection in DAL aggregations", + "details": "### Impact\n\nThe Shopware application API contains a search functionality which enables users to search through information stored within their Shopware instance. The searches performed by this function can be aggregated using the parameters in the “aggregations”\nobject. The ‘name’ field in this “aggregations” **in nested** object is vulnerable SQL-injection and can be exploited using SQL parameters. \n\n### Patches\n\nUpdate to Shopware 6.6.10.3 or 6.5.8.17\n\n### Workarounds\n\nFor older versions of 6.4 corresponding security measures are also available via a plugin. For the full range of functions, we recommend updating to the latest Shopware version.\n\n### Credit\n\n[Redteam Pentesting](https://www.redteam-pentesting.de/)", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "shopware/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.6.0.0" + }, + { + "fixed": "6.6.10.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "shopware/platform" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.6.0.0" + }, + { + "fixed": "6.6.10.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "shopware/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.7.0.0-rc1" + }, + { + "fixed": "6.7.0.0-rc2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "shopware/platform" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "6.7.0.0-rc1" + }, + { + "fixed": "6.7.0.0-rc2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "shopware/core" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "6.5.8.17" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Packagist", + "name": "shopware/platform" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "6.5.8.17" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/shopware/shopware/security/advisories/GHSA-8g35-7rmw-7f59" + }, + { + "type": "PACKAGE", + "url": "https://github.com/shopware/shopware" + }, + { + "type": "WEB", + "url": "https://github.com/shopware/shopware/releases/tag/v6.5.8.17" + }, + { + "type": "WEB", + "url": "https://github.com/shopware/shopware/releases/tag/v6.6.10.3" + }, + { + "type": "WEB", + "url": "https://github.com/shopware/shopware/releases/tag/v6.7.0.0-rc2" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-89" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-04-08T16:33:06Z", + "nvd_published_at": null + } +} \ No newline at end of file