ZoneMinder Information Disclosure Vulnerability (Nov 2016) - Active Check
🗓️ 17 Jan 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType
openvas🔗 plugins.openvas.org👁 28 Views
| Reporter | Title | Published | Views | Family All 21 |
|---|---|---|---|---|
| ZoneMinder - Multiple Vulnerabilities | 5 Feb 201700:00 | – | zdt | |
| CVE-2016-10140 | 13 Jan 201709:00 | – | alpinelinux | |
| Multiple vulnerabilities in ZoneMinder | 18 Jan 201700:00 | – | cnvd | |
| CVE-2016-10140 | 13 Jan 201709:00 | – | cve | |
| CVE-2016-10140 | 13 Jan 201709:00 | – | cvelist | |
| [SECURITY] [DLA 806-1] zoneminder security update | 29 Jan 201715:05 | – | debian | |
| CVE-2016-10140 | 13 Jan 201709:00 | – | debiancve | |
| Debian DLA-806-1 : zoneminder security update | 30 Jan 201700:00 | – | nessus | |
| Linux Distros Unpatched Vulnerability : CVE-2016-10140 | 24 Aug 202500:00 | – | nessus | |
| CVE-2016-10140-Zoneminder-Poc | 12 Sep 202623:54 | – | kitploit |
10
| Source | Link |
|---|---|
| github | www.github.com/ZoneMinder/ZoneMinder/pull/1697 |
# SPDX-FileCopyrightText: 2017 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only
CPE = "cpe:/a:zoneminder:zoneminder";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.106521");
script_version("2024-11-05T05:05:33+0000");
script_tag(name:"last_modification", value:"2024-11-05 05:05:33 +0000 (Tue, 05 Nov 2024)");
script_tag(name:"creation_date", value:"2017-01-17 13:28:38 +0700 (Tue, 17 Jan 2017)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2017-03-16 01:59:00 +0000 (Thu, 16 Mar 2017)");
script_cve_id("CVE-2016-10140");
script_tag(name:"qod_type", value:"remote_vul");
script_tag(name:"solution_type", value:"Mitigation");
script_name("ZoneMinder Information Disclosure Vulnerability (Nov 2016) - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2017 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_zoneminder_http_detect.nasl");
script_mandatory_keys("zoneminder/http/detected");
script_require_ports("Services/www", 443);
script_tag(name:"summary", value:"ZoneMinder is prone to an information disclosure and
authentication bypass vulnerability.");
script_tag(name:"vuldetect", value:"Tries to get a directory listing on the /events/ folder.");
script_tag(name:"insight", value:"Information disclosure and authentication bypass vulnerability
exists in the Apache HTTP Server configuration bundled with ZoneMinder, which allows a remote
unauthenticated attacker to browse all directories in the web root, e.g., a remote
unauthenticated attacker can view all CCTV images on the server.");
script_tag(name:"impact", value:"An unauthenticated remote attacker may browse all directories in
the web root.");
script_tag(name:"solution", value:"Disable directory listings in the apache configuration.");
script_xref(name:"URL", value:"https://github.com/ZoneMinder/ZoneMinder/pull/1697");
exit(0);
}
include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
if (!port = get_app_port(cpe: CPE, service: "www"))
exit(0);
if (!dir = get_app_location(cpe: CPE, port: port))
exit(0);
if (dir == "/")
dir = "";
if (http_vuln_check(port: port, url: dir + "/events/", pattern: "<title>Index of.*/events</title>",
check_header: TRUE)) {
report = http_report_vuln_url(port: port, url: dir + "/events/");
security_message(port: port, data: report);
exit(0);
}
exit(99);
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
05 Nov 2024 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 25
CVSS 37.5
EPSS0.06739