原始 OSV JSON
{
"id": "GHSA-4p3x-8qw9-24w9",
"aliases": [
"CVE-2021-41188"
],
"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<IfModule mod_headers.c>\n <FilesMatch \"\\.(?i:svg)$\">\n Header set Content-Security-Policy \"script-src 'none'\"\n </FilesMatch>\n</IfModule>\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",
"summary": "Authenticated Stored XSS in shopware/shopware",
"affected": [
{
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "5.7.6"
}
]
}
],
"package": {
"name": "shopware/shopware",
"ecosystem": "Packagist"
}
}
],
"modified": "2021-10-26T17:56:23Z",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N"
}
],
"published": "2021-10-27T18:53:18Z",
"references": [
{
"url": "https://github.com/shopware/shopware/security/advisories/GHSA-4p3x-8qw9-24w9",
"type": "WEB"
},
{
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41188",
"type": "ADVISORY"
},
{
"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": "WEB"
},
{
"url": "https://github.com/shopware/shopware",
"type": "PACKAGE"
},
{
"url": "https://github.com/shopware/shopware/releases/tag/v5.7.6",
"type": "WEB"
},
{
"url": "https://store.shopware.com/en/swag575294366635f/shopware-security-plugin.html",
"type": "WEB"
}
],
"schema_version": "1.4.0",
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"severity": "MODERATE",
"github_reviewed": true,
"nvd_published_at": "2021-10-26T15:15:00Z",
"github_reviewed_at": "2021-10-26T17:56:23Z"
}
}