vendor:
Seat Reservation System Using PHP
by:
Rahul Ramkumar
9.1
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Seat Reservation System Using PHP
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: YES
Related CWE: CVE-2020-25762
CPE: a:sourcecodester:seat_reservation_system_using_php:1.0
Other Scripts:
N/A
Platforms Tested: Windows 10 Enterprise 1809 (x64_86) + XAMPP 7.2.33-1
2020
Seat Reservation System 1.0 – Unauthenticated SQL Injection
The file admin_class.php does not perform input validation on the username and password parameters. An attacker can send malicious input in the post request to /admin/ajax.php?action=login and bypass authentication, extract sensitive information etc.
Mitigation:
Input validation should be performed on the username and password parameters.