header-logo
Suggest Exploit
vendor:
php MBB
by:
SecurityFocus
7,5
CVSS
HIGH
Cross-Site Scripting and SQL-Injection
89, 89, 79, 79
CWE
Product Name: php MBB
Affected Version From: 0.0.3
Affected Version To: 0.0.3
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
2012

php MBB Multiple Cross-Site Scripting and SQL-Injection Vulnerabilities

php MBB is prone to multiple cross-site scripting and SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data. Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database. Examples of vulnerable URLs include http://www.example.com/mbbcms/?ref=search&q=' + [SQL Injection] and http://www.example.com/mbbcms/?mod=article&act=search&q=' + [SQL Injection] for SQL injection, and http://www.example.com/mbbcms/?ref=search&q= [XSS] and http://www.example.com/mbbcms/?mod=article&act=search&q= [XSS] for cross-site scripting.

Mitigation:

Input validation should be used to ensure that untrusted data is not used to execute unintended commands or queries. It is also recommended to use a whitelist of accepted inputs to prevent malicious data from being used.
Source

Exploit-DB raw data: