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

CVE-2021-47880: Realtek WLAN Privilege Escalation Flaw

CVE-2021-47880 is an unquoted service path vulnerability in Realtek Wireless LAN Utility 700.1631 that enables local attackers to gain elevated system privileges. This article covers technical details, impact, and mitigation.

Published: January 23, 2026

CVE-2021-47880 Overview

CVE-2021-47880 is an unquoted service path vulnerability affecting Realtek Wireless LAN Utility version 700.1631. This flaw allows local users to potentially execute arbitrary code with elevated system privileges by exploiting how Windows handles unquoted service paths containing spaces. When the service starts, Windows may incorrectly interpret the path and execute a malicious executable placed strategically in the system root directory.

Critical Impact

Local attackers with low privileges can achieve privilege escalation to SYSTEM level by placing a malicious executable in the system root path, which executes during application startup or system reboot.

Affected Products

  • Realtek Wireless LAN Utility version 700.1631
  • Windows systems running the affected Realtek wireless utility
  • Systems with the RtlNsu service installed

Discovery Timeline

  • 2026-01-21 - CVE CVE-2021-47880 published to NVD
  • 2026-01-21 - Last updated in NVD database

Technical Details for CVE-2021-47880

Vulnerability Analysis

This vulnerability is classified under CWE-428 (Unquoted Search Path or Element), a common Windows service misconfiguration issue. The Realtek Wireless LAN Utility installs a service with an executable path that is not enclosed in quotation marks. When the service path contains spaces and is unquoted, Windows attempts to locate the executable by parsing the path at each space character.

For example, if the service path is C:\Program Files\Realtek\Wireless LAN Utility\service.exe, Windows will attempt to execute in the following order:

  1. C:\Program.exe
  2. C:\Program Files\Realtek\Wireless.exe
  3. C:\Program Files\Realtek\Wireless LAN Utility\service.exe

An attacker with write access to C:\ or intermediate directories can place a malicious executable (e.g., Program.exe) that will be executed with the privileges of the service account—typically SYSTEM.

Root Cause

The root cause is improper quoting of the service executable path during the installation of Realtek Wireless LAN Utility 700.1631. The installer registers the service with an unquoted path in the Windows registry under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RtlNsu. This oversight allows the operating system to misinterpret path segments when spaces exist in directory names, leading to unintended executable resolution.

Attack Vector

This is a local attack vector requiring an attacker to have local access to the vulnerable system with write permissions to directories in the service path. The attacker must:

  1. Identify the unquoted service path in the Windows registry
  2. Determine writable locations along the path where a malicious executable can be planted
  3. Place a crafted executable (e.g., Program.exe or Wireless.exe) in the target directory
  4. Wait for a system reboot or service restart to trigger execution

The malicious payload will then execute with SYSTEM privileges when the vulnerable service starts. Technical details and proof-of-concept information are available at Exploit-DB #49646 and the VulnCheck Advisory.

Detection Methods for CVE-2021-47880

Indicators of Compromise

  • Unexpected executables appearing in C:\ root directory (e.g., Program.exe, Wireless.exe)
  • Unusual process execution originating from the SYSTEM account in non-standard paths
  • Registry modifications to the RtlNsu service path
  • New files with executable extensions in directories along the Realtek service path

Detection Strategies

  • Query the Windows registry for unquoted service paths using PowerShell: Get-WmiObject win32_service | Where-Object {$_.PathName -notlike '"*"' -and $_.PathName -like '* *'}
  • Monitor file creation events in C:\ and C:\Program Files\ for unexpected executables
  • Implement application whitelisting to prevent unauthorized executable execution
  • Use SentinelOne's behavioral AI to detect anomalous process spawning from service contexts

Monitoring Recommendations

  • Enable Windows Security Event logging for service-related events (Event IDs 7045, 7040)
  • Configure file integrity monitoring on system directories to detect new executable files
  • Regularly audit service configurations for unquoted paths across the enterprise
  • Deploy SentinelOne Singularity platform for real-time detection of privilege escalation attempts

How to Mitigate CVE-2021-47880

Immediate Actions Required

  • Audit the system for the presence of the vulnerable Realtek Wireless LAN Utility 700.1631
  • Manually correct the service path by adding quotation marks around the executable path in the registry
  • Remove any suspicious executables from C:\ and intermediate directories in the service path
  • Restrict write permissions on system root and Program Files directories to administrators only

Patch Information

At the time of publication, check the Realtek Official Website for updated driver and utility packages that address this vulnerability. Users should upgrade to the latest version of the Realtek Wireless LAN Utility that properly quotes the service path during installation.

Workarounds

  • Manually fix the registry entry by enclosing the service path in quotes: navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RtlNsu and modify the ImagePath value
  • Implement strict access controls to prevent non-administrative users from writing to system directories
  • Use Windows Defender Application Control or similar solutions to block execution of unsigned executables
  • Deploy endpoint detection and response (EDR) solutions like SentinelOne to monitor for exploitation attempts
bash
# PowerShell command to fix unquoted service path
$serviceName = "RtlNsu"
$service = Get-WmiObject win32_service | Where-Object {$_.Name -eq $serviceName}
$currentPath = $service.PathName
if ($currentPath -notlike '"*"') {
    $newPath = '"' + $currentPath + '"'
    sc.exe config $serviceName binpath= $newPath
    Write-Output "Service path updated to: $newPath"
}

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechRealtek Wireless Lan Utility

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/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
  • AvailabilityHigh
  • CWE References
  • CWE-428
  • Technical References
  • Exploit-DB #49646

  • Realtek Official Website

  • VulnCheck Advisory on Realtek Utility
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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