vendor:
Follower User Plugin
by:
Zixem
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Follower User Plugin
Affected Version From: 1.5+
Affected Version To: 1.5+
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: Linux
2012
Follower User MyBB plugin SQL Injection 0day
The vulnerability exists within SuscribeUsers.php on SuscribeUsers_add() where the user input is not properly sanitized. An attacker can inject malicious SQL code into the 'usid' and 'uid' parameters of the 'misc.php' page. An example of the malicious URL is '/misc.php?suscriberuser=yes&usid='[SQLi]--+-&uid=[Your_User_ID]'. This can be used to gain access to the database and potentially execute arbitrary code.
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized and does not contain malicious code.