-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
The endpoint: https://brokencrystals.com/api/testimonials/count?query=%27 is vulnerable to an SQL injection
The endpoint does NOT return 50X error when the SQL injection occurs, thus: STATUS_CODE_FILTER doesn't catch it
I believe it would be a smart idea to look for common SQL errors such as:
' - unterminated quoted string at or near "'"
Other errors are listed here:
https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/07-Input_Validation_Testing/05-Testing_for_SQL_Injection
I can't easily find one 'list' that has all the SQL errors
Metadata
Metadata
Assignees
Labels
No labels