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

CVE-2024-41622: D-Link DIR-846W Firmware RCE Vulnerability

CVE-2024-41622 is a remote command execution flaw in D-Link DIR-846W Firmware affecting the HNAP1 interface. Attackers can exploit the tomography_ping_address parameter to execute arbitrary commands remotely.

Published: May 26, 2026

CVE-2024-41622 Overview

CVE-2024-41622 is a remote command execution vulnerability affecting the D-Link DIR-846W A1 router running firmware version FW100A43. The flaw resides in the /HNAP1/ interface, where the tomography_ping_address parameter is passed to a shell context without proper sanitization. Unauthenticated attackers can inject operating system commands through this parameter and execute them with the privileges of the router's web service. The vulnerability is classified under CWE-78 (OS Command Injection).

Critical Impact

Remote, unauthenticated attackers can execute arbitrary operating system commands on affected DIR-846W routers, leading to full device takeover, traffic interception, and lateral movement into internal networks.

Affected Products

  • D-Link DIR-846W A1 hardware revision
  • D-Link DIR-846W firmware version FW100A43
  • Networks exposing the /HNAP1/ management interface

Discovery Timeline

  • 2024-08-27 - CVE-2024-41622 published to NVD
  • 2024-08-30 - Last updated in NVD database

Technical Details for CVE-2024-41622

Vulnerability Analysis

The D-Link DIR-846W exposes the Home Network Administration Protocol (HNAP) endpoint at /HNAP1/ for device administration. The endpoint accepts SOAP-style requests and processes diagnostic actions, including a network tomography ping function. The tomography_ping_address parameter is intended to receive an IP address or hostname for the router to ping, but the handler concatenates the value into a shell command string without escaping or validation. Any shell metacharacters supplied in the parameter are interpreted by the underlying operating system shell.

Because /HNAP1/ does not require authentication for the affected action on this firmware revision, an attacker reachable over the network can submit a crafted request and immediately gain command execution. The web service on consumer routers typically runs as root, so successful exploitation yields full administrative control of the device.

Root Cause

The root cause is improper neutralization of special elements used in an OS command [CWE-78]. The firmware passes user-controlled input from the tomography_ping_address field directly to a shell invocation of the system ping utility, allowing characters such as ;, |, &, and backticks to break out of the intended argument context.

Attack Vector

Exploitation requires only network reachability to the router's web management interface. An attacker sends an HTTP POST request to /HNAP1/ invoking the ping tomography action and embeds shell metacharacters within the tomography_ping_address value. The injected command runs in the router's shell with the privileges of the HTTP daemon. A public proof of concept is referenced on the NVD entry, indicating the technique is documented externally. See the GitHub PoC for CVE-2024-41622 and the D-Link Security Bulletin for technical details.

Detection Methods for CVE-2024-41622

Indicators of Compromise

  • HTTP POST requests to /HNAP1/ that contain shell metacharacters (;, |, &, `, $() within the tomography_ping_address field.
  • Outbound connections from the router to unexpected hosts shortly after HNAP requests, indicating reverse shells or payload retrieval.
  • Unexpected processes such as wget, tftp, nc, or sh spawned by the router's HTTP service.
  • Modified router configuration, DNS settings, or firmware images that do not match the vendor baseline.

Detection Strategies

  • Inspect web server and reverse proxy logs for HNAP requests containing non-IP characters in tomography_ping_address.
  • Deploy network intrusion detection signatures that match command injection patterns in SOAP request bodies targeting /HNAP1/.
  • Correlate router management traffic with downstream network anomalies such as DNS hijacking or unusual scanning from the device.

Monitoring Recommendations

  • Monitor inbound traffic to TCP/80 and TCP/443 of consumer-grade D-Link devices, especially /HNAP1/ URIs from untrusted networks.
  • Alert on any administrative access to DIR-846W routers originating from WAN-side IP addresses.
  • Track DNS resolver settings and firmware version reports from managed devices to detect tampering.

How to Mitigate CVE-2024-41622

Immediate Actions Required

  • Disable remote (WAN-side) management on all DIR-846W devices and restrict /HNAP1/ access to trusted LAN segments only.
  • Block inbound HTTP and HTTPS traffic to the router's management interface at the network perimeter.
  • Audit existing DIR-846W deployments for signs of compromise, including modified DNS, admin credentials, and firmware.
  • Plan replacement of end-of-support D-Link consumer hardware where no patched firmware is available.

Patch Information

No vendor patch is currently listed in the NVD references for CVE-2024-41622. Administrators should consult the D-Link Security Bulletin and the D-Link DIR-846W Product Information page for firmware updates or vendor advisories. If the device is past end-of-life, replacement with a supported model is the recommended remediation.

Workarounds

  • Place the router behind an upstream firewall and deny all unsolicited inbound traffic to the management interface.
  • Restrict HNAP access using ACLs to administrative IP addresses only, where the device firmware supports such filtering.
  • Segment IoT and consumer routers onto isolated VLANs to limit blast radius if the device is compromised.
  • Replace affected hardware with a supported router that receives active security updates.
bash
# Example perimeter firewall rule to block external access to the HNAP interface
iptables -A FORWARD -p tcp -d <router_ip> --dport 80 -m string \
  --string "/HNAP1/" --algo bm -j DROP
iptables -A FORWARD -p tcp -d <router_ip> --dport 443 -m string \
  --string "/HNAP1/" --algo bm -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 Probability1.66%

  • 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-78
  • Technical References
  • D-Link Product Information

  • GitHub PoC for CVE-2024-41622

  • D-Link Security Bulletin
  • 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