vendor:
Vivid Ads Shopping Cart
by:
Pr0T3cT10n
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Vivid Ads Shopping Cart
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
Vivid Ads Shopping Cart (prodid) Remote SQL Injection
This code was written for educational purpose. It is a remote SQL injection vulnerability in Vivid Ads Shopping Cart. It allows an attacker to extract admin details from the database. The dork used for this exploit is 'Vivid Ads Shopping Cart'. The exploit is written in PHP and uses fsockopen to connect to the server and send a GET request to the detail.php page with a malicious payload. The payload is a union select statement that concatenates the login and password of the admin user. The response is then parsed to extract the admin details.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user input should be validated and filtered before being used in a SQL query. Parameterized queries should be used to prevent SQL injection attacks.