vendor:
slogan_design_script
by:
Mr.P3rfekT
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: slogan_design_script
Affected Version From: 3.1
Affected Version To: 3.1
Patch Exists: N/A
Related CWE: N/A
CPE: a:slogandesign:slogan_design_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: Lunix
N/A
slogan design Script SQL Injection Vulnerability
A SQL injection vulnerability was discovered in slogan design Script version 3.1. An attacker can exploit this vulnerability by sending a malicious SQL query to the vulnerable parameter m_id in the index.php file. This can allow the attacker to gain access to the admin panel by using the PoC Username and Password. The vulnerable parameter can be found in the URL http://[site]/path/index.php?m_id={SQLi}.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should also be configured to use parameterized queries.