Reflected_XSS_All_Clients issue exists @ App_Code/DB/MySqlDbProvider.cs in branch master
Method GetSecurityQuestionAndAnswer at line 319 of App_Code\DB\MySqlDbProvider.cs gets user input for the row element. This element’s value then flows through the code without being properly sanitized or validated and is eventually displayed to the user in method ButtonCheckEmail_Click at line 27 of Content\ForgotPassword.aspx.cs. This may enable a Cross-Site-Scripting attack.
Reflected_XSS_All_Clients issue exists @ App_Code/DB/MySqlDbProvider.cs in branch master
Method GetSecurityQuestionAndAnswer at line 319 of App_Code\DB\MySqlDbProvider.cs gets user input for the row element. This element’s value then flows through the code without being properly sanitized or validated and is eventually displayed to the user in method ButtonCheckEmail_Click at line 27 of Content\ForgotPassword.aspx.cs. This may enable a Cross-Site-Scripting attack.
Severity: High
CWE:79
Checkmarx
Lines: 337 338
Code (Line #337):
Code (Line #338):