Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-48015 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-79Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')[email protected]

Affected Products

ProductVersions
Shopware
>= 6.7.0.0, < 6.7.10.1
< 6.6.10.18

CPE

  • cpe:2.3:a:shopware:shopware:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 6.7.10.1moderate effort
  • Upgrade: 6.6.10.18moderate effort
  • Workaround:low effort

    Remove SVG from the allowed_extensions whitelist if SVG upload is not a core requirement.

  • Workaround:low effort

    Serve SVGs with Content-Disposition: attachment to prevent inline rendering.

  • Workaround:low effort

    Serve SVGs from a separate domain.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-48015
NVD Published Date:
Jul 17, 2026
NVD Last Modified:
Jul 17, 2026
Source:
[email protected]