lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: Tue, 26 Dec 2006 18:33:52 -0500
From: Stuart Moore <smoore.bugtraq@...urityglobal.net>
To: bugtraq@...urityfocus.com
Subject: Re: LuckyBot v3 Remote File Include

Hi,

 > www.Example.com/[Lucky]/run.php?dir=SHELL?&file=
 > www.Example.com/[Lucky]/classes/ircbot.class.php?dir=SHELL?&file=

In 'run.php', the include statement (  include_once $dir . $file; ) is 
within a function:

   include_dir($dir)

It appears that the function is never called with user-controllable input.

In 'classes/ircbot.class.php', the include statement ( include $dir . 
$file ."/plugin.php"; ) is also within a function:

   load_plugins($dir)

Again, it appears that the function is never called with 
user-controllable input.

Did you test this?

Stuart

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ