vendor:
B2B Portal Script
by:
r45c4l
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: B2B Portal Script
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: 2daybiz:b2bportal_script
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
2010
2daybiz B2B Portal Script Sql Injection
An attacker can exploit a SQL injection vulnerability in the 2daybiz B2B Portal Script by sending malicious SQL queries to the vulnerable parameter 'cat_id' in the URL 'www.site.com/products/business2business/selling_buy_leads1.php?cat_id=[SQLI]'. This can allow the attacker 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 SQL queries.