You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I detected a sql inject in login.jsp by source code review.
In detail, the code in teacherD/studentD.checkAccount concat the username and password with sql, and cause a sql inject.
The vuln can be exploit by payload 1' or '1'='1 and access main.jsp successfully without true password.
I detected a sql inject in login.jsp by source code review.



In detail, the code in teacherD/studentD.checkAccount concat the username and password with sql, and cause a sql inject.
The vuln can be exploit by payload 1' or '1'='1 and access main.jsp successfully without true password.