vendor:
PHP Car Rental-Script
by:
Hamza 'MizoZ' N.
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: PHP Car Rental-Script
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2020
PHP Car Rental-Script (Auth Bypass) SQL Injection
A vulnerability in the PHP Car Rental-Script allows an attacker to bypass authentication by entering ' or '1=1/* as the username and password. This allows the attacker to gain access to the application without valid credentials.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, authentication should be done using a secure method such as hashing.