#################################################################### # Exploit Title : Joomla JComments Components 3.0.5 SQL Injection # Author [ Discovered By ] : KingSkrupellos # Team : Cyberizm Digital Security Army # Date : 31/01/2019 # Vendor Homepage : joomlatune.com # Software Download Link : joomlatune.com/jcomments-downloads.html # Software Information Link : extensions.joomla.org/extension/jcomments/ # Software Version : 3.0.5 # Tested On : Windows and Linux # Category : WebApps # Exploit Risk : Medium # Google Dorks : inurl:''/index.php?option=com_jcomments'' # 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 : *************************** JComments is released under the GNU GPL license and is distributed for free. The JComments is a powerful and easy to use AJAX based comment system for Joomla with flexible ACL, smiles, BBCodes and avatars support. #################################################################### # Impact : *********** Joomla JComments 3.0.5 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. #################################################################### # SQL Injection Exploit : ********************** /index.php?option=com_jcomments&Itemid=[SQL Injection] /index.php?option=com_jcomments&task=rss&object_id=[SQL Injection] #################################################################### # Discovered By KingSkrupellos from Cyberizm.Org Digital Security Team ####################################################################