Impact
Shopware versions 6.7.3.0 through 6.7.10.0 have an open‑redirect flaw in the public SSO entry point GET /api/oauth/sso/auth. When this endpoint is accessed without the proper SSO session state, the application falls back to the Referer header and uses that value as the redirect destination. The server performs no same‑origin checks, does not require a relative path, and does not reject dangerous schemes such as javascript:. Consequently an unauthenticated attacker can craft a request that redirects users or client software to any URL of choice, including JavaScript payloads, which can be used for phishing, brand‑abuse, or malicious content delivery. The endpoint resides under /api/oauth/, giving the redirect a trustworthy origin and enabling phishing chains or branded redirect abuse. The response includes a 302 redirect with an attacker‑controlled Location header and an HTML meta refresh and link built from the same value. The issue is fixed in Shopware 6.7.10.1.
Affected Systems
The vulnerability affects the Shopware Platform (shopware:platform) and the Shopware product identified by the CNA as shopware:shopware for all releases from 6.7.3.0 up to 6.7.10.0. The referenced fix is contained in version 6.7.10.1 and all subsequent builds.
Risk and Exploitability
The CVSS score of 4.3 reflects a medium severity because the flaw requires no authentication and can be triggered via a simple GET request to a public endpoint. The EPSS score of less than 1% indicates a low probability of exploitation at present, and the vulnerability is not currently listed in the CISA KEV catalog. The likely attack vector is Network: External-Untrusted; exploiting the flaw requires only the ability to send a crafted request to the public SSO endpoint and provide a Referer header of an attacker‑controlled destination.
OpenCVE Enrichment
Github GHSA