HEX
Server: nginx/1.28.0
System: Linux w3c-2 6.8.0-78-generic #78-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 12 11:34:18 UTC 2025 x86_64
User: inpa_co_1 (1082)
PHP: 8.3.29
Disabled: NONE
Upload Files
File: //etc/modsecurity.d/owasp/regex-assembly/942432.ra
##! Please refer to the documentation at
##! https://coreruleset.org/docs/development/regex_assembly/.

##! Rule 942432: Restricted SQL Character Anomaly Detection (args)
##! Stricter sibling of rule 942430 (PL4).
##! Matches when 2 or more special characters appear.
##! Also triggered by: SAP CRM Java vulnerability CVE-2018-2380
##! See: https://github.com/coreruleset/coreruleset/issues/3325

##!> include sql-special-chars-anomaly

##!^ (
##!$ {2})

##!> assemble
  ##!=> sql-special-chars-anomaly
##!<