forked from psiinon/bodgeit
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
XSRF issue exists @ root/basket.jsp in branch master
Method request.getParameter at line 160 of root\basket.jsp gets a parameter from a user request from ""quantity"". This parameter value flows through the code and is eventually used to access application state altering functionality. This may enable Cross-Site Request Forgery (XSRF).
Severity: Medium
CWE:352
String quantity = request.getParameter("quantity");
Map params = request.getParameterMap();
String productId = request.getParameter("productid");
Cookie[] cookies = request.getCookies();
basketId = cookie.getValue();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels