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-2023-36802

CVE-2023-36802: Windows 10 1809 Privilege Escalation Flaw

CVE-2023-36802 is a privilege escalation vulnerability in Microsoft Streaming Service Proxy affecting Windows 10 1809. Attackers can exploit this flaw to gain elevated privileges. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: February 4, 2026

CVE-2023-36802 Overview

CVE-2023-36802 is a critical elevation of privilege vulnerability affecting the Microsoft Streaming Service Proxy component in Windows operating systems. This use-after-free (CWE-416) vulnerability allows a locally authenticated attacker to escalate privileges from a standard user account to SYSTEM-level access. The vulnerability exists in the kernel-mode driver responsible for handling streaming service proxy requests, where improper memory management can lead to exploitation.

Critical Impact

This vulnerability has been actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog. Organizations should prioritize immediate patching as attackers can leverage this flaw to gain complete system control after initial access.

Affected Products

  • Microsoft Windows 10 1809 (x86, x64, ARM64)
  • Microsoft Windows 10 21H2
  • Microsoft Windows 10 22H2
  • Microsoft Windows 11 21H2
  • Microsoft Windows 11 22H2
  • Microsoft Windows Server 2019
  • Microsoft Windows Server 2022

Discovery Timeline

  • 2023-09-12 - CVE-2023-36802 published to NVD
  • 2025-10-28 - Last updated in NVD database

Technical Details for CVE-2023-36802

Vulnerability Analysis

This elevation of privilege vulnerability resides in the Microsoft Streaming Service Proxy, a kernel-mode component responsible for handling multimedia streaming operations on Windows systems. The vulnerability stems from a use-after-free (UAF) condition where the driver fails to properly manage object lifetimes during stream processing operations.

When a specially crafted request is processed by the vulnerable driver, memory that has been freed may be subsequently accessed, potentially allowing an attacker to control execution flow within the kernel context. This type of vulnerability is particularly dangerous because kernel-mode exploitation bypasses user-mode security boundaries and can lead to complete system compromise.

The local attack vector requires an attacker to already have code execution capability on the target system, but the low attack complexity and no user interaction requirements make this an attractive target for post-exploitation scenarios in attack chains.

Root Cause

The root cause is a use-after-free (CWE-416) memory corruption vulnerability in the Microsoft Streaming Service Proxy driver. The driver improperly handles object references during stream proxy operations, failing to correctly track and invalidate pointers to freed memory objects. When a freed object is subsequently dereferenced during normal driver operations, it creates an exploitable condition.

Attack Vector

The attack vector is local, requiring the adversary to have already achieved code execution on the target system through another means (such as phishing, malware installation, or exploitation of a different vulnerability). Once local access is obtained, the attacker can:

  1. Trigger the vulnerable code path in the Microsoft Streaming Service Proxy driver
  2. Manipulate the heap to place controlled data in the freed memory location
  3. Cause the driver to access the freed memory, redirecting execution
  4. Achieve arbitrary code execution in kernel context with SYSTEM privileges

This vulnerability has been confirmed as actively exploited and is listed in CISA's Known Exploited Vulnerabilities catalog, indicating it has been weaponized by threat actors in real-world attacks.

Detection Methods for CVE-2023-36802

Indicators of Compromise

  • Unusual access patterns to the Microsoft Streaming Service Proxy driver (mskssrv.sys) from non-standard processes
  • Suspicious privilege escalation events where standard user processes spawn SYSTEM-level child processes
  • Memory access violations or crashes in kernel streaming components prior to successful exploitation
  • Unexpected modifications to critical system files or registry keys following suspicious driver interactions

Detection Strategies

  • Monitor for abnormal syscall patterns targeting kernel streaming service operations from low-privilege processes
  • Implement endpoint detection rules for use-after-free exploitation patterns and heap spray techniques
  • Enable Windows Kernel Audit logging to capture driver loading and suspicious kernel-mode activity
  • Deploy behavioral analysis to detect rapid privilege transitions from standard user to SYSTEM context

Monitoring Recommendations

  • Enable Windows Security Event Log monitoring for Event IDs 4688 (Process Creation) and 4624 (Logon Events) to track privilege escalation chains
  • Configure SentinelOne Singularity platform to detect kernel-mode exploitation attempts and anomalous driver behavior
  • Monitor for crash dumps related to mskssrv.sys that may indicate failed exploitation attempts
  • Implement real-time alerting for SYSTEM-level process spawning from unexpected parent processes

How to Mitigate CVE-2023-36802

Immediate Actions Required

  • Apply the Microsoft September 2023 security update immediately as this vulnerability is actively exploited
  • Prioritize patching of internet-facing and high-value systems first, followed by all remaining affected endpoints
  • Verify patch deployment through vulnerability scanning and Windows Update history review
  • Review system logs for evidence of exploitation prior to patching, particularly privilege escalation events

Patch Information

Microsoft released security updates addressing CVE-2023-36802 as part of the September 2023 Patch Tuesday release cycle. Organizations should apply the appropriate cumulative update for their Windows version through Windows Update, WSUS, or manual installation from the Microsoft Security Update Guide. Given the active exploitation status and CISA KEV listing, CISA has mandated federal agencies to remediate this vulnerability, and all organizations should treat patching as urgent.

Workarounds

  • No official workarounds are available for this vulnerability - patching is the only complete mitigation
  • Implement defense-in-depth strategies including principle of least privilege to limit the impact of potential exploitation
  • Ensure endpoint protection solutions like SentinelOne Singularity are deployed and configured for kernel-mode exploit detection
  • Consider application whitelisting to prevent unauthorized code execution that could serve as the initial access vector for this local privilege escalation
bash
# Verify patch installation status
wmic qfe list brief /format:table | findstr /i "KB"
# Check specific Windows Update history
Get-HotFix | Where-Object {$_.InstalledOn -gt "2023-09-01"} | Format-Table -AutoSize
# Verify Microsoft Streaming Service Proxy driver version
Get-Item C:\Windows\System32\drivers\mskssrv.sys | Select-Object VersionInfo

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 Probability78.91%

  • 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
  • CISA KEV Information
  • In CISA KEVYes
  • CWE References
  • CWE-416
  • Technical References
  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • Microsoft Security Update
  • 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