CVE Catalog

CVE-2026-48015

MediumCVSS 4.9
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.28%

20th percentile - higher than 20% of all known CVEs

Summary

In Shopware before versions 6.6.10.18 and 6.7.10.1, SVG files are allowed in the extension whitelist and can be uploaded via the media manager without SVG content sanitization. This allows malicious JavaScript (e.g., onload, <script>, <foreignObject>) to execute in the Shopware domain when the uploaded SVG is viewed.

Risk Assessment

An attacker can upload a malicious SVG file that, when viewed by an administrator or user, executes JavaScript in the context of the Shopware domain, potentially leading to session theft, account takeover, or other XSS attacks.

Recommendation

Immediately update Shopware to version 6.6.10.18 or 6.7.10.1, which contain the fix for this vulnerability. Additionally, consider restricting SVG file uploads or implementing additional content validation.

Other vulnerabilities in Shopware

See all
Original NVD description (English source)

Shopware is an open commerce platform. Prior to 6.6.10.18 and 6.7.10.1, SVG files are in the allowed_extensions whitelist in src/Core/Framework/Resources/config/packages/shopware.yaml and can be uploaded via the media manager without SVG content sanitization in the upload pipeline from MediaUploadController to FileSaver to TypeDetector, allowing malicious SVG JavaScript such as onload, <script>, and <foreignObject> to execute in the Shopware domain when the uploaded SVG is viewed. This issue is fixed in versions 6.6.10.18 and 6.7.10.1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS