vendor:
MyBB Profile Blogs plugin
by:
Zixem
7,5
CVSS
HIGH
SQL Injection & Stored XSS
89 (SQL Injection) & 79 (XSS)
CWE
Product Name: MyBB Profile Blogs plugin
Affected Version From: 1.2+
Affected Version To: 1.2+
Patch Exists: YES
Related CWE: N/A
CPE: a:mybb:mybb
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2012
MyBB Profile Blog plugin multiple vulnerabilities
MyBB Profile Blogs plugin suffers from SQL Injection & Stored XSS. The vulnerabilities exist withing profileblogs.php which located in /plugins/ folder. For SQL Injection, the vulnerable part is the edit GET parameter in the profileblogs.php file. For Stored XSS, the post subject is stored in the database without XSS protection and also comes out without XSS protection.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries and outputted to the user.