Closed satyamchaurasiapersistent closed 2 years ago
Improper_Resource_Access_Authorization issue exists @ src/main/webapp/admin/manageusers.jsp in branch master
An I\O action occurs at src\main\webapp\admin\manageusers.jsp in 14 without authorization checks.
Severity: Low
CWE:285
Vulnerability details and guidance
Checkmarx
Training Recommended Fix
Lines: 19 14
Code (Line #19):
ResultSet rs=stmt.executeQuery("select * from users where privilege='user'");
Code (Line #14):
stmt.executeUpdate("Delete from users where username='"+user+"'");
Issue still exists.
Improper_Resource_Access_Authorization issue exists @ src/main/webapp/admin/manageusers.jsp in branch master
An I\O action occurs at src\main\webapp\admin\manageusers.jsp in 14 without authorization checks.
Severity: Low
CWE:285
Vulnerability details and guidance
Checkmarx
Training Recommended Fix
Lines: 19 14
Code (Line #19):
Code (Line #14):