vendor:
Banana Dance
by:
High-Tech Bridge Security Research Lab
7.5
CVSS
HIGH
PHP File Inclusion [CWE-98], Improper Access Control [CWE-284], SQL Injection [CWE-89]
98, 284, 89
CWE
Product Name: Banana Dance
Affected Version From: B.2.6 and probably prior
Affected Version To: B.2.6
Patch Exists: NO
Related CWE: CVE-2012-5242, CVE-2012-5243, CVE-2012-5244
CPE: banana-dance
Platforms Tested:
2012
Banana Dance PHP File Inclusion, Improper Access Control, and SQL Injection Vulnerabilities
Multiple vulnerabilities in Banana Dance allow for gaining access to sensitive information, performing SQL injection attacks, and compromising the vulnerable system. The PHP File Inclusion vulnerability (CVE-2012-5242) allows for arbitrary file inclusion via improper verification of input passed via the 'name' POST parameter in '/functions/ajax.php'. The Improper Access Control vulnerability (CVE-2012-5243) allows unauthenticated users to access the '/functions/suggest.php' script and read arbitrary information from the database.
Mitigation:
Implement proper input validation and sanitization to prevent PHP file inclusion and SQL injection attacks. Restrict access to sensitive scripts to authenticated users only.