vendor:
TradeMart - B2B Trading Software
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: TradeMart - B2B Trading Software
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE: N/A
CPE: a:ncrypted:trademart:1.1
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
TradeMart – B2B Trading Software v1.1 – SQL Injection
An attacker can exploit a SQL injection vulnerability in TradeMart - B2B Trading Software v1.1 by sending a maliciously crafted HTTP request to the application. The application is vulnerable to a SQL injection attack when the 'by' and 'q' parameters are not properly sanitized before being used in a SQL query. An attacker can exploit this vulnerability to gain access to sensitive information 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 a SQL query.