Simple attendance system 1.0 unauthenticated blind sqli Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2021-09-22 |
Type : webapps |
Platform : php
This exploit / vulnerability Simple attendance system 1.0 unauthenticated blind sqli is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
# Exploit Title: Simple Attendance System 1.0 - Unauthenticated Blind SQLi
# Exploit Author: ()t/\/\1
# Date: September 21, 2021
# Vendor Homepage: https://www.sourcecodester.com/php/14948/simple-attendance-system-php-and-sqlite-free-source-code.html
# Tested on: Linux
# Version: v1.0
# Exploit Description:
The application suffers from an unauthenticated SQL Injection vulnerability.Input passed through 'employee_code' POST parameter in 'http://127.0.0.1//attendance/Actions.php?a=save_attendance' is not properly sanitised before being returned to the user or used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code and retrieve sensitive data.