The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-42376

CVE-2026-42376: D-Link DIR-456U Auth Bypass Vulnerability

CVE-2026-42376 is an authentication bypass flaw in D-Link DIR-456U routers via a hardcoded telnet backdoor that grants attackers root access. This article covers technical details, affected versions, and mitigations.

Published: May 7, 2026

CVE-2026-42376 Overview

CVE-2026-42376 is a hardcoded credentials vulnerability [CWE-798] in the D-Link DIR-456U Hardware Revision A1 router. The device starts a telnet daemon at boot through /etc/init0.d/S80telnetd.sh using 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 validates credentials using strcmp(). An unauthenticated attacker on the local network can authenticate against the backdoor and gain a root shell. The device has reached End-of-Life (EOL) status and will not receive a vendor patch.

Critical Impact

Successful exploitation grants an unauthenticated network attacker a root shell with full administrative control over the affected router.

Affected Products

  • D-Link DIR-456U Hardware Revision A1 (End-of-Life)
  • Devices running the factory firmware that ships /etc/init0.d/S80telnetd.sh
  • Routers using the custom telnetd and login binaries that read from /etc/config/image_sign

Discovery Timeline

  • 2026-05-04 - CVE-2026-42376 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-42376

Vulnerability Analysis

The DIR-456U A1 ships with a backdoor telnet service enabled by default. At boot, the init script /etc/init0.d/S80telnetd.sh launches a vendor-modified telnetd binary that accepts a -u user:password argument. This argument hardcodes the credential pair used for authentication, bypassing the standard system authentication path.

The credentials consist of the username Alphanetworks and the password whdrv01_dlob_dir456U, which is read from the file /etc/config/image_sign. The device's custom login binary compares supplied credentials against this pair using strcmp(). A successful match drops the connection into a root shell.

Because the password is fixed in firmware and shared across all DIR-456U A1 units, any attacker who reaches TCP port 23 on the device can log in. Vulnerability classification falls under hardcoded credentials [CWE-798].

Root Cause

The root cause is the inclusion of static, factory-set credentials in production firmware. The vendor's telnetd binary is designed to consume credentials from a configuration file rather than the system password database. Combined with a strcmp()-based authentication check in the modified login binary, the device exposes a deterministic authentication path that cannot be disabled through configuration.

Attack Vector

Exploitation requires network reachability to the router's telnet service on TCP port 23. An attacker on the LAN, or on any network segment routed to the device's management interface, connects with the username Alphanetworks and password whdrv01_dlob_dir456U. Authentication succeeds without any prior privilege or user interaction, and the session is established with root privileges. From there, the attacker can modify configuration, pivot to internal hosts, intercept traffic, or persist malicious firmware changes. See the Securin Zero-Day Analysis for additional technical detail.

Detection Methods for CVE-2026-42376

Indicators of Compromise

  • Successful telnet authentication events on port 23 against DIR-456U A1 devices using the username Alphanetworks.
  • Outbound or lateral telnet connections to router management interfaces from non-administrative hosts.
  • Unexpected configuration changes, new accounts, or DNS server modifications on the affected router.

Detection Strategies

  • Monitor network flow data for TCP/23 sessions terminating on internal router IP addresses, especially from user VLANs.
  • Inspect packet captures for the literal string Alphanetworks in telnet authentication exchanges.
  • Compare DIR-456U firmware images against known vendor builds to identify the presence of S80telnetd.sh and the modified telnetd binary.

Monitoring Recommendations

  • Alert on any telnet traffic crossing security zones, since modern administration should not rely on cleartext telnet.
  • Track router configuration drift through periodic SNMP or scripted config snapshots and diff against a known-good baseline.
  • Forward router syslog and authentication events to a centralized logging platform for correlation against host telemetry.

How to Mitigate CVE-2026-42376

Immediate Actions Required

  • Replace DIR-456U A1 devices with a currently supported router model, since the product is End-of-Life and will not receive a patch.
  • Block inbound TCP/23 to the router's WAN and LAN management interfaces at upstream firewalls and access control lists.
  • Segment the affected device onto an isolated VLAN with no access to sensitive internal resources until decommissioned.

Patch Information

No patch is available. D-Link has designated the DIR-456U Hardware Revision A1 as End-of-Life, and the vendor will not issue firmware updates that remove the hardcoded telnet backdoor. Device replacement is the only complete remediation. Reference the Securin Zero-Day Analysis for vendor status confirmation.

Workarounds

  • Apply LAN-side ACLs that restrict TCP/23 access to a single hardened administrative jump host, if removal is not yet possible.
  • Disable any port-forwarding or remote management features that could expose telnet to untrusted networks.
  • Treat the device as untrusted: rotate any shared secrets, Wi-Fi PSKs, and downstream credentials that may have transited the router.

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechD Link

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-798
  • Technical References
  • Securin Zero-Day Analysis
  • Related CVEs
  • CVE-2026-6947: D-Link DWM-222W Auth Bypass Vulnerability

  • CVE-2026-5312: D-Link NAS Authentication Bypass Flaw

  • CVE-2025-71057: D-Link DSL-124 Session Hijacking Vulnerability

  • CVE-2026-1685: D-Link DIR-823X Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English