Running the latest cPanel with the OWASP3 rules enabled and tx.crs_exclusions_wordpress=1
Some users have email boxes and use clients like Outlook that use autodiscover.
It seems the following rules get triggered on the POST /autodiscover/autodiscover.xml that the client makes:
941100 - XSS Attack Detected via libinjection
941130 - XSS Filter - Category 3: Attribute Vector
949110 - Inbound Anomaly Score Exceeded (Total Score: 10)
What's the best way to prevent autodiscover from triggering these rules?
I tried adding a DirectoryMatch for ^\/autodiscover\/ to turn ModSecurity off for that directory, but that doesn't seem to work.
Obviously not keen on disabling 949110, and unsure if disabling 941100 and 941130 is a good or bad idea. Any advice appreciated!
Some users have email boxes and use clients like Outlook that use autodiscover.
It seems the following rules get triggered on the POST /autodiscover/autodiscover.xml that the client makes:
941100 - XSS Attack Detected via libinjection
941130 - XSS Filter - Category 3: Attribute Vector
949110 - Inbound Anomaly Score Exceeded (Total Score: 10)
What's the best way to prevent autodiscover from triggering these rules?
I tried adding a DirectoryMatch for ^\/autodiscover\/ to turn ModSecurity off for that directory, but that doesn't seem to work.
Obviously not keen on disabling 949110, and unsure if disabling 941100 and 941130 is a good or bad idea. Any advice appreciated!