The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-67648

CVE-2025-67648: Shopware Reflected XSS Vulnerability

CVE-2025-67648 is a reflected XSS vulnerability in Shopware that allows attackers to inject malicious code through the login page URL parameter. This article covers the technical details, affected versions, and mitigation steps.

Updated: May 11, 2026

CVE-2025-67648 Overview

CVE-2025-67648 is a Reflected Cross-Site Scripting (XSS) vulnerability in Shopware, an open commerce platform. The flaw resides in AuthController.php, where the waitTime request parameter from the login page URL is rendered directly into the Storefront login Twig template without input validation. An attacker can inject malicious script content through the URL parameter, which executes in the browser of any victim who clicks a crafted link. The vulnerability affects Shopware versions 6.4.6.0 through 6.6.10.9 and 6.7.0.0 through 6.7.5.0. Fixes are available in versions 6.6.10.10 and 6.7.5.1. The issue is tracked under [CWE-79].

Critical Impact

Attackers can execute arbitrary JavaScript in a victim's browser session, enabling session theft, credential harvesting on the login page, and storefront defacement.

Affected Products

  • Shopware 6.4.6.0 through 6.6.10.9
  • Shopware 6.7.0.0 through 6.7.5.0
  • Shopware Storefront login component (AuthController.php)

Discovery Timeline

  • 2025-12-11 - CVE-2025-67648 published to NVD
  • 2026-03-17 - Last updated in NVD database

Technical Details for CVE-2025-67648

Vulnerability Analysis

The vulnerability stems from unsafe handling of user-controlled query string parameters on the Shopware Storefront login page. The AuthController reads the waitTime, loginError, and errorSnippet values directly from the HTTP request and passes them into the Twig template login.html.twig. The template then renders these values inside an alert component without sufficient sanitization. Because waitTime is intended to display a numeric throttle countdown, it lacks type enforcement, allowing attackers to substitute arbitrary HTML or JavaScript. The login page processes the payload server-side and reflects it in the rendered response.

Root Cause

The root cause is improper neutralization of input during web page generation [CWE-79]. The pre-patch controller called $request->get('waitTime') to pull values directly from the query string. The Twig template passed waitTime into a translation function and then through sw_sanitize, but the sanitizer configuration did not strip script-capable content in this rendering path. There was no numeric coercion or attribute-level validation before template interpolation.

Attack Vector

Exploitation requires user interaction. An attacker crafts a URL pointing to the Shopware login page with a malicious waitTime parameter and lures a victim to click it through phishing, malvertising, or a third-party site. When the victim loads the page, the injected payload executes in the context of the Shopware storefront origin. The patched code switches from $request->get() to $request->attributes->get(), ensuring values come from internal route attributes rather than user input, and applies number_format to coerce waitTime to a numeric value.

php
             'redirectParameters' => $request->get('redirectParameters', json_encode([])),
             'errorRoute' => $request->attributes->get('_route'),
             'page' => $page,
-            'loginError' => (bool) $request->get('loginError'),
-            'waitTime' => $request->get('waitTime'),
-            'errorSnippet' => $request->get('errorSnippet'),
+            'loginError' => $request->attributes->getBoolean('loginError'),
+            'waitTime' => $request->attributes->get('waitTime'),
+            'errorSnippet' => $request->attributes->get('errorSnippet'),
             'data' => $data,
         ]);
     }
// Source: https://github.com/shopware/shopware/commit/c9242c02c84595d9fa3e2adf6a264bc90a657b58
twig
                             {% if errorSnippet != null %}
                                 {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
                                     type: 'danger',
-                                    content: errorSnippet|trans|sw_sanitize
+                                    content: errorSnippet|trans|sw_sanitize({}, true)
                                 } %}
                             {% elseif waitTime != null %}
                                 {% sw_include '@Storefront/storefront/utilities/alert.html.twig' with {
                                     type: 'info',
-                                    content: 'account.loginThrottled'|trans({'%seconds%': waitTime})|sw_sanitize
+                                    content: 'account.loginThrottled'|trans({'%seconds%': waitTime|number_format})|sw_sanitize
                                 } %}
// Source: https://github.com/shopware/shopware/commit/c9242c02c84595d9fa3e2adf6a264bc90a657b58

Detection Methods for CVE-2025-67648

Indicators of Compromise

  • Web server access logs containing requests to /account/login with a waitTime query parameter holding non-numeric values or HTML-encoded characters such as <, >, script, or onerror.
  • Referer headers pointing to external domains for traffic landing on the login page with suspicious query strings.
  • Unusual spikes in failed login attempts immediately followed by storefront visits carrying crafted waitTime parameters.

Detection Strategies

  • Deploy a web application firewall (WAF) rule that blocks or flags requests to Shopware login routes where waitTime contains characters outside [0-9].
  • Inspect HTTP request bodies and query strings for XSS payload signatures targeting waitTime, loginError, and errorSnippet parameters.
  • Correlate browser-side Content Security Policy (CSP) violation reports with server request logs to identify reflected injection attempts.

Monitoring Recommendations

  • Enable verbose logging on the Shopware Storefront reverse proxy and forward to a central analytics platform.
  • Monitor outbound DNS and HTTP requests from storefront sessions for unexpected callbacks to attacker-controlled domains.
  • Track patch deployment across Shopware instances and alert when versions below 6.6.10.10 or between 6.7.0.0 and 6.7.5.0 remain in production.

How to Mitigate CVE-2025-67648

Immediate Actions Required

  • Upgrade Shopware to version 6.6.10.10 or 6.7.5.1 as published in the GitHub Security Advisory.
  • Audit web server logs for prior requests containing crafted waitTime parameters and review affected user sessions.
  • Rotate any administrative session tokens or credentials suspected of exposure through the login page.

Patch Information

Shopware released the fix in commit c9242c02c84595d9fa3e2adf6a264bc90a657b58. The patch moves waitTime, loginError, and errorSnippet values from query parameters to internal request attributes, applies number_format to coerce waitTime to a numeric value, and enables strict mode on sw_sanitize for errorSnippet. Full details are in the GitHub Security Advisory GHSA-6w82-v552-wjw2.

Workarounds

  • Configure a WAF rule to reject requests to /account/login where waitTime is non-numeric until the patch is applied.
  • Enforce a strict Content Security Policy that disallows inline scripts on storefront login pages to limit payload execution.
  • Restrict access to administrative storefront routes via IP allowlisting where feasible.
bash
# Example NGINX rule to block non-numeric waitTime parameters
location /account/login {
    if ($arg_waitTime !~ "^[0-9]*$") {
        return 400;
    }
    proxy_pass http://shopware_backend;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechShopware

  • SeverityMEDIUM

  • CVSS Score6.1

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-31888: Shopware Information Disclosure Flaw

  • CVE-2026-31887: Shopware Auth Bypass Vulnerability

  • CVE-2026-31889: Shopware Auth Bypass Vulnerability

  • CVE-2026-32142: Shopware Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English