Online Bus Booking System Project Using PHP/MySQL version 1.0 has SQL injection via the login page. By placing SQL injection payload on the login page attackers can bypass the authentication and can gain the admin privilege.
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 |
---|---|
https://www.sourcecodester.com/php/14438/online-bus-booking-system-project-using-phpmysql.html | third party advisory |
http://seclists.org/fulldisclosure/2020/Dec/4 | third party advisory mailing list |
https://seclists.org/fulldisclosure/2020/Dec/4 | third party advisory mailing list |
http://packetstormsecurity.com/files/160397/Online-Bus-Booking-System-Project-Using-PHP-MySQL-1.0-SQL-Injection.html | third party advisory vdb entry exploit |