SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-48013

MEDIUM · CVSS 4.1 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-23 · Last synced 2026-08-22

CyberRota Analysis

AI-Generated

Authenticated admin users of Shopware versions prior to 6.6.10.18 and 6.7.10.1 can exploit the `/api/_action/media/external-link` endpoint to perform server-side request forgery (SSRF) attacks, targeting arbitrary internal IP addresses. This vulnerability could lead to unauthorized access to internal network services and cloud metadata, potentially exposing sensitive information. Organizations using affected versions should prioritize upgrading to the patched releases to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-48013
Severity
MEDIUM
CVSS
4.1
EPSS
0.21%

Original NVD Description

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.