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

CVE-2021-43247: Windows 10 TCP/IP Privilege Escalation

CVE-2021-43247 is a privilege escalation vulnerability in the Windows 10 TCP/IP Driver that enables attackers to gain elevated system privileges. This article covers technical details, affected versions, impact, and mitigation.

Published: February 25, 2026

CVE-2021-43247 Overview

CVE-2021-43247 is an elevation of privilege vulnerability in the Windows TCP/IP Driver that affects multiple versions of Microsoft Windows operating systems. This vulnerability allows a local attacker with low privileges to escalate their privileges on the affected system, potentially gaining full control over the compromised machine.

The vulnerability resides in the tcpip.sys driver, a critical kernel-mode component responsible for handling TCP/IP network communications in Windows. Due to improper handling of memory operations, an attacker can exploit this flaw to execute code with elevated privileges.

Critical Impact

Successful exploitation enables local privilege escalation, allowing attackers to gain SYSTEM-level access and achieve complete compromise of the affected Windows system.

Affected Products

  • Microsoft Windows 10 (versions 1809, 1909, 2004, 20H2, 21H1, 21H2) - x86, x64, and ARM64 architectures
  • Microsoft Windows 11 (x64 and ARM64)
  • Microsoft Windows Server 2016 (version 2004)
  • Microsoft Windows Server 2019
  • Microsoft Windows Server 2022 and 20H2

Discovery Timeline

  • December 15, 2021 - CVE-2021-43247 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2021-43247

Vulnerability Analysis

This vulnerability is classified as an out-of-bounds write (CWE-787) in the Windows TCP/IP Driver. The flaw occurs when the driver improperly validates the bounds of memory write operations, allowing an attacker to write data outside the intended buffer boundaries in kernel memory.

The attack requires local access to the target system and low-level privileges to execute. No user interaction is required for exploitation, making it particularly dangerous in environments where attackers may have limited initial access. The vulnerability affects the confidentiality, integrity, and availability of the system, as successful exploitation grants the attacker elevated privileges that can be used to access sensitive data, modify system configurations, and disrupt normal operations.

According to the Zero Day Initiative Advisory ZDI-21-1554, the vulnerability exists within the handling of TCP/IP operations in the kernel driver, making it a significant risk for enterprise environments where lateral movement from compromised user accounts is a concern.

Root Cause

The root cause of CVE-2021-43247 is improper bounds checking in the Windows TCP/IP Driver (tcpip.sys). When processing certain network-related operations, the driver fails to properly validate the size or boundaries of data being written to memory buffers. This oversight allows an attacker to craft malicious input that triggers an out-of-bounds write condition, corrupting adjacent kernel memory structures.

Out-of-bounds write vulnerabilities in kernel-mode drivers are particularly severe because they can be leveraged to overwrite critical kernel data structures, enabling privilege escalation from a standard user account to SYSTEM-level access.

Attack Vector

The attack vector for this vulnerability is local, meaning an attacker must have authenticated access to the target system to exploit it. The typical attack scenario involves:

  1. An attacker gains initial access to a Windows system with low-privilege credentials
  2. The attacker executes a specially crafted application or uses system calls to trigger the vulnerable code path in the TCP/IP driver
  3. The out-of-bounds write corrupts kernel memory, allowing the attacker to manipulate execution flow or overwrite security tokens
  4. The attacker elevates their privileges to SYSTEM, gaining complete control over the machine

This type of vulnerability is commonly exploited as part of multi-stage attacks where initial access is obtained through phishing or other means, and privilege escalation is needed to achieve persistence or access sensitive resources.

Detection Methods for CVE-2021-43247

Indicators of Compromise

  • Unexpected crashes or blue screen errors (BSOD) involving tcpip.sys driver
  • Unusual privilege escalation events in Windows Security logs (Event ID 4672, 4688)
  • Suspicious processes running with SYSTEM privileges that originated from low-privilege user sessions
  • Memory anomalies or kernel pool corruption detected by endpoint protection solutions

Detection Strategies

  • Monitor for abnormal system call patterns targeting the TCP/IP driver stack
  • Implement behavioral analysis to detect processes attempting privilege escalation techniques
  • Deploy kernel-level monitoring to identify suspicious memory write operations in the network driver space
  • Use SentinelOne's Behavioral AI to detect post-exploitation activities associated with privilege escalation

Monitoring Recommendations

  • Enable Windows Event Log auditing for process creation and privilege use events
  • Configure EDR solutions to alert on suspicious kernel driver interactions
  • Implement network segmentation to limit lateral movement if a system is compromised
  • Regularly review and correlate security events for indicators of privilege escalation attempts

How to Mitigate CVE-2021-43247

Immediate Actions Required

  • Apply the Microsoft security update from the December 2021 Patch Tuesday release immediately
  • Prioritize patching for internet-facing systems and high-value targets
  • Restrict local login access to only authorized users and administrators
  • Enable attack surface reduction rules in Microsoft Defender for Endpoint

Patch Information

Microsoft has released security updates to address this vulnerability as part of the December 2021 security update cycle. Administrators should obtain the appropriate patch from the Microsoft Security Advisory for CVE-2021-43247.

The patches address the out-of-bounds write condition by implementing proper bounds validation in the affected TCP/IP driver code paths. Organizations should test patches in a staging environment before deploying to production systems, and ensure all affected Windows versions are updated.

Workarounds

  • Implement the principle of least privilege to limit the number of users with local access to systems
  • Use application whitelisting to prevent unauthorized executables from running
  • Deploy network segmentation to contain potential compromises
  • Monitor for exploitation attempts while patches are being deployed
bash
# Verify patch installation status using PowerShell
Get-HotFix | Where-Object {$_.HotFixID -match "KB500"} | Select-Object HotFixID, InstalledOn

# Check Windows TCP/IP driver version
Get-WmiObject Win32_PnPSignedDriver | Where-Object {$_.DeviceName -like "*TCP/IP*"} | Select-Object DeviceName, DriverVersion, DriverDate

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.70%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • Zero Day Initiative Advisory ZDI-21-1554
  • Vendor Resources
  • Microsoft Security Advisory CVE-2021-43247
  • Related CVEs
  • CVE-2026-33104: Windows Win32K Privilege Escalation Flaw

  • CVE-2026-33101: Windows Print Spooler Privilege Escalation

  • CVE-2026-33099: Windows WinSock Privilege Escalation Flaw

  • CVE-2026-33098: Windows Container Isolation Privilege Escalation
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