Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
D-Link DIR-456U Hardware Revision A1 (End-of-Life, EOL) contains a hardcoded telnet backdoor. The device starts a telnet daemon at boot via /etc/init0.d/S80telnetd.sh with the username "Alphanetworks" and the static password "whdrv01_dlob_dir456U" read from /etc/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.
AnalysisAI
Hardcoded telnet backdoor in D-Link DIR-456U Hardware Revision A1 firmware grants remote unauthenticated attackers root shell access using static credentials ('Alphanetworks' / 'whdrv01_dlob_dir456U'). The telnet daemon launches automatically at boot via /etc/init0.d/S80telnetd.sh and validates credentials through strcmp() comparison against hardcoded values in /etc/config/image_sign. Device is End-of-Life with no patches forthcoming. CVSS 9.8 reflects network-accessible unauthenticated remote code execution, though exploitation requires local network access to telnet service.
Technical ContextAI
This vulnerability stems from CWE-798 (Use of Hard-coded Credentials) implementation in custom telnetd and login binaries shipped with D-Link DIR-456U firmware. The /etc/init0.d/S80telnetd.sh startup script launches telnet daemon with hardcoded credentials passed via -u flag, reading password 'whdrv01_dlob_dir456U' from static configuration file /etc/config/image_sign. Authentication uses unsafe strcmp() string comparison in custom login binary rather than cryptographic validation. The CPE identifier cpe:2.3:a:d-link:dir-456u_firmware:*:*:*:*:*:*:*:* indicates all firmware versions for Hardware Revision A1 contain these embedded credentials, representing a design-level flaw rather than implementation bug. This constitutes a deliberate backdoor mechanism, likely intended for vendor maintenance access but left enabled in production firmware.
RemediationAI
No vendor-released patch exists or will be developed due to End-of-Life status-hardware replacement is the only permanent remediation. Immediate compensating controls: Disable telnet daemon by removing execute permissions on /etc/init0.d/S80telnetd.sh or deleting the startup script entirely (requires initial administrative access; prevents reactivation on reboot but may break vendor support workflows). Implement strict network segmentation placing DIR-456U devices on isolated management VLAN with ACLs permitting only necessary management traffic from trusted administrator workstations (reduces attack surface but does not eliminate vulnerability if attacker gains VLAN access). Block inbound TCP port 23 at perimeter firewall and on local network switches using port security features (prevents remote exploitation but ineffective against internal threat actors or lateral movement scenarios). Deploy network intrusion detection signatures monitoring for authentication attempts using username 'Alphanetworks' to detect exploitation attempts (detection only, not prevention). Trade-offs: All mitigations except replacement leave the underlying vulnerability exploitable under certain network conditions. Plan immediate hardware refresh to supported D-Link models or alternative vendors with active security support lifecycles.
The D-Link DIR-645 Wired/Wireless Router Rev. Rated high severity (CVSS 8.8), this vulnerability is no authentication re
The ping tool in multiple D-Link and TRENDnet devices allow remote attackers to execute arbitrary code via the ping_addr
D-Link DIR-820L 1.05B03 was discovered to contain remote command execution (RCE) vulnerability via HTTP POST to get set
Stack-based buffer overflow in the do_hnap function in www/my_cgi.cgi in D-Link DSP-W215 (Rev. Rated critical severity (
Multiple cross-site request forgery (CSRF) vulnerabilities in D-Link DIR-600 router (rev. Rated high severity (CVSS 8.0)
Unrestricted file upload vulnerability in D-Link DCS-931L with firmware 1.04 and earlier allows remote authenticated use
D-Link DIR-600 Rev Bx devices with v2.x firmware allow remote attackers to read passwords via a model/__show_info.php?RE
Multiple cross-site scripting (XSS) vulnerabilities in D-Link DIR-645 Router (Rev. Rated medium severity (CVSS 4.3), thi
Directory traversal vulnerability in D-Link DVG-N5402SP with firmware W1000CN-00, W1000CN-03, or W2000EN-00 allows remot
A vulnerability in the D-Link DIR-859 router with firmware version A3 1.05 and earlier permits unauthorized individuals
The web interface of multiple D-Link routers, including DIR-600 rev B (≤2.14b01) and DIR-300 rev B (≤2.13), contains an
An OS command injection vulnerability exists in various legacy D-Link routers-including DIR-300 rev B and DIR-600 (firmw
Same weakness CWE-798 – Use of Hard-coded Credentials
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-27029