vendor:
PHP car rental complete System
by:
Sid3^effects
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP car rental complete System
Affected Version From: V1.2
Affected Version To: V1.2
Patch Exists: NO
Related CWE: N/A
CPE: a:nuno_pereira:php_car_rental_complete_system
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2010
PHP car rental complete System V1.2 SQli vulnerability
PHP Car Rental-Script suffers from a SQL Injection vulnerability which allows an attacker to execute arbitrary SQL commands on the vulnerable system. The vulnerability is present in the 'group.php' script, where the 'id' parameter is not properly sanitized before being used in a SQL query.
Mitigation:
Input validation should be used to prevent SQL Injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.