CVE-2026-42372 PUBLISHED

D-Link DIR-605L A1 Hardcoded Telnet Backdoor Credentials

Assigner: securin
Reserved: 27.04.2026 Published: 04.05.2026 Updated: 05.05.2026

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. The custom telnetd binary accepts a -u user:password flag, and the custom login binary uses strcmp() to validate credentials. 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.

Metrics

CVSS Vector: CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS Score: 8.8

Product Status

Vendor D-Link
Product DIR-605L Firmware
Versions Default: affected
  • Version A1 is affected

Workarounds

This product is End-of-Life and will NOT receive patches. Users should replace the device. Temporary: connect via backdoor and run "killall telnetd" and "iptables -A INPUT -p tcp --dport 23 -j DROP" (lost on reboot).

Credits

  • Arjun Basnet From Securin Labs finder

References

Problem Types

  • CWE-798 Use of Hard-coded Credentials CWE