CVE-2026-52747 PUBLISHED

ModSecurity: Multipart form-data parser silently strips embedded line breaks from form-field values, enabling request-body inspection bypass

Assigner: GitHub_M
Reserved: 08.06.2026 Published: 10.07.2026 Updated: 10.07.2026

ModSecurity is an open source, cross platform web application firewall (WAF) engine for Apache, IIS and Nginx. Prior to 3.0.16, the multipart/form-data request body parser in libmodsecurity silently removes embedded line breaks from non-file form-field values before exporting them to ARGS and ARGS_POST because src/request_body_processor/multipart.cc overwrites reserved bytes in m_reserve instead of appending the current buffer. This creates a parser differential between ModSecurity and backend applications that preserve line breaks in form fields, allowing rules that inspect ARGS or ARGS_POST to miss payloads whose dangerous syntax depends on a line break. This issue is fixed in version 3.0.16.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:H/A:N
CVSS Score: 8.6

Product Status

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

References

Problem Types

  • CWE-180: Incorrect Behavior Order: Validate Before Canonicalize CWE