CVE-2026-33691 PUBLISHED

OWASP CRS: Whitespace padding in filenames bypasses file upload extension checks

Assigner: GitHub_M
Reserved: 23.03.2026 Published: 02.04.2026 Updated: 02.04.2026

The OWASP core rule set (CRS) is a set of generic attack detection rules for use with compatible web application firewalls. Prior to versions 3.3.9 and 4.25.0, a bypass was identified in OWASP CRS that allows uploading files with dangerous extensions (.php, .phar, .jsp, .jspx) by inserting whitespace padding in the filename (e.g. photo. php or shell.jsp ). The affected rules do not normalize whitespace before evaluating the file extension regex, so the dot-extension check fails to match. This issue has been patched in versions 3.3.9 and 4.25.0.

Metrics

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

Product Status

Vendor coreruleset
Product coreruleset
Versions
  • Version < 3.3.9 is affected
  • Version >= 4.0.0-rc1, < 4.25.0 is affected

References

Problem Types

  • CWE-178: Improper Handling of Case Sensitivity CWE