vendor:
Car Portal
by:
RoAd_KiLlEr
7,5
CVSS
HIGH
BLIND SQL Injection
89
CWE
Product Name: Car Portal
Affected Version From: 2.0
Affected Version To: 2.0
Patch Exists: NO
Related CWE: N/A
CPE: a:netartmedia:car_portal:2.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win Xp Sp 2/3
2020
Car Portal v2.0 BLIND SQL Injection Vulnerability
Car Portal is a web solution written in PHP and it uses a MySQL database for storing the data. An attacker can exploit a Blind SQL Injection vulnerability in Car Portal v2.0 by sending a malicious payload to the vulnerable parameter 'car' in the URL. This can allow the attacker to extract data from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query. Additionally, parameterized queries should be used to prevent SQL injection attacks.