GHSA-4p3x-8qw9-24w9

    Dashboard / Vulnerabilities / GHSA-4p3x-8qw9-24w9

    GHSA-4p3x-8qw9-24w9

    Published: 27 Oct 2021Last Modified: 4 May 2026

    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 packages

    Package

    Name: shopware/shopware

    Purl: pkg:composer/shopware/shopware

    Affected ranges

    Type: ECOSYSTEM

    Events:

    Introduced- 0
    Fixed -5.7.6

    Affected versions

    1.0.2
    1.0.8

    Common Vulnerability Scoring System

    Attack Vector
    Network
    Adjacent
    Local
    Physical
    Privileges Required
    None
    Low
    High
    User Interaction
    None
    Required
    Scope
    Unchanged
    Changed
    Confidentiality
    None
    Low
    High
    Integrity
    None
    Low
    High
    Availability
    None
    Low
    High
    GHSA-4p3x-8qw9-24w9 | CVE-DB