Lucene search

K
packetstormKingSkrupellosPACKETSTORM:151593
HistoryFeb 11, 2019 - 12:00 a.m.

Joomla AcePolls 3.x SQL Injection

2019-02-1100:00:00
KingSkrupellos
packetstormsecurity.com
118
`####################################################################  
  
# Exploit Title : Joomla AcePolls 3.x SQL Injection  
# Author [ Discovered By ] : KingSkrupellos  
# Team : Cyberizm Digital Security Army  
# Date : 10/02/2019  
# Vendor Homepage : joomace.net  
# Software Download Link : joomace.net/downloads/acepolls  
github.com/S-Karpenko/ecc/tree/master/administrator/components/com_acepolls  
# Software Information Link : plugintop.com/joomla-extension-acepolls/  
joomla-secrets.ru/nastrojka-joomla/178-sozdanie-oprosa-na-joomla-acepolls  
# Software Version : Joomla 1.5 - 2.5 and 3.x  
# Tested On : Windows and Linux  
# Category : WebApps  
# Exploit Risk : Medium  
# Google Dorks : inurl:''/index.php?option=com_acepolls''  
# Vulnerability Type : CWE-89 [ Improper Neutralization of   
Special Elements used in an SQL Command ('SQL Injection') ]  
# PacketStormSecurity : packetstormsecurity.com/files/authors/13968  
# CXSecurity : cxsecurity.com/author/KingSkrupellos/1/  
# Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos  
  
####################################################################  
  
# Description about Software :  
***************************  
AcePolls is a simple and flexible component for voting.  
  
It displays the vote results in 2 types, a nice pie chart or default Joomla way.  
  
AcePolls offers you a lot of options that makes it very flexible.   
  
You can add as much options as you want, choose different color for each option,   
  
re-order options as you want, set publish and unpublish dates   
  
for each poll, check votes per IP, cookies and user etc.  
  
####################################################################  
  
# Impact :  
***********  
Joomla AcePolls 3.x and other versions - component for Joomla is prone  
  
to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied   
  
data before using it in an SQL query.   
  
Exploiting this issue could allow an attacker to compromise the application,   
  
access or modify data, or exploit latent vulnerabilities in the underlying database.  
  
A remote attacker can send a specially crafted request to the vulnerable application   
  
and execute arbitrary SQL commands in application`s database.  
  
Further exploitation of this vulnerability may result in unauthorized data manipulation.  
  
An attacker can exploit this issue using a browser.  
  
####################################################################  
  
# SQL Injection Exploit :  
**********************  
  
/index.php?option=com_acepolls&view=poll&id=[SQL Injection]  
  
####################################################################  
  
# Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team   
  
####################################################################  
`