cx-justin-ruth / CxFlowGithub

0 stars 0 forks source link

CX Improper_Resource_Access_Authorization @ root/password.jsp [master] #18

Open cx-justin-ruth opened 2 years ago

cx-justin-ruth commented 2 years ago

Improper_Resource_Access_Authorization issue exists @ root/password.jsp in branch master

An I\O action occurs at root\password.jsp in 24 without authorization checks.

Severity: Low

CWE:285

Vulnerability details and guidance

Checkmarx

Lines: 24


Code (Line #24):

            stmt.executeQuery("UPDATE Users set password= '" + password1 + "' where name = '" + username + "'");