Soumettre #42881: Unauthenticated SQL injection in Fee Management System in login page.information

TitreUnauthenticated SQL injection in Fee Management System in login page.
DescriptionFee Management System source code URL: https://www.sourcecodester.com/php/15357/best-fee-management-system-project-php-source-code.html in admin_class.php function login(){ extract($_POST); $qry = $this->db->query("SELECT * FROM users where username = '".$username."' and password = '".md5($password)."' "); ...... } the usename and password variables is directly spliced into sql statement. In login page, anyone can login with the below parameters: username: admin' or 1=1# password: whatever
La source⚠️ https://www.sourcecodester.com/php/15357/best-fee-management-system-project-php-source-code.html
Utilisateur
 zhangguohu (UID 30684)
Soumission05/08/2022 11:44 (il y a 4 ans)
Modérer05/08/2022 12:43 (59 minutes later)
StatutAccepté
Entrée VulDB205658 [SourceCodester Best Fee Management System admin_class.php login Nom d'utilisateur injection SQL]
Points20

Do you want to use VulDB in your project?

Use the official API to access entries easily!