{ "schema_version": "1.4.0", "id": "GHSA-4p3x-8qw9-24w9", "modified": "2021-10-26T17:56:23Z", "published": "2021-10-27T18:53:18Z", "aliases": [ "CVE-2021-41188" ], "summary": "Authenticated Stored XSS in shopware/shopware", "details": "### Impact\nAuthenticated Stored XSS in Administration\n\n### Patches\nUse the Security Plugin:\nhttps://store.shopware.com/en/swag575294366635f/shopware-security-plugin.html\n\n### Workarounds\nIf you cannot use the security plugin, add the following config to your `.htaccess` file\n\n```\n\n \n Header set Content-Security-Policy \"script-src 'none'\"\n \n\n```\n\nIf you are using nginx as server config, you can add the following to your configuration:\n```\nserver {\n # ...\n\n location ~* ^.+\\.svg$ {\n add_header Content-Security-Policy \"script-src 'none'\";\n }\n}\n```\n\n### References\nhttps://docs.shopware.com/en/shopware-5-en/sicherheitsupdates/security-update-10-2021\n\n", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N" } ], "affected": [ { "package": { "ecosystem": "Packagist", "name": "shopware/shopware" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "5.7.6" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/shopware/shopware/security/advisories/GHSA-4p3x-8qw9-24w9" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41188" }, { "type": "WEB", "url": "https://github.com/shopware/shopware/commit/37213e91d525c95df262712cba80d1497e395a58" }, { "type": "WEB", "url": "https://docs.shopware.com/en/shopware-5-en/sicherheitsupdates/security-update-10-2021" }, { "type": "PACKAGE", "url": "https://github.com/shopware/shopware" }, { "type": "WEB", "url": "https://github.com/shopware/shopware/releases/tag/v5.7.6" }, { "type": "WEB", "url": "https://store.shopware.com/en/swag575294366635f/shopware-security-plugin.html" } ], "database_specific": { "cwe_ids": [ "CWE-79" ], "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2021-10-26T17:56:23Z", "nvd_published_at": "2021-10-26T15:15:00Z" } }