DarkyAngel Posted August 1, 2012 Report Posted August 1, 2012 Title : Joomla com_niceajaxpoll <= 1.3.0 SQL Injection VulnerabilityAuthor : Patrick de Brouwer - @knickz0rDork : inurl:"/index.php?option=com_niceajaxpoll" + -- --=[ 0x01 - Software descriptionNice Ajax Poll is a component for the Joomla! CMS which all-ows users to vote on certain questions or statements.+ -- --=[ 0x02 - Vulnerability descriptionThere is a SQL Injection vulnerability that can be called f-rom within the website to perform the SQL Injection attack.+ -- --=[ 0x03 - ImpactThe impact of this vulnerability should be rated as criticalas it is possible to access the database and therefore retr-eive user information such as usernames, passwords and otherdata. When abused, hackers could gain access to the adminis-trative interface of Joomla.+ -- --=[ 0x04 - Affected versionsAs of the source code, the version containint this vulnerab-ility was version 1.3.0. It was not proven that the vulnera-bility does not exist in newer or earlier versions. Therforethe vulnerability is considered available in versions below1.3.0.+ -- --=[ 0x05 - Vendor contact trailContact has not been made with the author. Author will rece-ive a copy of the vulnerability disclosure.+ -- --=[ 0x06 - Proof of Concept (PoC)In: /components/com_niceajaxpoll/views/niceajaxpoll/tmpl/default.phpthere is a call to: index.php?option=com_niceajaxpoll&getpliseid="+id,which is located on line 32. In practice this vulnerabilityhas been verified by exploiting the following:/index.php?option=com_niceajaxpoll&getpliseid=1 OR 1=1 ,------- '- SQLiSursa Quote