ZoneMinder <= 1.32.3 Multiple Vulnerabilities
🗓️ 29 Jan 2019 00:00:00Reported by Copyright (C) 2019 Greenbone AGType
openvas🔗 plugins.openvas.org👁 79 Views
| Reporter | Title | Published | Views | Family All 162 |
|---|---|---|---|---|
| CVE-2019-13072 | 30 Jun 201901:03 | – | alpinelinux | |
| CVE-2019-6990 | 28 Jan 201920:00 | – | alpinelinux | |
| CVE-2019-6991 | 28 Jan 201920:00 | – | alpinelinux | |
| CVE-2019-6992 | 28 Jan 201920:00 | – | alpinelinux | |
| CVE-2019-8423 | 18 Feb 201900:00 | – | alpinelinux | |
| The vulnerability of the `zmLoadUser()` function (zm_user.cpp) in the video surveillance software for organizations called ZoneMinder, which allows a intruder to execute arbitrary code or cause service interruptions. | 30 Mar 202300:00 | – | bdu_fstec | |
| ZoneMinder Cross-Site Scripting Vulnerability (CNVD-2019-04686) | 19 Feb 201900:00 | – | cnvd | |
| ZoneMinder SQL Injection Vulnerability (CNVD-2019-04687) | 19 Feb 201900:00 | – | cnvd | |
| ZoneMinder SQL Injection Vulnerability (CNVD-2019-04688) | 19 Feb 201900:00 | – | cnvd | |
| ZoneMinder Cross-Site Scripting Vulnerability (CNVD-2019-04689) | 29 Jan 201900:00 | – | cnvd |
10
# SPDX-FileCopyrightText: 2019 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.112504");
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:"2019-01-29 15:22:12 +0100 (Tue, 29 Jan 2019)");
script_tag(name:"cvss_base", value:"7.5");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_tag(name:"severity_vector", value:"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H");
script_tag(name:"severity_origin", value:"NVD");
script_tag(name:"severity_date", value:"2020-08-24 17:37:00 +0000 (Mon, 24 Aug 2020)");
script_cve_id("CVE-2019-6990", "CVE-2019-6991", "CVE-2019-6992", "CVE-2019-8423",
"CVE-2019-8424", "CVE-2019-8425", "CVE-2019-8426", "CVE-2019-8427",
"CVE-2019-8428", "CVE-2019-8429", "CVE-2019-13072");
script_tag(name:"qod_type", value:"remote_banner");
script_tag(name:"solution_type", value:"VendorFix");
script_name("ZoneMinder <= 1.32.3 Multiple Vulnerabilities");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2019 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_zoneminder_http_detect.nasl");
script_mandatory_keys("zoneminder/detected");
script_tag(name:"summary", value:"ZoneMinder is prone to multiple vulnerabilities.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
script_tag(name:"insight", value:"The following vulnerabilities exist:
- CVE-2019-6990: XSS in web/skins/classic/views/zones.php
- CVE-2018-6991: Stack-based buffer overflow in the zmLoadUser() function in zm_user.cpp of the
zmu binary
- CVE-2019-6992: Stored self XSS in web/skins/classic/views/controlcaps.php
- CVE-2019-8423: SQL injection (SQLi) via the skins/classic/views/events.php
filter[Query][terms][0][cnj] parameter
- CVE-2019-8424: SQL Injection (SQLi) via the ajax/status.php sort parameter
- CVE-2019-8425: XSS in the construction of SQL-ERR messages
- CVE-2019-8426: XSS via the newControl array, as demonstrated by the newControl[MinTiltRange]
parameter
- CVE-2019-8427: Command injection via shell metacharacters
- CVE-2019-8428: SQL Injection (SQLi) via the skins/classic/views/control.php groupSql parameter,
as demonstrated by a newGroup[MonitorIds][] value
- CVE-2019-8429: SQL Injection (SQLi) via the ajax/status.php filter[Query][terms][0][cnj]
parameter
- CVE-2019-13072: Stored XSS in the Filters page (Name field)");
script_tag(name:"impact", value:"Successful exploitation would allow an attacker to execute code
via a long username or execute HTML or JavaScript code via vulnerable fields.");
script_tag(name:"affected", value:"ZoneMinder version 1.32.3 and prior.");
script_tag(name:"solution", value:"Apply the provided patches.");
script_xref(name:"URL", value:"https://github.com/ZoneMinder/zoneminder/issues/2444");
script_xref(name:"URL", value:"https://github.com/ZoneMinder/zoneminder/commit/a3e8fd4fd5b579865f35aac3b964bc78d5b7a94a");
script_xref(name:"URL", value:"https://github.com/ZoneMinder/zoneminder/issues/2478");
script_xref(name:"URL", value:"https://github.com/ZoneMinder/zoneminder/pull/2482");
script_xref(name:"URL", value:"https://github.com/ZoneMinder/zoneminder/commit/8c5687ca308e441742725e0aff9075779fa1a498");
script_xref(name:"URL", value:"https://github.com/ZoneMinder/zoneminder/issues/2445");
script_xref(name:"URL", value:"https://github.com/ZoneMinder/zoneminder/issues/2399");
script_xref(name:"URL", value:"https://github.com/ZoneMinder/zoneminder/issues/2642");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if (!port = get_app_port(cpe: CPE))
exit(0);
if (!infos = get_app_version_and_location(cpe: CPE, port: port, exit_no_version: TRUE))
exit(0);
version = infos["version"];
location = infos["location"];
if (version_is_less_equal(version: version, test_version: "1.32.3")) {
report = report_fixed_ver(installed_version: version, fixed_version: "Apply patches.", install_path: location);
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.8High risk
Vulners AI Score7.8
CVSS 27.5
CVSS 3.15.4
CVSS 39.8
EPSS0.03309