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

CVE-2021-35394: Realtek Jungle SDK RCE Vulnerability

CVE-2021-35394 is a remote code execution vulnerability in Realtek Jungle SDK affecting the MP Daemon tool. Unauthenticated attackers can exploit memory corruption and command injection flaws remotely. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 4, 2026

CVE-2021-35394 Overview

CVE-2021-35394 is a critical vulnerability affecting the Realtek Jungle SDK version v2.x up to v3.4.14B. The SDK provides a diagnostic tool called 'MP Daemon' that is typically compiled as the UDPServer binary. This binary is affected by multiple memory corruption vulnerabilities and an arbitrary command injection vulnerability that can be exploited by remote unauthenticated attackers over the network.

This vulnerability is particularly concerning because the Realtek Jungle SDK is widely used in IoT devices, routers, and access points from numerous manufacturers, creating a significant supply chain risk across the embedded device ecosystem.

Critical Impact

Remote unauthenticated attackers can exploit memory corruption and command injection flaws in the UDPServer binary to achieve complete device compromise, including arbitrary code execution and full system control.

Affected Products

  • Realtek RTL819x Jungle Software Development Kit v2.x through v3.4.14B
  • IoT devices, routers, and access points utilizing the vulnerable SDK
  • Embedded systems incorporating the MP Daemon/UDPServer diagnostic tool

Discovery Timeline

  • August 16, 2021 - CVE-2021-35394 published to NVD
  • November 7, 2025 - Last updated in NVD database

Technical Details for CVE-2021-35394

Vulnerability Analysis

The vulnerability resides in the MP Daemon diagnostic tool, which is typically compiled as the UDPServer binary within devices using the Realtek Jungle SDK. This diagnostic service listens for network requests and processes them without proper authentication or input validation.

The UDPServer binary contains multiple distinct vulnerability classes. First, it suffers from memory corruption issues where improper handling of user-supplied input leads to buffer overflow conditions that can corrupt adjacent memory regions. Second, and critically, the binary contains an arbitrary command injection vulnerability (CWE-78) where attacker-controlled input is passed directly to system command execution functions without proper sanitization.

Since the vulnerable service operates over UDP and requires no authentication, attackers on the same network segment—or potentially from the internet if the device is exposed—can send specially crafted packets to trigger these vulnerabilities. The combination of network accessibility, no authentication requirements, and multiple exploitation paths makes this vulnerability highly dangerous.

Root Cause

The root cause stems from insufficient input validation and improper neutralization of special elements used in OS commands (CWE-78). The UDPServer binary processes incoming UDP packets and uses portions of the packet data in system calls without sanitizing shell metacharacters or validating buffer boundaries.

Additionally, the diagnostic nature of the MP Daemon means it was likely designed for internal testing and development purposes, resulting in relaxed security controls that were inadvertently left enabled in production firmware builds distributed to device manufacturers.

Attack Vector

The attack is network-based and can be executed remotely without authentication. An attacker sends specially crafted UDP packets to the listening UDPServer service. The malicious payload can either:

  1. Overflow memory buffers to corrupt program execution flow and achieve arbitrary code execution
  2. Inject operating system commands through improperly sanitized input fields, which are then executed with the privileges of the UDPServer process (typically root)

The exploitation mechanism involves crafting UDP packets with malicious payloads targeting the diagnostic command interface. When the vulnerable service processes these packets, the injected commands are executed directly on the target system. For detailed technical analysis, refer to the IoT Inspector Security Advisory.

Detection Methods for CVE-2021-35394

Indicators of Compromise

  • Unexpected outbound network connections from IoT devices or embedded systems
  • Suspicious UDP traffic targeting diagnostic service ports on internal network devices
  • Anomalous process execution spawned by the UDPServer binary or similar diagnostic services
  • Evidence of command injection attempts in network packet captures (shell metacharacters in UDP payloads)
  • Unauthorized firmware modifications or configuration changes on affected devices

Detection Strategies

  • Monitor network traffic for unusual UDP communications to embedded devices, particularly targeting diagnostic service ports
  • Implement network segmentation to isolate IoT and embedded devices from critical infrastructure
  • Deploy intrusion detection signatures targeting known exploitation patterns for CVE-2021-35394
  • Conduct firmware analysis on deployed devices to identify vulnerable Realtek SDK versions
  • Review CISA KEV alerts and correlate with inventory of deployed embedded systems

Monitoring Recommendations

  • Enable comprehensive logging on network boundaries to capture UDP traffic anomalies
  • Implement behavioral monitoring for IoT device network activity baselines
  • Configure alerts for devices initiating unexpected external connections
  • Monitor for exploitation attempts using threat intelligence feeds that track CVE-2021-35394 activity

How to Mitigate CVE-2021-35394

Immediate Actions Required

  • Identify all devices in your environment using the Realtek Jungle SDK by reviewing firmware manifests and vendor documentation
  • Apply vendor-provided firmware updates that address CVE-2021-35394 immediately
  • Isolate vulnerable devices on segmented network segments with restricted access
  • Disable or block network access to the UDPServer diagnostic service if possible
  • Review the CISA Known Exploited Vulnerabilities Catalog for additional guidance

Patch Information

Realtek has released updated SDK versions addressing these vulnerabilities. Device manufacturers using the Realtek Jungle SDK must obtain the patched SDK version and release updated firmware for their products. End users should contact their device vendors to determine firmware update availability.

Refer to the Realtek SDK Security Advisory for official vendor guidance and patch details.

Workarounds

  • Disable the MP Daemon/UDPServer diagnostic service through device configuration if the option is available
  • Implement strict network access controls to prevent untrusted hosts from reaching vulnerable devices
  • Deploy network-based blocking rules for UDP traffic to diagnostic service ports on embedded devices
  • Consider replacing end-of-life devices that will not receive vendor firmware updates
bash
# Network isolation example using iptables (on gateway/firewall)
# Block external access to common diagnostic UDP ports on IoT subnet
iptables -A FORWARD -d 192.168.100.0/24 -p udp --dport 9034 -j DROP
iptables -A FORWARD -d 192.168.100.0/24 -p udp --dport 9035 -j DROP

# Log attempted connections for monitoring
iptables -A FORWARD -d 192.168.100.0/24 -p udp -j LOG --log-prefix "IoT-UDP-Blocked: "

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRealtek

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability93.59%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • NVD-CWE-Other

  • CWE-78
  • Technical References
  • IoT Inspector Security Advisory

  • SecurityFocus Archive Entry

  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • Realtek Company Profile

  • Realtek SDK Advisory CVE-2021-35392
  • Related CVEs
  • CVE-2021-35395: Realtek Jungle SDK RCE Vulnerability

  • CVE-2021-35393: Realtek Jungle SDK RCE Vulnerability

  • CVE-2019-25345: Realtek IIS Codec Privilege Escalation

  • CVE-2020-36974: Realtek Andrea RT Filters Privilege Escalation
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