What Are Zyxel NAS Devices?
Zyxel's NAS product line targets home users and small businesses looking for affordable network-attached storage — file sharing, backup, and media serving on the local network, frequently exposed to the internet by end users for remote access to their files. That combination — consumer-grade device, weak default security practices, and common internet exposure — makes Zyxel NAS units a recurring target for IoT botnet operators.
Affected Versions
| Product line | Status |
|---|---|
| Supported Zyxel NAS models (per vendor advisory) | Firmware patch available — apply per Zyxel's advisory |
| End-of-life Zyxel NAS models | No patch available — replace or isolate from the network |
Technical Details
The vulnerability (CWE-78, OS command injection) is in the weblogin.cgi component of the NAS web management interface. A crafted username field containing shell metacharacters is passed unsanitized into a system call, allowing an unauthenticated remote attacker to inject and execute arbitrary OS commands with root privileges (CVSS 3.1: AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H, 9.8 Critical) — no login is required, since the injection occurs in the login handler itself.
Discovery
Reported to Zyxel by external security researchers ahead of the vendor's February 24, 2020 advisory and coordinated patch release.
Exploitation Context
Within weeks of disclosure, Palo Alto Networks' Unit 42 identified Mukashi, a new Mirai-based botnet variant, actively scanning for and exploiting unpatched Zyxel NAS devices to recruit them into a DDoS botnet. The speed of weaponization — a known pattern for IoT command-injection bugs, which are simple to exploit and immediately valuable to botnet operators regardless of the specific device's purpose — is why CISA later added this CVE to KEV.
Remediation
- Apply Zyxel's firmware patch for your specific NAS model immediately, per the vendor's security advisory.
- If your model is end-of-life with no patch available, replace the device or fully isolate it from the internet — do not rely on obscurity, since Mukashi and similar botnets scan broad IP ranges rather than targeting specific known deployments.
- Never expose NAS web management interfaces directly to the internet. Use a VPN for remote access instead of port-forwarding the management interface.
- Check for signs of botnet compromise — unexpected outbound traffic, unfamiliar processes, or degraded performance — on any device that has been internet-facing and unpatched since disclosure.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2020-9054 |
| Vendor / Product | Zyxel — Multiple Network-Attached Storage (NAS) Devices |
| NVD Published | 2020-03-04 |
| NVD Last Modified | 2025-11-10 |
| 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 | 2022-03-25 |
| CISA KEV Deadline | 2022-04-15 |
| Known Ransomware Use | No |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2020-02-24 | Zyxel publishes advisory and firmware patches for supported models |
| 2020-03 | Palo Alto Networks Unit 42 identifies the Mukashi Mirai-variant botnet actively exploiting the flaw |
| 2022-03-25 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2022-04-15 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Zyxel Security Advisory — Remote Code Execution Vulnerability of NAS Products | Vendor Advisory |
| Palo Alto Networks Unit 42 — Mukashi: A New Mirai Variant | Security Research |
| NVD — CVE-2020-9054 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |