-
Notifications
You must be signed in to change notification settings - Fork 0
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
CX SQL_Injection @ admin/report-cancelmonthly.php [master] #81
Comments
Issue still exists. |
7 similar comments
Issue still exists. |
Issue still exists. |
Issue still exists. |
Issue still exists. |
Issue still exists. |
Issue still exists. |
Issue still exists. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SQL_Injection issue exists @ admin/report-cancelmonthly.php in branch master
Method <?php at line 1 of admin\report-cancelmonthly.php gets user input from the _REQUEST element. This element’s value then flows through the code without being properly sanitized or validated, and is eventually used in a database query in method <?php at line 1 of admin\report-cancelmonthly.php. This may enable an SQL Injection attack.
Severity: High
CWE:89
Checkmarx
Lines: 24 25
Code (Line #24):
Code (Line #25):
The text was updated successfully, but these errors were encountered: