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
    • 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-2026-7067

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

CVE-2026-7067 is a command injection flaw in D-Link DIR-822 firmware that enables remote code execution via the DHCP service. This article covers technical details, affected versions, security impact, and mitigation.

Published: April 30, 2026

CVE-2026-7067 Overview

A command injection vulnerability has been identified in the D-Link DIR-822 router running firmware version A_101. The vulnerability exists within the udhcpd DHCP Service component, specifically in the system function located in the /udhcpcd/dhcpd.c file. An attacker can exploit this flaw by manipulating the Hostname argument to inject arbitrary commands, which are then executed by the system.

This vulnerability is particularly concerning as it can be exploited remotely over the network without requiring any user interaction or authentication. The exploit has been publicly disclosed, increasing the risk of active exploitation in the wild.

Critical Impact

Remote command injection allowing attackers to execute arbitrary system commands on vulnerable D-Link DIR-822 routers via the DHCP Hostname parameter. This affects end-of-life products with no vendor support.

Affected Products

  • D-Link DIR-822 Hardware Revision A1
  • D-Link DIR-822 Firmware Version 1.0.1
  • dlink dir-822_firmware

Discovery Timeline

  • 2026-04-27 - CVE-2026-7067 published to NVD
  • 2026-04-30 - Last updated in NVD database

Technical Details for CVE-2026-7067

Vulnerability Analysis

The vulnerability resides in the udhcpd DHCP service implementation on D-Link DIR-822 routers. When processing DHCP requests, the service improperly handles the Hostname field provided by DHCP clients. The vulnerable code path passes user-controlled hostname data directly to the system() function without adequate input sanitization or validation.

This creates a classic command injection scenario where an attacker on the local network (or any network that can reach the DHCP service) can craft a malicious DHCP request containing shell metacharacters in the Hostname field. When processed, these metacharacters break out of the intended command context, allowing arbitrary command execution with the privileges of the DHCP service process.

The impact includes full compromise of the router, enabling attackers to intercept network traffic, modify DNS settings, pivot to internal networks, or use the device as part of a botnet. This vulnerability only affects products that are no longer supported by D-Link, meaning no official patch will be released.

Root Cause

The root cause is improper input validation (CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component) in the DHCP hostname processing routine. The system() function in /udhcpcd/dhcpd.c accepts the Hostname argument without sanitizing shell metacharacters such as semicolons (;), backticks (`), dollar signs ($), or pipe characters (|). This allows command chaining and injection when a malicious hostname is provided in a DHCP request.

Attack Vector

The attack can be initiated remotely over the network. An attacker needs to be able to send DHCP requests to the vulnerable router's DHCP service. This can be achieved by:

  1. Connecting to the network served by the vulnerable router
  2. Sending a crafted DHCP DISCOVER or DHCP REQUEST packet with a malicious Hostname option
  3. The injected commands execute when the router processes the DHCP request

The attack requires no authentication and no user interaction, making it highly exploitable. The vulnerability mechanism involves shell metacharacter injection in the Hostname field that bypasses input validation. For detailed technical analysis and proof-of-concept information, refer to the Notion Security Analysis published by the security researcher.

Detection Methods for CVE-2026-7067

Indicators of Compromise

  • Unusual DHCP hostnames containing shell metacharacters (;, |, `, $(), &&) in DHCP logs or packet captures
  • Unexpected outbound connections from the router to external IP addresses
  • Modified router configuration or DNS settings without administrator action
  • Presence of unauthorized processes or binaries running on the router
  • Abnormal network traffic patterns indicating command-and-control communication

Detection Strategies

  • Monitor DHCP traffic for anomalous hostname values containing special characters or encoded payloads
  • Deploy network intrusion detection systems (IDS) with signatures for DHCP command injection patterns
  • Implement log analysis for the router's DHCP service looking for failed or suspicious hostname entries
  • Use SentinelOne Singularity to detect post-exploitation behaviors on endpoints connected to compromised networks

Monitoring Recommendations

  • Enable verbose logging on DHCP services where possible and forward logs to a SIEM
  • Regularly audit router configurations for unauthorized changes
  • Monitor for DNS hijacking attempts or suspicious DNS query patterns from network devices
  • Implement network segmentation to limit the blast radius of IoT device compromises

How to Mitigate CVE-2026-7067

Immediate Actions Required

  • Replace affected D-Link DIR-822 devices with currently supported router models as no patch will be provided
  • If replacement is not immediately possible, disable the DHCP server on the vulnerable router and use an alternative DHCP solution
  • Implement network segmentation to isolate vulnerable devices from critical network assets
  • Enable firewall rules to restrict access to the router's management interfaces

Patch Information

D-Link has indicated that the DIR-822 hardware revision A1 is an end-of-life product and will not receive security updates. Users are strongly advised to retire these devices and replace them with currently supported models. For more information, visit the D-Link Official Website for current product offerings and security advisories.

Additional technical details are available at VulDB Vulnerability #359642.

Workarounds

  • Disable the udhcpd DHCP service on the router and deploy a separate, secure DHCP server on the network
  • Implement strict network access controls to limit which devices can send DHCP requests
  • Use a dedicated firewall or security appliance in front of the vulnerable router to filter malicious DHCP traffic
  • Consider deploying a VPN or network access control solution to authenticate devices before they can access DHCP services
bash
# Example: Disable DHCP server via router CLI (if accessible)
# Note: This is a general example - actual commands may vary by firmware
config dhcp server disable
config save
reboot

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.5

  • EPSS Probability1.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • Technical References
  • Notion Security Analysis

  • VulDB Submission ID #798645

  • VulDB Vulnerability #359642

  • VulDB CTI #359642

  • D-Link Official Website
  • Related CVEs
  • CVE-2025-11488: D-Link DIR-852 RCE Vulnerability

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