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-2026-8346

CVE-2026-8346: D-Link DIR-816 Firmware RCE Vulnerability

CVE-2026-8346 is a command injection flaw in D-Link DIR-816 firmware that enables remote code execution through the portForward function. This article covers the technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-8346 Overview

CVE-2026-8346 is a command injection vulnerability in the D-Link DIR-816 wireless router running firmware version 1.10CNB05_R1B011D88210. The flaw resides in the portForward function, where the ip_address argument is passed to a system command without proper sanitization. Authenticated attackers can manipulate the parameter remotely over the network to inject arbitrary shell commands. Public exploit details have been disclosed, increasing the risk of opportunistic abuse against exposed devices. The vulnerability is tracked under CWE-74 (Improper Neutralization of Special Elements in Output Used by a Downstream Component).

Critical Impact

Remote attackers with low-privilege access can execute arbitrary commands on affected D-Link DIR-816 routers by manipulating the ip_address parameter of the portForward function.

Affected Products

  • D-Link DIR-816 (hardware revision A2)
  • D-Link DIR-816 firmware version 1.10CNB05_R1B011D88210
  • D-Link DIR-816 deployments exposing the web management interface

Discovery Timeline

  • 2026-05-12 - CVE-2026-8346 published to NVD
  • 2026-05-12 - Last updated in NVD database

Technical Details for CVE-2026-8346

Vulnerability Analysis

The DIR-816 router exposes a port forwarding feature through its web administration interface. The handler responsible for adding port forwarding rules is implemented in the portForward function. The function receives user-supplied input, including the ip_address parameter, and incorporates it into a system-level command string used to configure routing rules on the underlying Linux operating system.

Because the firmware does not validate or neutralize shell metacharacters in ip_address, an attacker can append commands using characters such as ;, |, or backticks. The injected payload executes with the privileges of the web management daemon, typically root on embedded D-Link devices. This grants attackers full control over the router, including the ability to modify firewall rules, sniff traffic, or pivot into adjacent networks.

Public technical analysis is available in the GitHub IoT Bug Report and the VulDB Vulnerability #362662 entries.

Root Cause

The root cause is missing input sanitization within the portForward handler. User input from the ip_address field is concatenated directly into a shell command rather than being validated against an IPv4 address pattern or passed through a safe execution wrapper. This pattern is common in lightweight embedded web interfaces that rely on system() or equivalent calls to apply networking changes.

Attack Vector

The attack requires network access to the router's management interface and a valid low-privilege session, as indicated by the CVSS vector requirement PR:L. An attacker submits a crafted port forwarding request containing shell metacharacters in the ip_address field. The router parses the request, builds a system command, and executes the attacker-supplied payload. Exposed devices on the WAN side, or attackers already on the LAN, can chain this issue with credential weaknesses to achieve unauthenticated impact. The EPSS score is 0.089% at the 25th percentile, suggesting low but non-zero predicted exploitation activity.

No verified proof-of-concept code is mirrored in this article. Refer to the GitHub IoT Bug Report for reproduction steps published by the original reporter.

Detection Methods for CVE-2026-8346

Indicators of Compromise

  • HTTP POST requests to the router's port forwarding endpoint containing shell metacharacters (;, |, `, $() in the ip_address parameter
  • Unexpected outbound connections originating from the router to attacker-controlled infrastructure
  • New or modified iptables rules, cron entries, or processes on the device that were not configured by an administrator
  • Authentication events to the web management interface from unfamiliar source IP addresses preceding configuration changes

Detection Strategies

  • Inspect web server and management interface logs for malformed ip_address values submitted to the portForward endpoint
  • Monitor network traffic for HTTP requests targeting the router's administration interface that contain URL-encoded shell characters
  • Use network-based intrusion detection signatures that flag command injection patterns against D-Link administration paths
  • Correlate router-originated DNS queries and outbound flows against known indicators of IoT botnet infrastructure

Monitoring Recommendations

  • Forward router syslog and authentication events to a centralized logging platform for retention and analysis
  • Baseline normal port forwarding rule changes and alert on additions made outside change windows
  • Monitor for firmware version drift and unauthorized configuration exports across managed D-Link devices
  • Track WAN-side access attempts to the router management interface and alert when remote administration is enabled unexpectedly

How to Mitigate CVE-2026-8346

Immediate Actions Required

  • Disable remote (WAN-side) administration on the DIR-816 router and restrict the management interface to trusted LAN segments
  • Change default and weak administrative credentials to reduce the impact of the PR:L precondition
  • Place the router behind a perimeter firewall or replace it with a supported device if the DIR-816 is end-of-life in your region
  • Audit existing port forwarding rules for entries that contain unexpected characters or unknown destinations

Patch Information

At the time of publication, no vendor advisory or firmware update addressing CVE-2026-8346 is listed in the references. Consult the D-Link Official Website and regional support portals for the latest firmware availability for the DIR-816 hardware revision A2. If the device is designated end-of-support, plan replacement rather than continued operation.

Workarounds

  • Restrict access to the router's web management interface using ACLs or VLAN segmentation so only administrative hosts can reach it
  • Disable the port forwarding feature if it is not required for your deployment
  • Place the router behind an upstream firewall that performs deep packet inspection on management traffic
  • Rotate Wi-Fi and administrative credentials and review user accounts on the device for unauthorized additions
bash
# Example: restrict router management access to a trusted host using upstream firewall rules
iptables -A FORWARD -p tcp -d <router_ip> --dport 80 -s <admin_workstation_ip> -j ACCEPT
iptables -A FORWARD -p tcp -d <router_ip> --dport 80 -j DROP
iptables -A FORWARD -p tcp -d <router_ip> --dport 443 -s <admin_workstation_ip> -j ACCEPT
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 Dir 816

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.09%

  • 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: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
  • GitHub IoT Bug Report

  • VulDB Submission #811380

  • VulDB Vulnerability #362662

  • VulDB CTI for #362662

  • D-Link Official Website
  • Related CVEs
  • CVE-2026-8345: D-Link DIR-816 Firmware RCE Vulnerability

  • CVE-2026-4183: D-Link DIR-816 Buffer Overflow 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