vendor:
Bank v3
by:
Red_Hat [NullSec]
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Bank v3
Affected Version From: Bank v3
Affected Version To: Bank v3
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: Windows & Linux
2020
Bank v3 MyBB plugin SQLi 0day
The Bank v3 MyBB plugin is vulnerable to a SQL injection attack due to the variable '$mybb->input['id']' remaining unsanitized. An attacker can exploit this vulnerability by sending a malicious POST request to the bank.php page with the parameters 'r_pay' and 'r_username' containing a SQL injection payload. This will allow the attacker to execute arbitrary SQL queries on the vulnerable system.
Mitigation:
Input validation should be used to ensure that user-supplied data is properly sanitized before being used in SQL queries.