HttpOnlyCookies issue exists @ Content/ForgotPassword.aspx.cs in branch master
The web application's ButtonCheckEmail_Click method creates a cookie cookie, at line 27 of Content\ForgotPassword.aspx.cs, and returns it in the response. However, the application is not configured to automatically set the cookie with the "httpOnly" attribute, and the code does not explicitly add this to the cookie.
HttpOnlyCookies issue exists @ Content/ForgotPassword.aspx.cs in branch master
The web application's ButtonCheckEmail_Click method creates a cookie cookie, at line 27 of Content\ForgotPassword.aspx.cs, and returns it in the response. However, the application is not configured to automatically set the cookie with the "httpOnly" attribute, and the code does not explicitly add this to the cookie.
Severity: Medium
CWE:1004
Checkmarx
Lines: 55
Code (Line #55):