Skip to content
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 Second_Order_SQL_Injection @ admin/report-monthly.php [master] #73

Open
cxronen opened this issue Jun 17, 2020 · 8 comments
Open

CX Second_Order_SQL_Injection @ admin/report-monthly.php [master] #73

cxronen opened this issue Jun 17, 2020 · 8 comments

Comments

@cxronen
Copy link
Owner

cxronen commented Jun 17, 2020

Second_Order_SQL_Injection issue exists @ admin/report-monthly.php in branch master

Method <?php at line 1 of admin\report-monthly.php gets database data from the mysql_fetch_array 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-monthly.php. This may enable an Second-Order SQL Injection attack.

Severity: High

CWE:89

Checkmarx

Lines: 80


Code (Line #80):

				while($room = mysql_fetch_array($rooms)){

@cxronen
Copy link
Owner Author

cxronen commented Jun 17, 2020

Issue still exists.

7 similar comments
@cxronen
Copy link
Owner Author

cxronen commented Jun 17, 2020

Issue still exists.

@cxronen
Copy link
Owner Author

cxronen commented Jun 18, 2020

Issue still exists.

@cxronen
Copy link
Owner Author

cxronen commented Jun 18, 2020

Issue still exists.

@cxronen
Copy link
Owner Author

cxronen commented Jun 18, 2020

Issue still exists.

@cxronen
Copy link
Owner Author

cxronen commented Jun 18, 2020

Issue still exists.

@cxronen
Copy link
Owner Author

cxronen commented Jun 22, 2020

Issue still exists.

@cxronen
Copy link
Owner Author

cxronen commented Jul 2, 2020

Issue still exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant