CVE-2018-10561 — Dasan GPON Routers Authentication Bypass Vulnerability

CVE-2018-10561

Dasan GPON Routers — Path-Traversal Auth Bypass Chained with Command Injection, Rapidly Weaponized by Mirai Variants

What are Dasan GPON Routers?

Dasan (later DASAN Zhone Solutions/DZS) manufactures Gigabit Passive Optical Network (GPON) home routers widely deployed by internet service providers as customer-premises equipment for fiber-to-the-home connections. Millions of these devices were deployed globally, particularly through ISPs in regions with heavy fiber buildouts, and — like much consumer CPE — they were rarely patched or replaced by end users once installed, since firmware updates typically depend on either the ISP or an unmotivated homeowner.

Overview

CVE-2018-10561 is a critical authentication bypass vulnerability in Dasan GPON routers' web management interface. By appending a specific string to any URL on the device's web interface (a path-traversal-style bypass of the authentication check), an unauthenticated remote attacker can access administrative functionality without valid credentials. On its own this exposes device configuration and administrative pages; combined with the command injection vulnerability tracked as CVE-2018-10562, it forms a two-stage chain that allows full unauthenticated remote code execution.

Technical Details

The flaw is classified under CWE-287 (improper authentication): the router's web server fails to properly validate whether a request has passed authentication before granting access to protected endpoints, and a crafted URL path can trick the authentication check into being skipped entirely. This is a network-reachable, zero-interaction, zero-credential bug — a single crafted HTTP request is sufficient to bypass authentication, and when chained with the companion command-injection flaw, to run arbitrary commands as the router's underlying OS user.

Discovery

The vulnerability was publicly disclosed in 2018 by security researchers, with proof-of-concept exploit details published alongside the companion CVE-2018-10562 command injection bug, enabling rapid weaponization by opportunistic attackers almost immediately after disclosure.

Exploitation Context

This vulnerability chain was exploited at internet scale within days of public disclosure. Multiple Mirai-derived IoT botnets — including variants publicly tracked as Muhstik and other Mirai forks — incorporated the GPON authentication-bypass-plus-command-injection chain into their scanning and infection routines almost immediately, adding hundreds of thousands of exposed GPON routers to DDoS botnets. CISA's KEV catalog listing confirms this vulnerability has continued to see real-world exploitation.

Remediation

  1. Apply vendor-provided firmware updates addressing CVE-2018-10561 and CVE-2018-10562 if still available for the specific device model.
  2. Given the product's end-of-life status noted by CISA, disconnect or replace any Dasan/DZS GPON routers still running vulnerable firmware if a patch is unavailable.
  3. Never expose the router's web management interface directly to the internet; restrict administrative access to the local network only.
  4. Change default credentials on any GPON CPE still in service, even though this specific bypass does not require them.
  5. Monitor for unusual outbound traffic from GPON CPE, which may indicate the device has already been recruited into a botnet.

Key Details

PropertyValue
CVE ID CVE-2018-10561
Vendor / Product Dasan — Gigabit Passive Optical Network (GPON) Routers
NVD Published2018-05-04
NVD Last Modified2025-11-05
CVSS 3.1 Score9.8
CVSS 3.1 VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
SeverityCRITICAL
CWE CWE-287 find similar ↗
CISA KEV Added2022-03-31
CISA KEV Deadline2022-04-21
Known Ransomware Use No

CVSS 3.1 Breakdown

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

Required Action

CISA BOD 22-01 Deadline: 2022-04-21. The impacted product is end-of-life and should be disconnected if still in use.

Timeline

DateEvent
2018-05-01Vulnerability publicly disclosed alongside proof-of-concept exploit code
2018-05-08Mass internet scanning and Mirai-variant botnet exploitation observed within roughly a week of disclosure
2022-03-31Added to CISA Known Exploited Vulnerabilities catalog
2022-04-21CISA BOD 22-01 remediation deadline

References

ResourceType
NVD — CVE-2018-10561 Vulnerability Database
CISA KEV Catalog Entry US Government