XF 2.3 Possible SQL injection attack?

I'm currently experiencing a large number of access attempts with the following pattern:


These attempts appear illegitimate and are apparently not being detected by either mod_security or Cloudflare (free). What options are there to prevent these access attempts?

Xenforro 2.3.9

Thank you
 
I'm currently experiencing a large number of access attempts with the following pattern:



These attempts appear illegitimate and are apparently not being detected by either mod_security or Cloudflare (free). What options are there to prevent these access attempts?

Xenforro 2.3.9

Thank you

Do you have the SQLi ruleset enabled via CF?
 
Hi @MentaL,

thank you for your reply. As I mentioned, I'm using the Cloudflare free plan. To my knowledge, I have no way to enable or disable specific rulesets. If you can tell me how I can control the required settings, I'll provide the information immediately.

Edit: One more piece of information/question.

Even if this isn't necessarily an SQL issue, why is information (text output) displayed in the browser when the URL is accessed?
 
Hi @MentaL,

thank you for your reply. As I mentioned, I'm using the Cloudflare free plan. To my knowledge, I have no way to enable or disable specific rulesets. If you can tell me how I can control the required settings, I'll provide the information immediately.

Edit: One more piece of information/question.

Even if this isn't necessarily an SQL issue, why is information (text output) displayed in the browser when the URL is accessed?
?_xfRequestUri=&_xfResponseType=json


it's a json output
 
If you click on that URL you can tell that the SQL injection is not working since you don't get a 15 second wait.
This person is testing your system for vulnerabilities, and in this case it looks the test is being failed.

Strange, this returns a 400 code which may not be tracked by existing security mechanisms for too many of that code per IP.
 
Back
Top Bottom