Blind_SQL_Injections issue exists @ WebGoatCoins/ForgotPassword.aspx.cs in branch master
The application's GetPasswordByEmail method executes an SQL query with da, at line 345 of App_Code\DB\MySqlDbProvider.cs. The application constructs this SQL query by embedding an untrusted string into the query without proper sanitization. The concatenated string is submitted to the database, where it is parsed and executed accordingly.
If an exception is thrown by the database code, it is caught and handled. An attacker could still use inferential or boolean exploitation techniques to retrieve the data, by altering the user input Text. This is read in the ButtonRecoverPassword_Click method, at line 65 of WebGoatCoins\ForgotPassword.aspx.cs, and used without sanitization in the SQL query that is sent to the database server.
This may enable a Blind SQL Injection attack.
Blind_SQL_Injections issue exists @ WebGoatCoins/ForgotPassword.aspx.cs in branch master
The application's GetPasswordByEmail method executes an SQL query with da, at line 345 of App_Code\DB\MySqlDbProvider.cs. The application constructs this SQL query by embedding an untrusted string into the query without proper sanitization. The concatenated string is submitted to the database, where it is parsed and executed accordingly. If an exception is thrown by the database code, it is caught and handled. An attacker could still use inferential or boolean exploitation techniques to retrieve the data, by altering the user input Text. This is read in the ButtonRecoverPassword_Click method, at line 65 of WebGoatCoins\ForgotPassword.aspx.cs, and used without sanitization in the SQL query that is sent to the database server. This may enable a Blind SQL Injection attack.
Severity: Low
CWE:89
Checkmarx
Lines: 80
Code (Line #80):