vendor:
MyStatus
by:
Mario_Vs
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MyStatus
Affected Version From: 3.1
Affected Version To: 3.1
Patch Exists: NO
Related CWE: N/A
CPE: a:mybb:mystatus:3.1
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 7
2011
MyBB MyStatus 3.1
MyBB MyStatus 3.1 is vulnerable to a SQL injection vulnerability. An attacker can exploit this vulnerability by sending a crafted HTTP request to the process-mystatus.php script with the action parameter set to delete and the statid parameter set to a malicious SQLi payload.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.