vendor:
B2B Trading Marketplace Script
by:
AnGrY BoY
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: B2B Trading Marketplace 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
B2B Trading Marketplace SQL Injection Vulnerability
An attacker can exploit this vulnerability by sending a specially crafted SQL query to the vulnerable application. The vulnerable code is located in the ‘cat_sell.php’ and ‘selloffers.php’ files. An attacker can send a malicious SQL query to the vulnerable application, which will allow the attacker to extract sensitive information from the database, such as usernames and passwords.
Mitigation:
The application should use parameterized queries to prevent SQL injection attacks. Input validation should also be used to prevent malicious input from being passed to the application.