First published: Wed Dec 02 2020(Updated: )
An SQL injection vulnerability was discovered in Car Rental Management System v1.0 can be exploited via the id parameter in view_car.php or the car_id parameter in booking.php.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Car Rental Management System | =1.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2020-29287 is rated as high due to the potential for SQL injection attacks.
To fix CVE-2020-29287, validate and sanitize user input and use prepared statements to prevent SQL injection.
CVE-2020-29287 affects Car Rental Management System version 1.0 specifically.
CVE-2020-29287 can be exploited via the id parameter in view_car.php or the car_id parameter in booking.php.
If using Car Rental Management System v1.0 and CVE-2020-29287 is identified, immediately apply input validation and refactor the database queries to mitigate the vulnerability.