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

CVE-2021-35392: Realtek SDK Buffer Overflow Vulnerability

CVE-2021-35392 is a heap buffer overflow in Realtek Jungle SDK's WiFi Simple Config server affecting versions v2.x to v3.4.14B. This article covers the technical details, affected versions, impact, and mitigation steps.

Published: February 25, 2026

CVE-2021-35392 Overview

CVE-2021-35392 is a heap buffer overflow vulnerability affecting the Realtek Jungle SDK versions v2.x through v3.4.14B. The vulnerability exists within the 'WiFi Simple Config' server component, which implements both UPnP (Universal Plug and Play) and SSDP (Simple Service Discovery Protocol) protocols. This binary is typically named wscd or mini_upnpd and serves as the successor to miniigd.

The vulnerability stems from unsafe handling of SSDP NOTIFY messages that are crafted from received M-SEARCH message ST (Search Target) headers. An attacker can exploit this heap buffer overflow remotely over the network without requiring authentication or user interaction, potentially causing denial of service conditions on affected IoT devices.

Critical Impact

This vulnerability affects a widely-deployed SDK used in numerous IoT devices, routers, and access points, representing a significant supply chain security risk across multiple vendors and product lines.

Affected Products

  • Realtek RTL819x Jungle Software Development Kit v2.x through v3.4.14B
  • IoT devices, routers, and access points built using the vulnerable Realtek SDK
  • Devices running wscd or mini_upnpd binaries with UPnP/SSDP services enabled

Discovery Timeline

  • August 16, 2021 - CVE-2021-35392 published to NVD
  • August 13, 2025 - Last updated in NVD database

Technical Details for CVE-2021-35392

Vulnerability Analysis

This heap buffer overflow vulnerability (CWE-787: Out-of-Bounds Write) occurs in the WiFi Simple Config server's SSDP message handling routine. When the server receives an M-SEARCH discovery request, it processes the ST (Search Target) header value to craft a corresponding SSDP NOTIFY response message. The vulnerable code fails to properly validate the length of the ST header content before copying it into a fixed-size heap buffer, allowing an attacker to overflow the buffer boundaries.

The vulnerability is particularly concerning in IoT environments because the SSDP protocol operates over UDP on port 1900 and is designed to be openly accessible on local networks for device discovery purposes. Many affected devices have this service enabled by default with no authentication requirements.

Root Cause

The root cause of CVE-2021-35392 is improper bounds checking during the construction of SSDP NOTIFY messages. When an M-SEARCH request is received, the server extracts the ST header value and uses it to build a response without validating that the input data fits within the allocated heap buffer. This lack of input validation allows an attacker to supply an oversized ST header value that exceeds the expected buffer size, resulting in a heap buffer overflow condition.

The vulnerable code path exists in the wscd or mini_upnpd binaries that implement the WiFi Simple Config functionality. The unsafe memory operation occurs when copying the attacker-controlled ST header data into a heap-allocated buffer used for crafting the SSDP NOTIFY response.

Attack Vector

The attack vector for CVE-2021-35392 is network-based and requires no authentication or user interaction. An attacker on the same network segment as a vulnerable device can exploit this vulnerability by:

  1. Sending a specially crafted SSDP M-SEARCH request to the target device on UDP port 1900
  2. Including an oversized or malicious ST header value in the request
  3. The vulnerable server processes the request and attempts to construct a NOTIFY response
  4. The heap buffer overflow occurs during message construction, corrupting adjacent heap memory

The attack can be executed remotely from any device capable of sending UDP packets to the target's SSDP service. In typical network configurations, this includes any device on the local network. If UPnP services are inadvertently exposed to the internet, remote exploitation becomes possible.

Detection Methods for CVE-2021-35392

Indicators of Compromise

  • Unexpected crashes or restarts of the wscd or mini_upnpd processes on affected devices
  • Unusual SSDP traffic patterns, particularly M-SEARCH requests with abnormally large ST headers
  • Memory corruption errors in device logs related to UPnP or SSDP services
  • Devices becoming unresponsive after processing network discovery requests

Detection Strategies

  • Monitor network traffic for SSDP M-SEARCH requests with unusually large ST header values (exceeding typical service type string lengths)
  • Deploy network intrusion detection rules to identify malformed UPnP/SSDP packets targeting port 1900/UDP
  • Implement endpoint monitoring for crashes or unexpected restarts of WiFi Simple Config server processes
  • Conduct firmware version audits to identify devices running vulnerable Realtek SDK versions (v2.x to v3.4.14B)

Monitoring Recommendations

  • Enable logging on network perimeter devices to capture SSDP traffic anomalies
  • Implement network segmentation to isolate IoT devices from critical infrastructure
  • Deploy SentinelOne Singularity for endpoint visibility and behavioral detection on supported network appliances
  • Regularly scan the network for devices with exposed UPnP services using vulnerability assessment tools

How to Mitigate CVE-2021-35392

Immediate Actions Required

  • Identify all devices in your environment using Realtek Jungle SDK versions v2.x through v3.4.14B
  • Disable UPnP and SSDP services on affected devices if not required for business operations
  • Apply firmware updates from device manufacturers that include the patched Realtek SDK
  • Implement network access controls to restrict SSDP traffic (UDP port 1900) to trusted segments only

Patch Information

Realtek has released security advisories and updated SDK versions addressing this vulnerability. Device manufacturers using the affected Realtek SDK should obtain the patched SDK from Realtek and release firmware updates for their products. End users should check with their device vendors for firmware updates that address CVE-2021-35392.

For detailed patch information, refer to the Realtek SDK Advisory for CVE-2021-35392.

Additional technical details are available in the IoT Inspector Advisory.

Workarounds

  • Disable UPnP/SSDP services on affected devices through the administrative interface if firmware updates are not yet available
  • Block UDP port 1900 at network boundaries to prevent external exploitation attempts
  • Implement network segmentation to isolate vulnerable IoT devices from sensitive network segments
  • Consider replacing end-of-life devices that will not receive security updates
bash
# Example iptables rule to block external SSDP traffic
iptables -A INPUT -p udp --dport 1900 -j DROP
iptables -A INPUT -p udp --sport 1900 -j DROP

# Block SSDP traffic at router/firewall level
# Consult your specific device documentation for configuration commands

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechRealtek

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability71.78%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • IoT Inspector Advisory
  • Vendor Resources
  • Realtek Company Information

  • Realtek SDK Advisory CVE-2021-35392
  • Related CVEs
  • CVE-2019-25345: Realtek IIS Codec Privilege Escalation

  • CVE-2020-36974: Realtek Andrea RT Filters Privilege Escalation

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

  • CVE-2021-35395: Realtek Jungle SDK RCE Vulnerability
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