An issue was discovered in SourceCodester Seat Reservation System 1.0. 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.
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Link | Tags |
---|---|
http://packetstormsecurity.com/files/159261/Seat-Reservation-System-1.0-SQL-Injection.html | third party advisory vdb entry exploit |
http://seclists.org/fulldisclosure/2020/Sep/42 | mailing list third party advisory exploit |
https://packetstormsecurity.com/files/author/15149 | third party advisory vdb entry |