vendor:
MLM Membership Plan Script
by:
Ihsan Sencan
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: MLM Membership Plan Script
Affected Version From: 2.0.5
Affected Version To: 2.0.5
Patch Exists: NO
Related CWE: N/A
CPE: a:phpscriptsmall:mlm_membership_plan_script
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017
MLM Membership Plan Script v2.0.5 – SQL Injection
A SQL injection vulnerability exists in MLM Membership Plan Script v2.0.5. An attacker can send malicious SQL queries to the vulnerable parameter 'newid' and 'eventid' in 'news_detail.php' and 'event_detail.php' respectively, which can be used to extract sensitive information from the database. An attacker can also use the 'export_set' function to extract the admin credentials from the 'mlm_admin' table.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Parameterized queries should be used to prevent SQL injection attacks.