Skip to content

Need help with modsecurity/owasp #339

@adityabhanglekpmg

Description

@adityabhanglekpmg

Hello, I have impletemed modsecurity/owasp in my envirionment. Most of it works but I am facing issue whenever there are query parameters in the URL. Even though the page and request is valid, the entire thing is getting blocked by a rule - 949110.

# always check threshold in phase 2
SecRule TX:BLOCKING_INBOUND_ANOMALY_SCORE "@ge %{tx.inbound_anomaly_score_threshold}" \
   "id:949110,\ 
    phase:2,\
    deny,\
    t:none,\
    msg:'Inbound Anomaly Score Exceeded (Total Score: %{TX.BLOCKING_INBOUND_ANOMALY_SCORE})',\
    tag:'anomaly-evaluation',\
    tag:'OWASP_CRS',\      
    ver:'OWASP_CRS/4.4.0'"    

I tried putting a few things in my kubernetes config map but nothing seems to work. Any help on this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions