vendor:
Car Rental Management System
by:
Mosaaed
7.5
CVSS
HIGH
SQL Injection/Local File Inclusion
89,98
CWE
Product Name: Car Rental Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Parrot + Apache/2.4.46 (Debian)
2020
Car Rental Management System 1.0 – SQL Injection / Local File include
Car Rental Management System 1.0 is vulnerable to SQL Injection and Local File Inclusion. An attacker can exploit this vulnerability to gain access to the database information and execute malicious code on the server. The vulnerable page for SQL Injection is http://localhost/carRental/index.php?page=view_car&id=4 and for Local File Inclusion is http://localhost/carRental/index.php?page=about and http://localhost/carRental/admin/index.php?page=movement. The proof of concept for Local File Inclusion is http://localhost/carRental/index.php?page=php://filter/convert.base64-encode/resource=home and http://localhost/carRental/admin/index.php?page=php://filter/convert.base64-encode/resource=db_connect.
Mitigation:
To mitigate the risk of SQL Injection and Local File Inclusion, the application should use parameterized queries and input validation. The application should also be configured to use a web application firewall.