What is NUUO NVRmini?
NUUO NVRmini devices are network video recorders (NVRs) used to record, store, and manage footage from IP security cameras in commercial and residential surveillance deployments. Like most NVR appliances, they run a web management interface for remote configuration and playback, and they are frequently exposed to the internet so operators can view live/recorded footage remotely — making a remote code execution flaw in the management interface a direct path to compromising physical security camera infrastructure.
Overview
CVE-2018-14933 is an OS command injection vulnerability in NUUO NVRmini devices reachable via the uploaddir parameter of a writeuploaddir command in the web management interface. By supplying shell metacharacters in this parameter, a remote attacker can execute arbitrary operating system commands on the device.
Technical Details
The flaw (CWE-78, OS Command Injection) arises because the uploaddir parameter value is passed into a system-level command (used to configure or validate the upload directory path) without sanitizing shell metacharacters such as semicolons, backticks, or pipes. This allows an attacker to append and execute arbitrary commands alongside the legitimate directory-configuration command, typically requiring only a crafted HTTP request to the vulnerable endpoint.
Discovery
No specific named third-party researcher disclosure is confidently documented for this particular CVE; it was addressed through NUUO's advisory and support channels, though the product line has since reached formal end-of-life.
Exploitation Context
CISA's KEV entry confirms this vulnerability has been exploited in the wild. NUUO NVR products have a documented history of being targeted by IoT botnet campaigns (the NVRmini/NVRmini2 line was previously implicated in other high-profile flaws exploited by botnet operators), and internet-exposed video surveillance recorders are an attractive target both for opportunistic botnet recruitment and for attackers seeking access to live camera feeds.
Remediation
- Because NUUO has formally declared the NVRmini 2 and NVRsolo series end-of-life (per their 2023 EOL notice), plan to replace affected hardware — no further vendor patches should be expected.
- If replacement is not immediately possible, remove the device from direct internet exposure and restrict access to a trusted internal network or VPN.
- Disable or restrict access to the web management interface's upload-directory configuration functionality where not actively needed.
- Segment surveillance/NVR networks from general corporate or home networks to limit lateral movement if a device is compromised.
- Monitor NVR devices for unexpected outbound connections or configuration changes that could indicate command injection exploitation.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2018-14933 |
| Vendor / Product | NUUO — NVRmini Devices |
| NVD Published | 2018-08-04 |
| NVD Last Modified | 2025-11-07 |
| CVSS 3.1 Score | 9.8 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
| Severity | CRITICAL |
| CWE | CWE-78 find similar ↗ |
| CISA KEV Added | 2024-12-18 |
| CISA KEV Deadline | 2025-01-08 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2018-08-04 | CVE published |
| 2023-03 | NUUO issues end-of-life notice for the NVRmini 2 and NVRsolo product series |
| 2024-12-18 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2025-01-08 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| NVD — CVE-2018-14933 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |
| NUUO End-of-Life Notice — NVRmini 2 and NVRsolo Series | Vendor Advisory |