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: Fri, 10 Aug 2007 22:10:26 +0200
From: "Carsten Eilers" <ceilers-lists@....de>
To: <bugtraq@...urityfocus.com>
Subject: Re: Gstebuch Version 1.5 Remote Command Execution Vulnerability

ilkerkandemir@...et.com schrieb am Fri, 10 Aug 2007 09:57:48 +0000:

>echo "<meta http-equiv='refresh' content='0;URL=install.php'>";
>
>redirecting brotha ;)
>
>Not RFI

Nice try, but you should read the lines above the redirection, too:

| <?php
| session_start();
| include($config["root_ordner"].'config.php');
| if (file_exists($root_ordner.'install.php')) 
| {
|   	echo "<meta http-equiv='refresh' content='0;URL=install.php'>";
|	exit;
| }

Your redirection is in line 6, the RFI in line 3.
First hit wins: RFI. ;-)

Regards,
  Carsten



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ