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>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 17 Aug 2006 22:04:12 +0200
From: "Carsten Eilers" <ceilers-lists@....de>
To: <dr.t3rr0r1st@...oo.com>, <bugtraq@...urityfocus.com>
Subject: Re: discloser 0.0.4 Remote File Inclusion (with Exploit)

Hi,

dr.t3rr0r1st@...oo.com schrieb am Wed, 16 Aug 2006 21:51:24 +0000:

>$req = HTTP::Request->new(GET =>$bpath.
>'plugins/plugins.php?>type='.$cmdo.'?&'.$bcmd.'='.$cmd)
>or die "\n Could not connect !\n";

With other words: You want to use parameter 'type' in 
plugins/plugins.php.

But in plugins/plugins.php we have

| <?
| 
| // add additional types to the below array.
| 
|  $avail_types = array('short', 'long');
|  $_SESSION['avail_types'] = $avail_types;
|  foreach ($avail_types as $type) {
| 	include($type . ".plugin.php");
| }
| 
| 
| ?>

As you can see is $type set to values of $avail_types,
which is intialized two lines above. So there ist no
way to manipulate either $type or $avail_types.

So there is no vulnerability, here.

Regards
  Carsten


-- 
Dipl.-Inform. Carsten Eilers
IT-Sicherheit und Datenschutz

<http://www.ceilers-it.de>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ