GHSA-4P3X-8QW9-24W9
Vulnerability from github – Published: 2021-10-27 18:53 – Updated: 2021-10-26 17:56
VLAI?
Summary
Authenticated Stored XSS in shopware/shopware
Details
Impact
Authenticated Stored XSS in Administration
Patches
Use the Security Plugin: https://store.shopware.com/en/swag575294366635f/shopware-security-plugin.html
Workarounds
If you cannot use the security plugin, add the following config to your .htaccess file
<IfModule mod_headers.c>
<FilesMatch "\.(?i:svg)$">
Header set Content-Security-Policy "script-src 'none'"
</FilesMatch>
</IfModule>
If you are using nginx as server config, you can add the following to your configuration:
server {
# ...
location ~* ^.+\.svg$ {
add_header Content-Security-Policy "script-src 'none'";
}
}
References
https://docs.shopware.com/en/shopware-5-en/sicherheitsupdates/security-update-10-2021
Severity ?
5.7 (Medium)
{
"affected": [
{
"package": {
"ecosystem": "Packagist",
"name": "shopware/shopware"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "5.7.6"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2021-41188"
],
"database_specific": {
"cwe_ids": [
"CWE-79"
],
"github_reviewed": true,
"github_reviewed_at": "2021-10-26T17:56:23Z",
"nvd_published_at": "2021-10-26T15:15:00Z",
"severity": "MODERATE"
},
"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\u003cIfModule mod_headers.c\u003e\n \u003cFilesMatch \"\\.(?i:svg)$\"\u003e\n Header set Content-Security-Policy \"script-src \u0027none\u0027\"\n \u003c/FilesMatch\u003e\n\u003c/IfModule\u003e\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 \u0027none\u0027\";\n }\n}\n```\n\n### References\nhttps://docs.shopware.com/en/shopware-5-en/sicherheitsupdates/security-update-10-2021\n\n",
"id": "GHSA-4p3x-8qw9-24w9",
"modified": "2021-10-26T17:56:23Z",
"published": "2021-10-27T18:53:18Z",
"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"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N",
"type": "CVSS_V3"
}
],
"summary": "Authenticated Stored XSS in shopware/shopware"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…