CVE-2019-19356 — Netis WF2419 Devices Remote Code Execution Vulnerability

CVE-2019-19356

Netis WF2419 Router — Web Management Interface Command Injection Grants Root

What Is the Netis WF2419?

The Netis WF2419 is a low-cost consumer wireless router sold primarily in Asia and other price-sensitive markets. Like many budget SOHO routers, its firmware is rarely updated by end users once installed, and internet-facing management interfaces on these devices are a favorite target for IoT botnet operators looking to build scanning and DDoS infrastructure.

Overview

CVE-2019-19356 is a critical remote code execution vulnerability in the Netis WF2419's web management interface, allowing an attacker to execute arbitrary commands as root without authentication. With a CVSS score of 7.5 (Attack Complexity: High, reflecting that some routers may not expose the interface directly to the internet by default), it nonetheless represents full device takeover for any reachable, vulnerable unit.

Technical Details

The vulnerability is classified as CWE-78 (OS Command Injection). The router's web management CGI handlers fail to properly sanitize attacker-supplied input before passing it to a system shell, allowing shell metacharacters embedded in a request parameter to be executed as operating system commands. Because the web management service runs with root privileges on embedded Linux-based router firmware, successful injection gives the attacker complete control of the device — including firmware modification, traffic interception, and use of the device as a pivot point into the local network.

Discovery

This vulnerability was disclosed and addressed through routine vendor/researcher vulnerability handling; no specific named discoverer is confidently documented for this entry.

Exploitation Context

Consumer routers such as the Netis WF2419 are frequently swept up by IoT botnet campaigns (in the lineage of Mirai and its many derivatives) that scan the internet for known command-injection and default-credential flaws in embedded devices, recruiting compromised units for DDoS attacks and further scanning. CISA's KEV listing confirms this specific vulnerability has been observed exploited in the wild, consistent with the broader pattern of low-end router firmware bugs being weaponized at internet scale.

Remediation

  1. Update to the latest Netis firmware for the WF2419, if a fixed version is available from the vendor.
  2. Disable remote/WAN-side administration on the router and restrict management access to the local trusted network only.
  3. Replace end-of-life hardware — many budget router lines, including older Netis models, no longer receive security updates and should be retired.
  4. Change default credentials and disable any unnecessary exposed services (UPnP, remote management, Telnet).
  5. Monitor for signs of compromise, such as unexpected outbound traffic, altered DNS settings, or unfamiliar processes/connections if the device supports inspection.

Key Details

PropertyValue
CVE ID CVE-2019-19356
Vendor / Product Netis — WF2419 Devices
NVD Published2020-02-07
NVD Last Modified2025-11-07
CVSS 3.1 Score7.5
CVSS 3.1 VectorCVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
SeverityHIGH
CWE CWE-78 find similar ↗
CISA KEV Added2021-11-03
CISA KEV Deadline2022-05-03
Known Ransomware Use No

CVSS 3.1 Breakdown

Attack Vector
Network
Attack Complexity
High
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Required Action

CISA BOD 22-01 Deadline: 2022-05-03. Apply updates per vendor instructions.

Timeline

DateEvent
2020-02-07CVE-2019-19356 published
2021-11-03Added to CISA Known Exploited Vulnerabilities catalog
2022-05-03CISA BOD 22-01 remediation deadline

References

ResourceType
NVD — CVE-2019-19356 Vulnerability Database
CISA KEV Catalog Entry US Government