A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-45694

CVE-2024-45694: D-Link DIR-X5460 Firmware RCE Vulnerability

CVE-2024-45694 is a stack-based buffer overflow vulnerability in D-Link DIR-X5460 firmware that allows unauthenticated attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigations.

Updated: May 15, 2026

CVE-2024-45694 Overview

CVE-2024-45694 is a stack-based buffer overflow vulnerability in the web service of D-Link DIR-X5460 and DIR-X4860 wireless routers. The flaw allows unauthenticated remote attackers to send crafted requests to the router's HTTP management interface and execute arbitrary code on the device. Successful exploitation grants full control of the affected router, exposing the network behind it to traffic interception, lateral movement, and persistent malware deployment. The vulnerability is tracked under [CWE-121: Stack-based Buffer Overflow] and was disclosed through TWCERT.

Critical Impact

Unauthenticated remote attackers can execute arbitrary code on affected D-Link routers over the network, resulting in complete device compromise.

Affected Products

  • D-Link DIR-X5460 (hardware revision A1) firmware versions 1.01, 1.02, 1.04, and 1.10
  • D-Link DIR-X4860 (hardware revision A1) firmware versions 1.00 and 1.04
  • All deployments exposing the router's web management interface to untrusted networks

Discovery Timeline

  • 2024-09-16 - CVE-2024-45694 published to NVD
  • 2024-09-17 - Last updated in NVD database

Technical Details for CVE-2024-45694

Vulnerability Analysis

The vulnerability resides in the embedded web service that serves the router's administration interface. The web service processes HTTP request data into fixed-size stack buffers without validating the length of attacker-controlled input. When an oversized value is supplied, the copy operation writes past the end of the stack buffer and overwrites adjacent stack data, including the saved return address.

Because the web service runs with elevated privileges on the router and is reachable before authentication, an attacker can hijack control flow without any credentials or user interaction. On MIPS-based and ARM-based SOHO routers such as the DIR-X5460 and DIR-X4860, attackers typically chain return-oriented programming gadgets to execute shellcode, spawn a reverse shell, or load a persistent implant.

Root Cause

The root cause is the absence of bounds checking on user-supplied data copied into a stack buffer in the web service binary. The implementation relies on unsafe string handling instead of length-bounded alternatives, allowing input of arbitrary size to corrupt the stack frame.

Attack Vector

The attack vector is network-based and pre-authentication. An attacker sends a malformed HTTP request to the router's web management port, typically TCP/80 or TCP/443. Devices that expose management to the WAN interface are reachable directly from the internet, while LAN-only deployments remain exploitable by any host on the local network, including compromised IoT clients or guest devices.

No verified public exploit code is available at this time. Technical details are described in the TWCERT Security Advisory.

Detection Methods for CVE-2024-45694

Indicators of Compromise

  • Unexpected HTTP POST or GET requests to the router's web administration interface containing unusually long parameter values or header fields
  • Outbound connections from the router to unknown internet hosts, including reverse shells on non-standard ports
  • Unauthorized changes to DNS, DHCP, or firewall configuration on the affected device
  • New or modified firmware components and persistence scripts on the router file system

Detection Strategies

  • Inspect network traffic to router management interfaces for HTTP requests with oversized parameters or anomalous URI lengths
  • Correlate router log entries for repeated crashes, watchdog reboots, or web service restarts that may indicate failed exploitation attempts
  • Use network intrusion detection signatures targeting buffer-overflow patterns in HTTP request bodies destined for D-Link administration endpoints

Monitoring Recommendations

  • Forward router syslog and authentication events to a centralized logging platform for retention and analysis
  • Baseline normal management-plane traffic and alert on connections to the router's web UI from non-administrator hosts
  • Monitor for outbound traffic originating from router IP addresses to internet destinations, which usually indicates compromise

How to Mitigate CVE-2024-45694

Immediate Actions Required

  • Disable remote (WAN-side) administration on DIR-X5460 and DIR-X4860 devices until a fixed firmware version is applied
  • Restrict access to the router web interface to a dedicated management VLAN or trusted administrator hosts
  • Replace default administrative credentials and audit existing accounts on affected routers
  • Apply the firmware update referenced in the TWCERT Security Advisory as soon as D-Link makes it available for your model

Patch Information

D-Link has been notified through TWCERT. Administrators should consult the TWCERT Security Notification and the D-Link support portal for the specific firmware build that addresses CVE-2024-45694 on DIR-X5460 hardware revision A1 and DIR-X4860 hardware revision A1.

Workarounds

  • Block inbound TCP/80 and TCP/443 to the router WAN interface at the upstream firewall or ISP gateway
  • Place the router management interface behind a VPN and require administrators to connect through the VPN before accessing the web UI
  • Segment vulnerable routers into an isolated network until patched, limiting blast radius if compromise occurs
bash
# Example: restrict router web administration to a single management host
# (apply on an upstream firewall in front of the affected D-Link device)
iptables -A FORWARD -p tcp -s 192.0.2.10 -d <router_ip> --dport 80  -j ACCEPT
iptables -A FORWARD -p tcp -s 192.0.2.10 -d <router_ip> --dport 443 -j ACCEPT
iptables -A FORWARD -p tcp -d <router_ip> --dport 80  -j DROP
iptables -A FORWARD -p tcp -d <router_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
  • TypeRCE

  • Vendor/TechDlink

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability2.49%

  • 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-121
  • Technical References
  • TWCERT Security Advisory

  • TWCERT Security Notification
  • Related CVEs
  • CVE-2026-8344: D-Link DIR-816 Firmware RCE Vulnerability

  • CVE-2026-8272: D-Link DNS-320 Firmware RCE Vulnerability

  • CVE-2026-7067: D-Link DIR-822 Firmware RCE Vulnerability

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

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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