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-42373

CVE-2026-42373: D-Link DIR-605L Auth Bypass Vulnerability

CVE-2026-42373 is an authentication bypass flaw in D-Link DIR-605L firmware that exposes a hardcoded telnet backdoor, granting attackers root access. This article covers technical details, affected versions, and mitigations.

Published: May 7, 2026

CVE-2026-42373 Overview

CVE-2026-42373 is a hardcoded credentials vulnerability [CWE-798] in the D-Link DIR-605L Hardware Revision B2 router. The device boots a telnet daemon through /bin/telnetd.sh using the username Alphanetworks and the static password wrgn76_dlwbr_dir605L sourced from /etc/alpha_config/image_sign. An attacker with adjacent network access can authenticate to the telnet service and obtain a root shell. The DIR-605L B2 has reached End-of-Life (EOL), and D-Link will not issue a firmware patch. The flaw affects both the DIR-605L hardware and its firmware images.

Critical Impact

Unauthenticated attackers on the local network gain a root shell with full administrative control over the router, enabling traffic interception, persistence, and lateral movement.

Affected Products

  • D-Link DIR-605L Hardware Revision B2 (End-of-Life)
  • D-Link DIR-605L Firmware (all versions for B2 hardware)
  • CPE: cpe:2.3:h:dlink:dir-605l:b2

Discovery Timeline

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

Technical Details for CVE-2026-42373

Vulnerability Analysis

The DIR-605L B2 ships with a vendor backdoor account baked into the firmware image. At boot, the init script /bin/telnetd.sh launches a custom telnetd binary that accepts the non-standard -u user:password flag to register fixed credentials. The daemon hands authentication off to a custom login binary that compares submitted credentials with strcmp() against the values pulled from /etc/alpha_config/image_sign. The username Alphanetworks and password wrgn76_dlwbr_dir605L are static across all units of the affected hardware revision. This vulnerability falls under hardcoded credentials [CWE-798] and yields a root shell on successful telnet authentication.

Root Cause

The firmware embeds a manufacturer service account in cleartext on the filesystem and exposes it through telnet by default. There is no provisioning step to rotate or disable the credential, and the validation routine performs a direct string comparison without rate limiting, lockout, or audit logging. Because the password ships inside the firmware image, every DIR-605L B2 device worldwide shares the same secret.

Attack Vector

Exploitation requires network adjacency to the router, typically the LAN or Wi-Fi segment the device serves. An attacker connects to TCP port 23, supplies the username Alphanetworks and password wrgn76_dlwbr_dir605L, and receives a root shell. From that shell the attacker can modify DNS settings, install persistent implants, capture traffic, pivot to internal hosts, or enroll the device into a botnet. No user interaction or prior authentication to the web UI is required. Refer to the Securin Zero-Day Analysis for additional details on the binary behavior.

Detection Methods for CVE-2026-42373

Indicators of Compromise

  • Inbound or internal TCP connections to port 23 on the DIR-605L router
  • Authentication attempts using the username Alphanetworks
  • Presence of the file /etc/alpha_config/image_sign containing the static credential string
  • Unexpected DNS, firewall, or routing configuration changes on the router

Detection Strategies

  • Inspect network flows for telnet (port 23) sessions originating from LAN clients to the router management interface
  • Capture and analyze telnet handshakes for the literal string Alphanetworks in USER negotiation
  • Audit router configuration drift, particularly DNS server, admin password, and port forwarding rules

Monitoring Recommendations

  • Enable NetFlow or packet capture at the gateway to flag any telnet traffic, which should not exist on a modern network
  • Alert on new or unknown MAC addresses on management VLANs that could indicate attacker pivoting
  • Track device firmware version and EOL status in asset inventory to prioritize replacement

How to Mitigate CVE-2026-42373

Immediate Actions Required

  • Replace the DIR-605L B2 with a supported router model, as no patch will be released
  • Block TCP port 23 inbound on the WAN interface and segregate the router management plane from untrusted Wi-Fi
  • Disconnect the affected device from networks handling sensitive data until replacement

Patch Information

D-Link has declared the DIR-605L Hardware Revision B2 End-of-Life. No firmware update will be issued for CVE-2026-42373. The vendor recommendation is hardware replacement. See the Securin Zero-Day Analysis for the full advisory record.

Workarounds

  • Place the router behind an upstream firewall that drops all inbound traffic to TCP port 23
  • Restrict LAN access to the router management subnet using VLANs and ACLs so that only trusted hosts can reach the device
  • Disable Wi-Fi or apply WPA2/WPA3 with strong keys to limit who can reach the adjacent network
  • Monitor the device closely and decommission it as soon as a supported replacement is available
bash
# Example upstream firewall rule to block telnet to the EOL router
# Replace 192.0.2.10 with the DIR-605L LAN IP
iptables -I FORWARD -p tcp -d 192.0.2.10 --dport 23 -j DROP
iptables -I INPUT   -p tcp --dport 23 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechDlink

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:A/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-7554: D-Link M60 Auth Bypass Vulnerability

  • CVE-2026-42372: D-Link DIR-605L Auth Bypass Vulnerability

  • CVE-2026-42374: D-Link DIR-600L Auth Bypass Vulnerability

  • CVE-2026-42375: D-Link DIR-600L 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