Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-4454

CVE-2025-4454: D-Link DIR-619L Firmware RCE Vulnerability

CVE-2025-4454 is a critical remote code execution vulnerability in D-Link DIR-619L firmware that enables command injection via the wake_on_lan function. This article covers technical details, affected versions, and mitigation.

Published: April 1, 2026

CVE-2025-4454 Overview

A command injection vulnerability has been identified in the D-Link DIR-619L wireless router firmware version 2.04B04. This vulnerability exists within the wake_on_lan function, where improper handling of the mac parameter allows an attacker to inject arbitrary operating system commands. The vulnerability can be exploited remotely by an authenticated attacker, potentially leading to complete device compromise.

Critical Impact

This end-of-life router is vulnerable to remote command injection through the wake_on_lan function, allowing attackers to execute arbitrary commands on the underlying operating system with no patch available from the vendor.

Affected Products

  • D-Link DIR-619L Firmware version 2.04B04
  • D-Link DIR-619L Hardware (all revisions running affected firmware)

Discovery Timeline

  • 2025-05-09 - CVE-2025-4454 published to NVD
  • 2025-05-13 - Last updated in NVD database

Technical Details for CVE-2025-4454

Vulnerability Analysis

This command injection vulnerability (CWE-77) stems from insufficient input validation in the wake_on_lan function of the D-Link DIR-619L router firmware. The mac parameter, which is intended to accept MAC address values for Wake-on-LAN functionality, does not properly sanitize user-supplied input before passing it to system commands.

The vulnerability is classified under both CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component) and CWE-77 (Improper Neutralization of Special Elements used in a Command). An attacker with network access and valid credentials can exploit this flaw to execute arbitrary operating system commands on the router, potentially gaining full control over the device.

The attack vector is network-based, requiring low privileges (authenticated access) but no user interaction. Successful exploitation could allow an attacker to modify router configurations, intercept network traffic, pivot to internal network resources, or use the compromised device as part of a botnet.

Root Cause

The root cause of this vulnerability is the lack of proper input sanitization in the wake_on_lan function. The mac parameter value is directly incorporated into a system command without adequate validation or escaping of shell metacharacters. This allows specially crafted input containing command separators or shell operators to break out of the intended command context and execute arbitrary commands.

Attack Vector

The attack can be initiated remotely over the network by any authenticated user who has access to the router's administrative interface. The attacker crafts a malicious request to the wake_on_lan function with a specially crafted mac parameter value containing shell command injection payloads. Common injection techniques include using shell metacharacters such as semicolons (;), pipes (|), backticks, or $(command) syntax to append or inject additional commands.

For detailed technical analysis and proof-of-concept information, refer to the GitHub PoC Repository and VulDB Entry #308068.

Detection Methods for CVE-2025-4454

Indicators of Compromise

  • Unusual outbound network connections from the router to unknown external IP addresses
  • Unexpected changes to router configuration files or startup scripts
  • Suspicious HTTP requests to the router's web interface containing shell metacharacters in the mac parameter
  • Unexplained CPU or memory utilization spikes on the affected device
  • Presence of unauthorized user accounts or SSH keys on the router

Detection Strategies

  • Monitor HTTP traffic to the router's administrative interface for requests containing the wake_on_lan function with suspicious mac parameter values
  • Implement network-based intrusion detection rules to identify command injection patterns in router management traffic
  • Review router access logs for unusual authentication patterns or repeated access to Wake-on-LAN functionality
  • Deploy endpoint detection solutions capable of monitoring network device behavior for anomalous activity

Monitoring Recommendations

  • Enable verbose logging on the D-Link DIR-619L if supported, capturing all administrative interface access
  • Implement network segmentation to restrict access to router management interfaces from untrusted networks
  • Monitor for DNS queries or network connections indicative of botnet command-and-control communication
  • Regularly audit devices on the network for firmware versions known to be vulnerable

How to Mitigate CVE-2025-4454

Immediate Actions Required

  • Restrict access to the router's administrative interface to trusted IP addresses only using firewall rules
  • Disable remote management capabilities if not required for business operations
  • Change default and weak administrative credentials to strong, unique passwords
  • Consider replacing the end-of-life D-Link DIR-619L with a currently supported router model
  • Implement network segmentation to isolate the vulnerable device from critical network resources

Patch Information

The D-Link DIR-619L has reached end-of-life status and is no longer supported by the vendor. No security patch is available for this vulnerability. D-Link has been notified of this disclosure, but users should not expect a firmware update to address this issue.

Organizations using this device are strongly advised to migrate to a supported router model that receives regular security updates. For vendor information, visit the D-Link Official Website.

Workarounds

  • Disable the Wake-on-LAN feature entirely if not required for operations
  • Implement strict network access control lists (ACLs) to limit which hosts can communicate with the router's management interface
  • Place the router behind an additional firewall that can filter and inspect HTTP requests to the device
  • Use VPN access for any remote administration needs, avoiding direct exposure of the management interface to untrusted networks
  • Monitor network traffic for exploitation attempts while planning device replacement
bash
# Example: Restrict router management access using iptables on upstream firewall
# Block external access to router management interface (adjust IPs as needed)
iptables -A FORWARD -d 192.168.0.1 -p tcp --dport 80 -s ! 192.168.0.0/24 -j DROP
iptables -A FORWARD -d 192.168.0.1 -p tcp --dport 443 -s ! 192.168.0.0/24 -j DROP

# Allow only specific admin workstation
iptables -A FORWARD -d 192.168.0.1 -p tcp --dport 80 -s 192.168.0.100 -j ACCEPT
iptables -A FORWARD -d 192.168.0.1 -p tcp --dport 443 -s 192.168.0.100 -j ACCEPT

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechDlink

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.96%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-74

  • CWE-77
  • Technical References
  • GitHub PoC Repository

  • VulDB CTI ID #308068

  • VulDB #308068

  • VulDB Submit ID #560798

  • D-Link Official Website
  • Related CVEs
  • CVE-2026-4465: D-Link DIR-513 RCE Vulnerability

  • CVE-2026-4210: D-Link DNR-202L Firmware RCE Vulnerability

  • CVE-2026-4209: D-Link DNR-202L Firmware RCE Vulnerability

  • CVE-2026-4207: D-Link DNR-202L Firmware RCE 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