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

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

CVE-2026-8345 is a remote code execution vulnerability in D-Link DIR-816 firmware caused by command injection in the singlePortForward function. This article covers technical details, affected versions, and mitigation.

Published: May 18, 2026

CVE-2026-8345 Overview

CVE-2026-8345 is a command injection vulnerability in the D-Link DIR-816 router running firmware version 1.10CNB05_R1B011D88210. The flaw resides in the sub_445E7C function handling requests to /goform/singlePortForward. Attackers can manipulate the ip_address parameter to inject arbitrary operating system commands. The issue is classified under CWE-74 (Improper Neutralization of Special Elements in Output). The exploit has been publicly disclosed, increasing the risk of opportunistic abuse against exposed devices. The D-Link DIR-816 is an end-of-life consumer router, which limits vendor remediation options.

Critical Impact

Authenticated attackers can remotely inject operating system commands into the router's port-forwarding configuration handler, potentially gaining control over the device.

Affected Products

  • D-Link DIR-816 hardware revision A2
  • D-Link DIR-816 firmware 1.10CNB05_R1B011D88210
  • Deployments exposing the web management interface to untrusted networks

Discovery Timeline

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

Technical Details for CVE-2026-8345

Vulnerability Analysis

The DIR-816 web management interface exposes a port-forwarding endpoint at /goform/singlePortForward. The handler function sub_445E7C reads the user-controlled ip_address argument and incorporates it into a shell command without sanitization. Because the input is concatenated directly into a system call, shell metacharacters such as ;, |, and backticks are interpreted by the underlying shell. Successful injection executes commands with the privileges of the web server process, which on consumer router firmware typically runs as root. The attack is reachable over the network and requires only low privileges, consistent with the device's authenticated administrative interface. EPSS data places the probability of exploitation at 0.089% with a percentile of 25.18 as of 2026-05-17.

Root Cause

The root cause is improper neutralization of special elements passed to a downstream component [CWE-74]. The ip_address parameter is treated as trusted input and passed to a command interpreter without validation, escaping, or use of a safe execution API. No allowlist for IP address formatting is enforced before the value reaches the shell.

Attack Vector

An attacker submits a crafted HTTP POST request to /goform/singlePortForward with an ip_address value containing shell metacharacters followed by an arbitrary command. The web server invokes the handler, builds a shell command string, and executes the attacker payload. Because exploitation occurs through the standard management interface, any path that exposes the web UI to attackers — including LAN-side foothold devices or misconfigured WAN exposure — enables the attack.

No verified public exploit code is referenced in the advisory. See the GitHub IoT Bug Report and the VulDB Vulnerability #362661 entries for the original technical write-up.

Detection Methods for CVE-2026-8345

Indicators of Compromise

  • HTTP POST requests to /goform/singlePortForward containing shell metacharacters such as ;, &&, |, or backticks in the ip_address field
  • Outbound connections from the router to unfamiliar hosts shortly after configuration changes
  • Unexpected processes, cron entries, or modified startup scripts on the device

Detection Strategies

  • Inspect web server and access logs on the router for malformed ip_address values that do not match a strict IPv4 pattern
  • Monitor network telemetry for anomalous router-originated traffic, particularly DNS lookups or outbound shells to non-RFC1918 destinations
  • Apply network IDS signatures that flag command injection patterns targeting /goform/ endpoints common to D-Link firmware

Monitoring Recommendations

  • Aggregate router syslog output to a central SIEM or data lake for retention and correlation
  • Alert on configuration changes to port forwarding rules that originate from unexpected source addresses
  • Track repeated authentication attempts against the router admin interface as a precursor to exploitation

How to Mitigate CVE-2026-8345

Immediate Actions Required

  • Disable remote (WAN) management on the DIR-816 if it is enabled
  • Restrict access to the LAN-side management interface using firewall rules or VLAN segmentation
  • Change default administrator credentials and enforce a strong password to limit access to the vulnerable endpoint
  • Plan migration to a supported router platform, as the DIR-816 is no longer actively maintained

Patch Information

No vendor patch is referenced in the advisory data. The DIR-816 line is end-of-life for most regions, and D-Link has not published a fix for firmware 1.10CNB05_R1B011D88210 in the cited references. Consult the D-Link Official Website for any regional firmware updates or replacement guidance.

Workarounds

  • Block external access to TCP ports 80 and 443 on the router's WAN interface
  • Place the router's management interface behind a VPN reachable only by trusted administrators
  • Remove or restrict accounts that have access to the port-forwarding configuration page
  • Replace the device with a vendor-supported router that receives security updates
bash
# Example: restrict router admin interface to a single trusted host on the LAN
# Run on an upstream firewall, not the vulnerable router itself
iptables -A FORWARD -p tcp -d 192.0.2.1 --dport 80  -s 192.0.2.50 -j ACCEPT
iptables -A FORWARD -p tcp -d 192.0.2.1 --dport 443 -s 192.0.2.50 -j ACCEPT
iptables -A FORWARD -p tcp -d 192.0.2.1 --dport 80  -j DROP
iptables -A FORWARD -p tcp -d 192.0.2.1 --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 #811379

  • VulDB Vulnerability #362661

  • VulDB CTI for #362661

  • D-Link Official Website
  • Related CVEs
  • CVE-2026-8346: 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