Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-48866

CVE-2025-48866: OWASP ModSecurity DoS Vulnerability

CVE-2025-48866 is a denial of service vulnerability in OWASP ModSecurity affecting versions prior to 2.9.10. The sanitiseArg action can be exploited to cause service disruption. This article covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-48866 Overview

CVE-2025-48866 is a denial of service vulnerability affecting ModSecurity, the widely-deployed open source web application firewall (WAF) engine for Apache, IIS, and Nginx. This vulnerability exists in the sanitiseArg (and its alias sanitizeArg) action, which can be exploited by adding an excessive number of arguments, leading to resource exhaustion and denial of service conditions. This vulnerability is similar to CVE-2025-47947 (GHSA-859r-vvv8-rm8r).

Critical Impact

Attackers can exploit this vulnerability remotely without authentication to cause denial of service against web applications protected by vulnerable ModSecurity deployments, potentially disrupting critical web services.

Affected Products

  • OWASP ModSecurity versions prior to 2.9.10
  • ModSecurity WAF engine for Apache HTTP Server
  • ModSecurity WAF engine for IIS and Nginx

Discovery Timeline

  • 2025-06-02 - CVE CVE-2025-48866 published to NVD
  • 2025-07-02 - Last updated in NVD database

Technical Details for CVE-2025-48866

Vulnerability Analysis

This denial of service vulnerability stems from improper handling of argument sanitization within ModSecurity's rule processing engine. The sanitiseArg and sanitizeArg actions are designed to remove or mask specific arguments from requests to prevent sensitive data leakage in audit logs and other outputs. However, the implementation fails to properly limit the number of arguments that can be processed through these sanitization functions.

When an attacker crafts malicious requests containing an excessive number of arguments targeting the sanitization logic, the ModSecurity engine consumes disproportionate system resources attempting to process them. This resource exhaustion can render the protected web application unavailable, effectively bypassing the WAF's protective purpose by turning its own security feature against it.

The vulnerability is particularly concerning because it affects a security component designed to protect web applications, and can be triggered remotely without any authentication requirements.

Root Cause

The root cause of CVE-2025-48866 lies in insufficient input validation and resource management within the argument sanitization logic. The sanitiseArg action lacks proper bounds checking to limit the number of arguments it will process, allowing attackers to overwhelm the system by submitting requests with an arbitrarily large number of arguments. This represents a classic algorithmic complexity vulnerability where the resource consumption grows unbounded based on attacker-controlled input.

Attack Vector

This vulnerability can be exploited remotely over the network by any unauthenticated attacker who can send HTTP requests to a web server protected by a vulnerable ModSecurity installation. The attack requires:

  1. Target web server running ModSecurity versions prior to 2.9.10
  2. ModSecurity rules that utilize the sanitiseArg or sanitizeArg action
  3. Ability to send crafted HTTP requests with excessive arguments

The attack does not require user interaction, special privileges, or prior authentication, making it accessible to opportunistic attackers scanning for vulnerable deployments.

Detection Methods for CVE-2025-48866

Indicators of Compromise

  • Unusually high CPU utilization on web servers running ModSecurity during request processing
  • HTTP requests containing abnormally large numbers of query parameters or POST arguments
  • ModSecurity processing delays or timeouts correlating with specific request patterns
  • Web server error logs indicating resource exhaustion or timeout conditions

Detection Strategies

  • Monitor ModSecurity audit logs for requests with excessive argument counts exceeding normal application thresholds
  • Implement request size and parameter count limits at the reverse proxy or load balancer level
  • Deploy application performance monitoring to detect processing latency spikes in WAF components
  • Review ModSecurity rule configurations for usage of sanitiseArg or sanitizeArg actions to identify at-risk deployments

Monitoring Recommendations

  • Configure alerting for ModSecurity processing time exceeding established baselines
  • Monitor system resource utilization (CPU, memory) on web servers with correlation to incoming request patterns
  • Implement rate limiting on incoming requests with high parameter counts
  • Review web server access logs for anomalous request patterns that may indicate exploitation attempts

How to Mitigate CVE-2025-48866

Immediate Actions Required

  • Upgrade ModSecurity to version 2.9.10 or later immediately
  • Audit all ModSecurity rule configurations to identify rules using sanitiseArg or sanitizeArg actions
  • Implement request parameter count limits at upstream components (load balancer, reverse proxy) as defense-in-depth
  • Monitor for exploitation attempts while applying patches

Patch Information

OWASP has released ModSecurity version 2.9.10 which addresses this denial of service vulnerability. The fix is available in commit 3a54ccea62d3f7151bb08cb78d60c5e90b53ca2e. Organizations should update to the patched version as soon as possible. Additional details are available in the GitHub Security Advisory GHSA-f82j. Debian users should refer to the Debian LTS Announcement for distribution-specific updates.

Workarounds

  • Avoid using rules that contain the sanitiseArg or sanitizeArg action until patching is complete
  • Implement request parameter limits at the web server or reverse proxy level to reject requests with excessive arguments
  • Consider temporarily disabling affected rules if they are not critical to your security posture
  • Deploy rate limiting to reduce the impact of potential DoS attempts
bash
# Example: Limit request body size and arguments in Apache
# Add to Apache configuration to limit attack surface
LimitRequestBody 1048576
LimitRequestFields 100
LimitRequestFieldSize 8190

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechModsecurity

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.31%

  • 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-1050
  • Technical References
  • GitHub Security Advisory GHSA-859r

  • ModSecurity Reference Manual v2.x

  • Debian LTS Announcement
  • Vendor Resources
  • GitHub ModSecurity Commit

  • GitHub Security Advisory GHSA-f82j
  • Related CVEs
  • CVE-2025-52891: ModSecurity WAF DoS Vulnerability

  • CVE-2025-47947: Trustwave ModSecurity DoS 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