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-30151

CVE-2025-30151: Shopware Denial of Service Vulnerability

CVE-2025-30151 is a denial of service vulnerability in Shopware that allows attackers to trigger DoS by passing excessively long passwords through Storefront forms or Store-API. This article covers technical details, affected versions, impact, and mitigation steps.

Published: May 11, 2026

CVE-2025-30151 Overview

CVE-2025-30151 is a denial-of-service vulnerability affecting Shopware, an open commerce platform. The flaw allows unauthenticated attackers to submit excessively long passwords through Storefront forms or the Store-API. Processing these oversized inputs exhausts server resources and renders the application unavailable to legitimate users.

The issue is classified under [CWE-20] Improper Input Validation. Shopware addressed the vulnerability in versions 6.6.10.3 and 6.5.8.17. Operators running the older 6.4 branch can apply equivalent protections through an official plugin.

Critical Impact

Unauthenticated remote attackers can trigger denial of service against Shopware storefronts by submitting long passwords to public-facing forms, disrupting commerce operations.

Affected Products

  • Shopware versions prior to 6.6.10.3 on the 6.6.x branch
  • Shopware versions prior to 6.5.8.17 on the 6.5.x branch
  • Shopware 6.4.x (mitigation available via plugin)
  • Shopware 6.7.0.0-rc1

Discovery Timeline

  • 2025-04-08 - CVE-2025-30151 published to NVD
  • 2025-09-10 - Last updated in NVD database

Technical Details for CVE-2025-30151

Vulnerability Analysis

The vulnerability resides in Shopware's input handling for password fields exposed by Storefront forms and the Store-API. The application accepts password values without enforcing a reasonable upper bound on length. When a long password is submitted, the backend attempts to process and hash it, consuming disproportionate CPU and memory resources.

Password hashing functions such as bcrypt and Argon2 are designed to be computationally expensive. Supplying multi-megabyte password strings amplifies that cost, allowing a small number of requests to saturate worker processes. This is a classic algorithmic complexity attack against a hashing pipeline.

Because the vulnerable endpoints are reachable over the network without authentication, attackers can mount the attack directly against any public Shopware storefront. The result is service degradation or full unavailability for shoppers and administrators.

Root Cause

The root cause is missing length validation on password input fields before they reach the password hashing routine. Shopware did not enforce a maximum size constraint on submitted credentials in registration, login, or password-reset workflows exposed through the Storefront and Store-API.

Attack Vector

An attacker sends HTTP POST requests to a public Shopware form, such as customer registration, login, or password reset, with a password field containing an extremely large string. Repeating these requests in parallel forces the server to allocate memory and execute hashing operations until worker pools are exhausted. No credentials, user interaction, or prior access are required.

No verified public proof-of-concept code is available. Refer to the GitHub Security Advisory GHSA-cgfj-hj93-rmh2 for vendor-supplied technical details.

Detection Methods for CVE-2025-30151

Indicators of Compromise

  • HTTP POST requests to Shopware Storefront endpoints (/account/register, /account/login, /account/recover) or Store-API routes with abnormally large request bodies
  • Spikes in PHP-FPM or web worker CPU utilization correlated with traffic to authentication endpoints
  • Increased response times or HTTP 502/504 errors on customer-facing storefront pages

Detection Strategies

  • Inspect web server access logs for POST requests with Content-Length values significantly exceeding typical form submissions to authentication routes.
  • Apply Web Application Firewall (WAF) rules that flag or block requests containing password fields longer than a configured threshold, such as 128 characters.
  • Correlate worker process exhaustion events with request patterns targeting /account/* and Store-API authentication endpoints.

Monitoring Recommendations

  • Alert on sustained high CPU usage by PHP processes handling Shopware traffic.
  • Track request rate and payload size distributions per endpoint and baseline normal behavior.
  • Monitor Shopware application logs for repeated authentication attempts from the same source IP address.

How to Mitigate CVE-2025-30151

Immediate Actions Required

  • Upgrade Shopware to version 6.6.10.3 or 6.5.8.17 without delay.
  • For Shopware 6.4 deployments, install the vendor-provided security plugin that enforces password length limits.
  • Deploy WAF or reverse-proxy rules that reject oversized request bodies on authentication endpoints until patching is complete.

Patch Information

Shopware released fixed versions 6.6.10.3 and 6.5.8.17 that enforce a maximum length on password inputs before hashing occurs. For the legacy 6.4 branch, equivalent protections ship as an official plugin. Full details are published in the Shopware GHSA-cgfj-hj93-rmh2 advisory. Shopware recommends moving to the latest release for full feature parity and continued support.

Workarounds

  • Configure the upstream reverse proxy (Nginx, HAProxy, or a CDN) to cap request body size on /account/* and Store-API authentication routes.
  • Add rate limiting on authentication endpoints to slow brute-force resource exhaustion attempts.
  • Restrict access to the Store-API at the network layer where it is not required for public consumption.
bash
# Nginx example: cap request body size on Shopware authentication routes
location ~ ^/(account|store-api)/ {
    client_max_body_size 8k;
    limit_req zone=auth_zone burst=10 nodelay;
    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
  • TypeDOS

  • Vendor/TechShopware

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.44%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-67648: Shopware Reflected XSS Vulnerability

  • CVE-2026-31888: Shopware Information Disclosure Flaw

  • CVE-2026-31887: Shopware Auth Bypass Vulnerability

  • CVE-2026-31889: Shopware Auth Bypass Vulnerability
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