vendor:
Advance MLM Script
by:
OoN_Boy
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Advance MLM Script
Affected Version From: N/A
Affected Version To: N/A
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: PHP, MySQL
2016
Advance MLM Script SQL Vulnerabilities
An SQL injection vulnerability exists in Advance MLM Script, which is a PHP-based MLM software. The vulnerability is due to insufficient sanitization of user-supplied input in the 'newid' parameter of the 'news_detail.php' script. An attacker can exploit this vulnerability to inject and execute arbitrary SQL commands in the application's database, which can be used to access or modify sensitive data, or to gain access to the application's backend.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL commands that are passed to the database. Parameterized queries should be used to ensure that user-supplied input is treated as a literal value and not as executable code.