Lucene search

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

Joomla PhocaMaps 3.0.5 Database Disclosure / SQL Injection

2019-02-1400:00:00
KingSkrupellos
packetstormsecurity.com
69
`####################################################################  
  
# Exploit Title : Joomla PhocaMaps 3.0.5 SQL Injection / Database Disclosure  
# Author [ Discovered By ] : KingSkrupellos  
# Team : Cyberizm Digital Security Army  
# Date : 14/02/2019  
# Vendor Homepage : phoca.cz/phocamaps  
# Software Download Link : phoca.cz/download/category/38-phoca-maps-plugin  
# Software Information Link : extensions.joomla.org/extension/phoca-maps/  
# Software Affected Version : 1.0.5 - 1.1.1 - 1.1.2 - 2.0.4 - 2.0.5 and 3.0.5  
# Tested On : Windows and Linux  
# Category : WebApps  
# Exploit Risk : Medium  
# Google Dorks : inurl:''/index.php?option=com_phocamaps''  
# Vulnerability Type : CWE-89 [ Improper Neutralization of   
Special Elements used in an SQL Command ('SQL Injection') ]  
CWE-200 [ Information Exposure ]  
# PacketStormSecurity : packetstormsecurity.com/files/authors/13968  
# CXSecurity : cxsecurity.com/author/KingSkrupellos/1/  
# Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos  
  
####################################################################  
  
# Description about Software :  
***************************  
Phoca Maps is Joomla! CMS component. It displays maps on your site rendered with   
  
help of Google Maps API or OpenStreetMap API. It is intended to fast and   
  
simple creation of the map on the website.  
  
####################################################################  
  
# Impact :  
***********  
* Joomla PhocaMaps 3.0.5 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.  
  
* This Software prone to an information exposure/database disclosure vulnerability.   
  
Successful exploits of this issue may allow an attacker to obtain sensitive   
  
information by downloading the full contents of the application's database.  
  
* Any remote user may download the database files and gain access  
  
to sensitive information including unencrypted authentication credentials.  
  
####################################################################  
  
# SQL Injection Exploit :  
**********************  
/index.php?option=com_phocamaps&view=map&id=[SQL Injection]  
  
/index.php?option=com_phocamaps&view=map&id=[ID-NUMBER]&Itemid=[SQL Injection]  
  
/index.php?option=com_phocamaps&view=map&id=[ID-NUMBER]&Itemid=[SQL Injection]&lang=it  
  
/index.php?option=com_phocamaps&view=map&id=[SQL Injection]:[MAP-NAME-HERE]&tmpl=component  
  
####################################################################  
  
# Database Disclosure Exploit :  
***************************  
/administrator/components/com_phocamaps/install.sql  
  
/administrator/components/com_phocamaps/uninstall.sql  
  
####################################################################  
  
# Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team   
  
####################################################################  
`