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

CVE-2026-7554: D-Link M60 Auth Bypass Vulnerability

CVE-2026-7554 is an authentication bypass flaw in D-Link M60 Firmware affecting versions up to 1.20B02. Remote attackers can exploit weak password recovery mechanisms. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: May 7, 2026

CVE-2026-7554 Overview

CVE-2026-7554 is a weak password recovery vulnerability [CWE-640] affecting D-Link M60 routers running firmware versions up to 1.20B02. The flaw resides in unspecified code within the /usr/bin/httpd binary that handles password recovery functionality. Attackers can exploit the issue remotely over the network without authentication or user interaction. The exploit has been publicly disclosed, though successful exploitation requires high attack complexity. D-Link has not published a patch advisory at the time of CVE publication.

Critical Impact

Remote attackers may abuse weak password recovery logic in the M60 web server to compromise account credentials, leading to limited disclosure of confidentiality, integrity, and availability of the affected device.

Affected Products

  • D-Link M60 router (hardware)
  • D-Link M60 firmware versions up to and including 1.20B02
  • The vulnerable component is the embedded HTTP daemon at /usr/bin/httpd

Discovery Timeline

  • 2026-05-01 - CVE-2026-7554 published to the National Vulnerability Database
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-7554

Vulnerability Analysis

The vulnerability stems from a weak password recovery mechanism implemented in the D-Link M60 web management daemon. The /usr/bin/httpd binary serves the device's administrative interface and exposes a recovery workflow that fails to enforce sufficient secrecy or unpredictability when validating recovery requests. An unauthenticated attacker reachable over the network can interact with the recovery endpoint to influence credential reset or recovery outcomes.

The issue is classified under [CWE-640: Weak Password Recovery Mechanism for Forgotten Password]. Public disclosure means proof-of-concept details circulate, though the vendor advisory describes the attack as difficult to execute reliably. Successful exploitation produces low-impact effects on confidentiality, integrity, and availability of the targeted device, rather than full takeover.

Root Cause

The root cause is improper design of the password recovery flow inside the embedded HTTP server. Recovery tokens, security questions, or verification steps lack the entropy or binding required to resist guessing or replay. Because the logic executes inside the unauthenticated portion of httpd, no prior credential is required to reach the vulnerable code path.

Attack Vector

The attack vector is network-based. An adversary sends crafted HTTP requests to the management interface of an exposed M60 device. High attack complexity reflects conditions outside the attacker's control, such as timing windows, predictable token guessing, or knowledge of device-specific data. Exploitation does not require user interaction.

No verified public exploit code is available in this advisory dataset. Refer to the VulDB Vulnerability #360362 entry and the researcher write-up on Yuque for technical details on the recovery flow.

Detection Methods for CVE-2026-7554

Indicators of Compromise

  • Repeated unauthenticated HTTP requests to password recovery URLs on the M60 management interface from a single source
  • Unexpected changes to administrator credentials on the device followed by successful logins from new IP addresses
  • Configuration changes such as DNS, firewall, or remote management settings appearing without administrative attribution

Detection Strategies

  • Inspect web server access logs on the M60 for high-frequency requests targeting recovery endpoints
  • Correlate failed and successful authentication events with prior recovery activity to identify abuse of the workflow
  • Monitor outbound traffic from the M60 for connections to unfamiliar destinations indicative of post-compromise activity

Monitoring Recommendations

  • Forward router and gateway logs to a centralized logging or SIEM platform for retention and analysis
  • Alert on administrative password changes and management interface logins from non-corporate IP ranges
  • Track exposure of the M60 management interface to the public internet using external attack surface scans

How to Mitigate CVE-2026-7554

Immediate Actions Required

  • Restrict access to the M60 web management interface to trusted internal networks only and disable remote WAN administration
  • Place the device behind a firewall and block inbound connections to its HTTP and HTTPS management ports from untrusted sources
  • Rotate administrator credentials and disable any unused accounts on the device

Patch Information

No vendor patch is referenced in the CVE record at the time of publication. Monitor the D-Link Support site for firmware updates addressing CVE-2026-7554 and apply them as soon as they become available. Until a fix is released, rely on network-level controls to limit exposure.

Workarounds

  • Disable the password recovery feature in the device configuration if the option is exposed in the administrative UI
  • Segment the M60 onto a management VLAN unreachable from general user networks and the internet
  • Replace end-of-life or unmaintained M60 units with currently supported hardware if no firmware fix is forthcoming
bash
# Example: block external access to the M60 management interface using an upstream firewall
iptables -A FORWARD -p tcp -d <M60_IP> --dport 80 -j DROP
iptables -A FORWARD -p tcp -d <M60_IP> --dport 443 -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

  • SeverityLOW

  • CVSS Score2.9

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-640
  • Technical References
  • VulDB Submission #805642

  • VulDB Vulnerability #360362

  • VulDB CTI for #360362

  • D-Link Official Website
  • Vendor Resources
  • Yuque Blog Post
  • Related CVEs
  • CVE-2026-42372: D-Link DIR-605L Auth Bypass Vulnerability

  • CVE-2026-42373: 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