-
-
Notifications
You must be signed in to change notification settings - Fork 858
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQL Injection #2229
Comments
Did you try using sqlmap to see what you can do? http://sqlmap.org/ |
@yajra This might be important. |
@drsaluml what version are you using? I suspect you are using an older version so please update to the latest available. As far as I remember, I already added a direction strict comparison which only accepts |
Also, make sure that |
@OzanKurt tried the link you provided and I think the package passes. See result below: heuristic (basic) test shows that GET parameter 'order[0][dir]' might not be injectable
|
@yajra If sqlmap can't make it. It's secure. :) Thanks for not making me install python to my newly formatted pc. |
There is a patch addressing this that was added in version 8.7.1 on Jul 5, 2018: #1792 A test case that failed before and passed after that version: order[0][dir]=asc,(SELECT (CASE WHEN (2001=2001) THEN SLEEP(5) ELSE 2001*(SELECT 2001 FROM INFORMATION_SCHEMA.CHARACTER_SETS) END))&start=0 (a delayed response indicates vulnerability) Running sqlmap at version 8.13.7 and did not receive any results, while running a version earlier than 8.7.1 did |
The text was updated successfully, but these errors were encountered: