vendor:
BS Classifieds Ads
by:
Easy Laster
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: BS Classifieds Ads
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 Classifieds Ads
The vulnerability exists due to insufficient filtration of user-supplied data passed via the 'id' parameter to the '/General_Classifieds/articlesdetails.php' script. A remote attacker can send a specially crafted request to the vulnerable script and execute arbitrary SQL commands in the application's database. This can be exploited to disclose the application's data, including the administrator's credentials stored in the 'fpoll_config' table.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should sanitize all user-supplied input to prevent malicious SQL statements from being executed.