ghsa-4p3x-8qw9-24w9
Vulnerability from github
Published
2021-10-27 18:53
Modified
2021-10-26 17:56
Severity ?
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
{ "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 seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.