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
    • 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-2025-60854

CVE-2025-60854: D-Link R15 Firmware RCE Vulnerability

CVE-2025-60854 is a remote code execution vulnerability in D-Link R15 (AX1500) Firmware allowing command injection via the web administrator page. This post covers technical details, affected versions, impact, and mitigation.

Published: March 18, 2026

CVE-2025-60854 Overview

A critical command injection vulnerability has been discovered in D-Link R15 (AX1500) routers running firmware version 1.20.01 and below. The vulnerability exists in the httpd web server component and can be exploited by manipulating the model name parameter during a password change request through the web administrator page. This flaw allows unauthenticated remote attackers to execute arbitrary commands on the underlying operating system with root privileges.

Critical Impact

Unauthenticated remote attackers can achieve complete system compromise by injecting arbitrary commands through the web administration interface, potentially leading to full device takeover, network pivoting, and persistent backdoor installation.

Affected Products

  • D-Link R15 (AX1500) Router
  • D-Link R15 Firmware version 1.20.01 and below
  • D-Link R15 Hardware devices using vulnerable firmware

Discovery Timeline

  • 2025-12-02 - CVE-2025-60854 published to NVD
  • 2025-12-06 - Last updated in NVD database

Technical Details for CVE-2025-60854

Vulnerability Analysis

This vulnerability is classified as CWE-77 (Improper Neutralization of Special Elements used in a Command), commonly known as command injection. The flaw resides in the httpd web server daemon that handles the administrative interface of the D-Link R15 router.

When processing password change requests through the web administrator page, the router fails to properly sanitize the model name parameter before passing it to system shell commands. This lack of input validation allows an attacker to inject malicious shell commands that are then executed with the privileges of the httpd process, typically running as root on embedded devices.

The attack can be executed remotely over the network without any authentication requirements, making it particularly dangerous for internet-exposed devices or those accessible on local networks.

Root Cause

The root cause of this vulnerability is improper input validation and sanitization of the model name parameter within the httpd service. The affected code path accepts user-controlled input and directly incorporates it into shell command execution without properly escaping or validating the input for dangerous characters such as semicolons, pipes, backticks, or other command separators.

Embedded device firmware often uses shell commands for various system operations, and when user input is concatenated into these commands without proper sanitization, command injection vulnerabilities arise. The password change functionality likely invokes system utilities that include the model name as a parameter, creating the injection point.

Attack Vector

The attack vector is network-based, requiring no authentication and no user interaction. An attacker can craft a malicious HTTP request to the router's web administration interface, injecting shell commands through the model name parameter during the password change process.

The exploitation flow typically involves:

  1. Identifying a vulnerable D-Link R15 router accessible over the network
  2. Crafting a password change request with malicious shell commands embedded in the model name parameter
  3. Sending the crafted request to the router's httpd service
  4. The injected commands execute with elevated privileges on the device

This vulnerability allows attackers to execute arbitrary commands such as downloading and executing malware, modifying router configurations, establishing reverse shells, or using the compromised device as a pivot point for further network attacks.

Detection Methods for CVE-2025-60854

Indicators of Compromise

  • Unexpected outbound network connections from router management interfaces
  • Modified router configurations or DNS settings without administrator action
  • Presence of unauthorized files in router filesystem or unusual processes running on the device
  • Anomalous HTTP POST requests to password change endpoints containing special characters

Detection Strategies

  • Monitor network traffic for suspicious HTTP requests to D-Link router administrative interfaces containing shell metacharacters in parameters
  • Implement network segmentation to detect lateral movement from potentially compromised IoT devices
  • Deploy intrusion detection rules to identify command injection patterns targeting embedded device web interfaces
  • Review router logs for failed or unusual authentication attempts and configuration changes

Monitoring Recommendations

  • Isolate IoT and network infrastructure devices on separate VLANs with strict egress filtering
  • Configure alerting for any direct internet access to router management interfaces
  • Establish baseline behavior for router network traffic and alert on deviations
  • Regularly audit connected devices for firmware versions and known vulnerabilities

How to Mitigate CVE-2025-60854

Immediate Actions Required

  • Update D-Link R15 firmware to the latest patched version as specified in the vendor security advisory
  • Disable remote management access to the router's web interface from untrusted networks
  • Restrict access to the administrative interface to trusted IP addresses only
  • Consider placing the router behind a firewall or VPN for administrative access

Patch Information

D-Link has released a security advisory addressing this vulnerability. Administrators should immediately download and apply the latest firmware update from the official D-Link support portal. Refer to D-Link Security Advisory SAP10473 for detailed patching instructions and firmware download links.

Ensure firmware updates are obtained only from official D-Link sources to avoid supply chain compromise.

Workarounds

  • Disable the web administration interface if not required and use alternative management methods
  • Implement strict firewall rules to block external access to the router's administrative ports (typically TCP/80 and TCP/443)
  • Enable access control lists (ACLs) to restrict management interface access to specific trusted IP addresses
  • Monitor for any suspicious activity until patches can be applied
bash
# Example firewall rule to restrict administrative access (adapt for your environment)
# Block external access to router management interface
iptables -A INPUT -p tcp --dport 80 -s ! 192.168.1.0/24 -j DROP
iptables -A INPUT -p tcp --dport 443 -s ! 192.168.1.0/24 -j DROP

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDlink R15

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.21%

  • 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-77
  • Vendor Resources
  • D-Link Security Advisory SAP10473
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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