vendor:
B2B Marketplace Script v2.0
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: B2B Marketplace Script v2.0
Affected Version From: 2.0
Affected Version To: 2.0
Patch Exists: NO
Related CWE: N/A
CPE: a:eagletechnosys:b2b_marketplace_script_v2
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017
B2B Marketplace Script v2.0 – SQL Injection
The vulnerability exists in the ajax.php file, which is vulnerable to SQL injection. Attackers can exploit this vulnerability by sending malicious SQL queries to the vulnerable parameter in the ajax.php file. This can allow attackers to gain access to sensitive information from the database, such as usernames and passwords.
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.