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

CVE-2024-45695: D-Link DIR-X4860 RCE Vulnerability

CVE-2024-45695 is a stack-based buffer overflow RCE flaw in D-Link DIR-X4860 wireless routers that allows unauthenticated attackers to execute arbitrary code. This article covers technical details, affected versions, and steps.

Updated: May 15, 2026

CVE-2024-45695 Overview

CVE-2024-45695 is a stack-based buffer overflow in the web service of certain D-Link wireless routers, including the DIR-X4860. Unauthenticated remote attackers can send crafted requests over the network to execute arbitrary code on the device. The flaw is tracked under [CWE-121] (Stack-based Buffer Overflow) and [CWE-787] (Out-of-bounds Write). Successful exploitation grants full control of the affected router, enabling traffic interception, lateral movement into the internal network, and persistence on the device firmware.

Critical Impact

Unauthenticated attackers can achieve remote code execution on affected D-Link DIR-X4860 routers with no user interaction, fully compromising the device and the network it serves.

Affected Products

  • D-Link DIR-X4860 hardware revision A1
  • D-Link DIR-X4860 firmware version 1.00
  • D-Link DIR-X4860 firmware version 1.04

Discovery Timeline

  • 2024-09-16 - CVE-2024-45695 published to the National Vulnerability Database (NVD)
  • 2024-09-17 - Last updated in the NVD database

Technical Details for CVE-2024-45695

Vulnerability Analysis

The vulnerability resides in the HTTP web service exposed by the router's management interface. The service fails to validate the length of attacker-supplied input before copying it onto a fixed-size stack buffer. When an oversized value is supplied through a vulnerable request parameter, the write operation extends past the buffer boundary and overwrites adjacent stack memory, including the saved return address.

Because the web service runs with elevated privileges on the device and is reachable without authentication, an attacker who controls the return address can redirect execution to attacker-supplied shellcode or to existing code gadgets within the firmware. This yields arbitrary code execution as the web service process. The combination of remote network reachability, missing authentication, and full impact on confidentiality, integrity, and availability places this issue in the same risk class as other recent D-Link router takeover bugs.

Root Cause

The root cause is the absence of bounds checking on user-controlled data inside the router's web service. The function processing the request copies input into a stack-allocated buffer using an unsafe string operation, classifying the defect as [CWE-121] and [CWE-787]. No length validation or canonicalization is performed before the copy.

Attack Vector

Exploitation requires only network access to the router's web management interface. The attacker sends a single crafted HTTP request containing an oversized parameter. No credentials, tokens, or user interaction are required. Devices that expose the web interface to the WAN are remotely exploitable from the internet; LAN-only exposure still permits exploitation by any device on the same network, including a compromised endpoint or guest device.

No verified public proof-of-concept code is available. Technical specifics are described in the TWCERT advisories. See the TWCERT Security Advisory 8083 for additional context.

Detection Methods for CVE-2024-45695

Indicators of Compromise

  • Unexpected HTTP POST requests to router management endpoints containing abnormally long parameter values or non-printable bytes.
  • Web service crashes, restarts, or watchdog reboots in the router's system log shortly after inbound HTTP traffic.
  • Outbound connections initiated by the router to unfamiliar IP addresses, indicating possible reverse shell or implant activity.
  • New or modified firewall, DNS, or routing rules on the device that were not made by an administrator.

Detection Strategies

  • Inspect network traffic to and from router management interfaces for HTTP requests with parameter lengths that exceed expected bounds.
  • Correlate router syslog events with network telemetry to identify crash-and-restart patterns consistent with buffer overflow attempts.
  • Alert on any management-plane access to consumer router IPs originating from the WAN side.

Monitoring Recommendations

  • Forward router syslog data to a centralized logging or SIEM platform and create rules for repeated web service restarts.
  • Monitor DNS queries from the router itself, since compromised routers commonly resolve attacker-controlled domains.
  • Track baseline configuration of affected D-Link devices and alert on unauthorized changes to admin accounts, DNS settings, or port forwarding rules.

How to Mitigate CVE-2024-45695

Immediate Actions Required

  • Disable remote (WAN-side) administration on the DIR-X4860 until a vendor patch is applied.
  • Restrict access to the LAN web management interface to a dedicated management VLAN or trusted hosts only.
  • Rotate the router administrator password and any Wi-Fi pre-shared keys after patching, in case the device was already compromised.
  • Inventory affected D-Link DIR-X4860 units, including firmware versions 1.00 and 1.04, and prioritize them for remediation.

Patch Information

No fixed firmware version is referenced in the NVD entry at publication. Administrators should review the TWCERT Security Advisory 8083 and the TWCERT Security Advisory 8082 for vendor guidance, and consult the D-Link support portal for updated firmware for the DIR-X4860.

Workarounds

  • Place the router behind an upstream firewall that blocks unsolicited inbound traffic to the management interface.
  • Disable Universal Plug and Play (UPnP) and any cloud or remote management features that expose the web service externally.
  • If a patch is unavailable and the device is internet-exposed, replace it with a supported model or isolate it on a segmented network.
bash
# Configuration example: block inbound access to the router web UI from the WAN
# Run on an upstream firewall (example uses iptables syntax)
iptables -A FORWARD -p tcp -d <router_wan_ip> --dport 80 -j DROP
iptables -A FORWARD -p tcp -d <router_wan_ip> --dport 443 -j DROP
iptables -A FORWARD -p tcp -d <router_wan_ip> --dport 8080 -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 Dir X4860

  • 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

  • CWE-787
  • Technical References
  • TWCCERT Security Advisory 8083

  • TWCCERT Security Advisory 8082
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
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