CVE-2025-67648 PUBLISHED

Shopware's inproper input validation can lead to Reflected XSS through Storefront Login Page

Assigner: GitHub_M
Reserved: 09.12.2025 Published: 10.12.2025 Updated: 11.12.2025

Shopware is an open commerce platform. Versions 6.4.6.0 through 6.6.10.9 and 6.7.0.0 through 6.7.5.0 have a Reflected XSS vulnerability in AuthController.php. A request parameter from the login page URL is directly rendered within the Twig template of the Storefront login page without further processing or input validation. This allows direct code injection into the template via the URL parameter, waitTime, which lacks proper input validation. This issue is fixed in versions 6.6.10.10 and 6.7.5.1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:H/A:N
CVSS Score: 7.1

Product Status

Vendor shopware
Product shopware
Versions
  • Version >= 6.4.6.0, < 6.6.10.10 is affected
  • Version >= 6.7.0.0, < 6.7.5.1 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE