vendor:
Bs Home_Classifieds Script
by:
Sid3^effects aKa HaRi
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Bs Home_Classifieds 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
2010
Bs Home_Classifieds Script Sqli Vulnerability
BrotherScripts.com offers a real estate classifieds software which allows home buyers to browse and search available properties. Agents can also list their properties. After a new seller has registered, they are able to select and buy a package depending on how many offers they would like to to post and for the length of time they would like to post them. Payments can be done via PayPal or 2Checkout. The vulnerability is a SQL injection which can be exploited by sending malicious SQL queries to the vulnerable web application. The vulnerable URLs are http://server/Home_Classifieds/search.php?c=[sqli] and http://server/Home_Classifieds/articlesdetails.php?id=[sqli].
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.