CVE-2026-30923 PUBLISHED

libModSecurity3 denial of service via segfault when using t:hexDecode on single-character query strings

Assigner: GitHub_M
Reserved: 07.03.2026 Published: 05.05.2026 Updated: 05.05.2026

ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx. Libmodsecurity is one component of the ModSecurity v3 project. A segmentation fault occurs when a rule using the t:hexDecode transformation inspects a query string parameter containing a single character. An attacker can exploit this to crash worker processes, causing a denial of service. Service resumes once the attack stops as worker processes recover from the segfault. All versions before 3.0.15 of libModSecurity3 are affected. This has been patched in version 3.0.15.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.2

Product Status

Vendor owasp-modsecurity
Product ModSecurity
Versions
  • Version < 3.0.15 is affected

References

Problem Types

  • CWE-125: Out-of-bounds Read CWE