Lucene search

K
packetstormKingSkrupellosPACKETSTORM:151667
HistoryFeb 14, 2019 - 12:00 a.m.

Joomla EasyBookReloaded 3.3.2 SQL Injection

2019-02-1400:00:00
KingSkrupellos
packetstormsecurity.com
104
`####################################################################  
  
# Exploit Title : Joomla EasyBookReloaded Components 3.3.2 SQL Injection  
# Author [ Discovered By ] : KingSkrupellos  
# Team : Cyberizm Digital Security Army  
# Date : 14/02/2019  
# Vendor Homepage : joomla-extensions.kubik-rubik.de  
# Software Download Link : joomla-extensions.kubik-rubik.de/downloads/ebr-easybook-reloaded  
github.com/Kubik-Rubik/EBR-Easybook-Reloaded  
# Software Information Link : extensions.joomla.org/extension/easybook-reloaded/  
# Software Affected Version : 2.5 and 3.3.2 compatible with Joomla 3.x  
# Tested On : Windows and Linux  
# Category : WebApps  
# Exploit Risk : Medium  
# Google Dorks : inurl:''/index.php?option=com_easybookreloaded''  
# 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 :  
***************************  
Easybook Reloaded is an easy to use and simple guestbook component   
  
for Joomla! which, nevertheless, offers you many useful features.  
  
User friendly, powerful guestbook component with many features  
  
####################################################################  
  
# Impact :  
***********  
Joomla EasyBookReloaded 3.3.2 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_easybookreloaded&controller=entry&Itemid=[SQL Injection]  
  
/index.php?option=com_easybookreloaded&view=easybookreloaded&limitstart=[SQL Injection]  
  
/index.php?option=com_easybookreloaded&view=easybookreloaded&Itemid=[SQL Injection]  
  
/index.php?option=com_easybookreloaded&view=easybookreloaded&Itemid=[ID-NUMBER]&limitstart=[SQL Injection]  
  
####################################################################  
  
# Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team   
  
####################################################################  
`