Cyber Resilience

CVE-2025-48866

Owasp Modsecurity ≤ 2.9.10

Public PoC
Published
02 June 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0079 53th percentile
Risk Priority 59 floored blend · peak EPSS

Summary

CVE-2025-48866 is a high-severity Excessive Platform Resource Consumption within a Loop (CWE-1050) vulnerability in Owasp Modsecurity. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Endpoint Denial of Service (T1499); ranked in the top 47% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SC-6 (Resource Availability) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

ModSecurity is an open source web application firewall engine supporting Apache, IIS, and Nginx. Versions prior to 2.9.10 contain a denial-of-service vulnerability in the sanitiseArg and sanitizeArg actions (the latter an alias), which can be abused to add an excessive number of arguments and exhaust resources. The flaw is comparable to the earlier issue tracked as GHSA-859r-vvv8-rm8r/CVE-2025-47947 and carries a CVSS 3.1 score of 7.5 reflecting high availability impact with network attack vector and no required credentials.

An unauthenticated remote attacker can trigger the condition simply by sending HTTP requests that match WAF rules employing the affected actions, resulting in service disruption without any impact on confidentiality or integrity. Exploitation requires the presence of such rules; otherwise the vulnerable code path is not reached.

The project addressed the issue in release 2.9.10 via commit 3a54ccea. Official guidance recommends upgrading or, as a workaround, removing any rules that reference sanitiseArg or sanitizeArg. Related advisories and distribution notices (including Debian LTS) reiterate the same upgrade and avoidance steps.

EPSS remains flat at 0.0107 with no material increase after disclosure.

EU & UK References

Vulnerability Data

ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx. Versions prior to 2.9.10 contain a denial of service vulnerability similar to GHSA-859r-vvv8-rm8r/CVE-2025-47947. The `sanitiseArg` (and `sanitizeArg` - this is the same action…

more

but an alias) is vulnerable to adding an excessive number of arguments, thereby leading to denial of service. Version 2.9.10 fixes the issue. As a workaround, avoid using rules that contain the `sanitiseArg` (or `sanitizeArg`) action.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
T1499.001 OS Exhaustion Flood Impact
Adversaries may launch a denial of service (DoS) attack targeting an endpoint's operating system (OS).
T1499.003 Application Exhaustion Flood Impact
Adversaries may target resource intensive features of applications to cause a denial of service (DoS), denying availability to those applications.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-38285Same product: Owasp Modsecurity
CVE-2023-28882Same product: Owasp Modsecurity
CVE-2026-42268Same product: Owasp Modsecurity
CVE-2026-52761Same product: Owasp Modsecurity
CVE-2026-52747Same product: Owasp Modsecurity
CVE-2026-30923Same product: Owasp Modsecurity
CVE-2024-1019Same product: Owasp Modsecurity
CVE-2025-54571Same product: Owasp Modsecurity
CVE-2026-22261Shared CWE-1050
CVE-2026-4634Shared CWE-1050

Affected Assets

owasp
modsecurity
≤ 2.9.10

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 2 hardening rules · 2 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V2.4.1
  • V7.6.2
  • V15.4.3
  • V15.4.4

Mitigating Controls (NIST 800-53 r5) AI

SA-11 developer testing can discover loops that consume platform resources before deployment.

SC-6 directly protects resource availability by enforcing allocation limits that bound consumption from faulty loops.

AC-10 caps concurrent sessions, reducing blast radius when a loop consumes session or connection resources.

SC-5 limits effects of DoS events that can result from unbounded resource consumption inside loops.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

DE.CM-09 partial match
prevents

Runtime monitoring can detect excessive resource use from loops as an adverse event.

PR.IR-04 partial match
prevents

Capacity monitoring and resource management directly limit impact of runaway consumption.

PR.PS-06 partial match
prevents

Secure SDLC practices can prevent introduction of unbounded loops during development.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Monitoring can alert on resource abuse but does not eliminate the coding flaw.

finds

Security testing can discover the defect but does not remove it from production code.

mitigates

Redundancy can absorb some resource spikes but does not prevent the loop defect.

A.8.15 Logging partial match
finds

Logging may detect excessive consumption but does not stop the loop.

prevents

Secure SDLC processes can catch the weakness during reviews but do not inherently prevent it.

prevents

Secure coding standards explicitly forbid resource-consuming loops.

Hardening callouts derived

Configuration rules from DISA STIG baselines that bear on weaknesses of the type cited by this CVE. Each rule is shown with the relationship its mapping actually records, against the CWE it was authored against. Derived via CVE→CWE over `controls_xwalks` (authoritative rows only; rows rated `none` are excluded).

Oracle Linux 9 (1 rule)
  • V-271709 OL 9 must be configured so that all network connections associated with SSH traffic terminate after becoming unresponsive. prevents CWE-1050
RHEL 9 (1 rule)
  • V-257995 RHEL 9 must be configured so that all network connections associated with SSH traffic terminate after becoming unresponsive. prevents CWE-1050

References