vendor:
Car Rental Management System
by:
Mehmet Kelepçe / Gais Cyber Security
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Car Rental Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Apache2 - Windows 10
2020
Car Rental Management System 1.0 – ‘car_id’ Sql Injection
The Car Rental Management System 1.0 is vulnerable to SQL Injection through the 'car_id' parameter in the booking.php file and the 'id' parameter in the index.php file. An attacker can manipulate the parameters to execute unauthorized SQL queries and potentially retrieve sensitive information from the database.
Mitigation:
To mitigate the vulnerability, input validation and parameterized queries should be implemented to prevent SQL Injection attacks. Additionally, the use of least privilege principle should be followed for database access permissions.