CVE Catalog

CVE-2026-48013

MediumCVSS 4.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.21%

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

Summary

Shopware prior to versions 6.6.10.18 and 6.7.10.1 contains an SSRF vulnerability in the `/api/_action/media/external-link` endpoint. An authenticated admin can send HEAD requests to arbitrary internal IPs because the `linkURL` flow only performs a URL format check (regex for http/https prefix), while the `uploadFromURL` flow properly blocks private addresses.

Risk Assessment

An attacker can scan internal networks, access internal services and cloud metadata endpoints, potentially leading to data leakage or privilege escalation.

Recommendation

Immediately upgrade Shopware to version 6.6.10.18 or 6.7.10.1. Restrict access to the `/api/_action/media/external-link` endpoint to trusted administrators only.

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, the `/api/_action/media/external-link` endpoint allows authenticated admin users to make server-side HTTP HEAD requests to arbitrary internal IP addresses. While the parallel `uploadFromURL` flow validates target IPs against private/reserved ranges via `FileUrlValidator`, the `linkURL` flow only performs a URL format check (regex for `http://` or `https://` prefix), allowing SSRF to internal network services and cloud metadata endpoints. This issue is fixed in versions 6.6.10.18 and 6.7.10.1.

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