vendor:
MyBB
by:
D3vil-0x1
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MyBB
Affected Version From: 255
Affected Version To: 265
Patch Exists: YES
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: Windows, Linux, Mac
2006
MyBB New SQL Injection
A vulnerability exists in MyBB due to the use of an uncleared variable in the misc.php file. An attacker can exploit this vulnerability by creating a new cookie with a malicious value and then checking the URL HOST/PATH/misc.php?action=buddypopup, where HOST is the victim server and PATH is the MyBB directory. This can allow an attacker to execute arbitrary SQL commands.
Mitigation:
Ensure that all variables are cleared before use and that user input is properly sanitized.