I have a wordpress plugin that is attempting to save information but is being blocked. This may be a false positive I'm not sure. How can I enable one specific plugin to bypass whatever rule is causing it to be blocked?
Below is the error code my host is throwing at me.
[Tue Sep 29 08:50:45 2015] [error] [client xxx.xxx.xxx.xxx] ModSecurity: Access denied with code 403 (phase 2). Operator GT matched 15 at TX:sql_injection_score. [file "/etc/httpd/modsecurity.d/modsecurity_crs_49_inbound_blocking.conf"] [line "51"] [id "4049002"] [msg "SQL Injection Detected (score 20): XSS Attack Detected"] [hostname "xxxxx.com"] [uri "/wp-admin/admin.php"] [unique_id "VgqJJWjP6lgAAEaaTogAAAAZ"]
It's an already existing plugin. It is called WP Social Invitations - wordpress.org/plugins/wp-social-invitations To be completely honest most of this is above my head. I'm not sure what code I would even need to show you. The developer told me that they use the wordpress default wp_options table to store data, so this error shouldn't occur