What are Zyxel USG FLEX and ATP Firewalls?
Zyxel's USG FLEX and ATP (Advanced Threat Protection) firewall series are network security appliances deployed by small and medium businesses and branch offices as perimeter firewalls, VPN gateways, and SSL inspection devices. The ZLD (Zyxel Loader) firmware platform runs the management web interface used for configuration, monitoring, and firmware updates. These firewalls are internet-connected by design — their management interface and VPN termination endpoints face the WAN — making vulnerabilities in the management interface directly accessible to external attackers.
Overview
CVE-2024-11667 is a path traversal vulnerability in the web management interface of multiple Zyxel firewalls running ZLD firmware. An unauthenticated remote attacker can craft a URL that traverses outside the web root, enabling arbitrary file download or upload on the firewall's filesystem. Zyxel published a security advisory warning of active exploitation on November 21, 2024 — six days before the CVE was formally published — after observing the Helldown ransomware group exploiting the vulnerability to compromise firewalls and establish initial access into corporate networks. CISA added it to the KEV catalog on December 3, 2024 with a 21-day deadline.
Affected Versions
| Product | Vulnerable ZLD Firmware | Fixed |
|---|---|---|
| USG FLEX 100, 200, 500, 700 | ZLD 5.00–5.38 | ZLD 5.39 |
| USG FLEX 50(W) / USG20(W)-VPN | ZLD 5.00–5.38 | ZLD 5.39 |
| ATP 100, 200, 500, 700, 800 | ZLD 5.00–5.38 | ZLD 5.39 |
Technical Details
CWE-22 (Improper Limitation of a Pathname to a Restricted Directory / Path Traversal). The ZLD web management interface fails to sanitize URL path components before resolving them to filesystem paths. An unauthenticated attacker can include ../ sequences or absolute path segments in the URL to navigate outside the web root directory and access arbitrary files on the firewall appliance. Both reading (download) and writing (upload) are exploitable, enabling:
- Download: Exfiltrate VPN configuration files, session tokens, and credentials stored on the appliance
- Upload: Write malicious files to the filesystem, potentially enabling persistent backdoor installation or overwriting legitimate system files
The Helldown ransomware group leveraged this vulnerability to steal VPN credentials from the firewall config files, then use those credentials for VPN-based lateral movement into the victim network.
Discovery
Zyxel became aware of active exploitation by November 21, 2024, publishing a preemptive advisory before formal CVE assignment. The Helldown ransomware group's use of this vulnerability was documented by security researchers tracking the group's campaign against European organizations.
Exploitation Context
Helldown is a relatively new ransomware group (first observed mid-2024) that targeted Zyxel firewalls specifically as an initial access vector. By exploiting CVE-2024-11667 to read VPN configuration and credential files from the firewall appliance, the group obtained valid VPN credentials without needing to brute-force or phish employees. These credentials enabled silent VPN connections that appeared legitimate, allowing Helldown operators to move laterally through the victim network before deploying ransomware. The pattern — using perimeter device vulnerabilities for credential theft rather than direct exploitation — is increasingly common among ransomware groups targeting SMBs.
Remediation
- Upgrade affected Zyxel firewalls to ZLD 5.39 or later immediately.
- After patching, rotate all VPN user credentials — treat all credentials on the appliance as potentially compromised.
- Review VPN access logs for unexpected logins or connections from unfamiliar IP addresses in the period before patching.
- Restrict management interface access to trusted internal IP addresses only — the ZLD web UI should not be accessible from the internet.
- Audit active VPN sessions and revoke any that cannot be attributed to known legitimate users.
- Check for unauthorized scheduled tasks, new user accounts, or modified firewall rules that may indicate post-exploitation persistence.
Key Details
| Property | Value |
|---|---|
| CVE ID | CVE-2024-11667 |
| Vendor / Product | Zyxel — Multiple Firewalls |
| NVD Published | 2024-11-27 |
| NVD Last Modified | 2025-10-27 |
| CVSS 3.1 Score | 7.5 |
| CVSS 3.1 Vector | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
| Severity | HIGH |
| CWE | CWE-22 find similar ↗ |
| CISA KEV Added | 2024-12-03 |
| CISA KEV Deadline | 2024-12-24 |
| Known Ransomware Use | ⚠️ Yes |
CVSS 3.1 Breakdown
Required Action
Timeline
| Date | Event |
|---|---|
| 2024-11-21 | Zyxel publishes advisory warning of active exploitation against USG FLEX and ATP firewalls |
| 2024-11-27 | CVE published; patches released for affected ZLD firmware versions |
| 2024-12-03 | Added to CISA Known Exploited Vulnerabilities catalog |
| 2024-12-24 | CISA BOD 22-01 remediation deadline |
References
| Resource | Type |
|---|---|
| Zyxel Security Advisory — Protecting Against Recent Firewall Threats | Vendor Advisory |
| NVD — CVE-2024-11667 | Vulnerability Database |
| CISA KEV Catalog Entry | US Government |