vendor:
MBB CMS
by:
cr4wl3r
7.5
CVSS
HIGH
LFI/SQLi
22, 89
CWE
Product Name: MBB CMS
Affected Version From: MBB CMS version <= 004
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested: Windows, Linux
MBB CMS <= 004 (LFI/SQLi) Multiple Vulnerability
The MBB CMS version <= 004 is vulnerable to Local File Inclusion (LFI) and SQL Injection (SQLi) attacks. The LFI vulnerability can be exploited by manipulating the 'mod' and 'ref' parameters in the index.php file, allowing an attacker to include arbitrary files from the server. The SQLi vulnerability can be exploited by manipulating the 'id' and 'catid' parameters in the article.php file, allowing an attacker to extract sensitive information from the database.
Mitigation:
To mitigate these vulnerabilities, it is recommended to update to a patched version of MBB CMS or apply the necessary security patches. Additionally, input validation and sanitization should be implemented to prevent LFI and SQLi attacks.