7.5
CVSSv2

CVE-2008-4781

Published: 29/10/2008 Updated: 29/09/2017
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

Directory traversal vulnerability in update.php in MyKtools 2.4 allows remote malicious users to include and execute arbitrary local files via a .. (dot dot) in the langage parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

easy-script myktools 2.4

Exploits

############## # Autor: x0r # # Email: evolutionteamx0[at]gmail[dot]com # # Download: wwweasy-scriptcom/scripts-dl/MyKtools-v2-4zip # # Bug: LFI ############## Bug: In \updatephp // Include du fichier langue if ($_GET['langage']) { $langue = $_GET['langage']; include ("lang/"$langue"php"); } Exploit: \updatephp?langage=/// ...