vendor:
Binary MLM Software
by:
Ihsan Sencan
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Binary MLM Software
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:mlmsoftwarez.in:binary_mlm_software:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Binary MLM Software 1.0 – ‘pid’ SQL Injection
An unauthenticated attacker can inject arbitrary SQL commands via the 'pid' parameter in the 'tree.php' script. By exploiting this vulnerability malicious users can compromise the application, access or modify sensitive data, exploit various SQL injection techniques such as SQL union and boolean-based blind, and execute arbitrary system commands.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being passed to the database. Additionally, parameterized queries should be used to prevent SQL injection.