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-2022-35750

CVE-2022-35750: Windows 10 1507 Privilege Escalation Flaw

CVE-2022-35750 is a privilege escalation vulnerability in Windows 10 1507 Win32k that allows attackers to gain elevated system privileges. This post covers technical details, affected versions, impact, and mitigation.

Published: February 18, 2026

CVE-2022-35750 Overview

CVE-2022-35750 is an elevation of privilege vulnerability in the Win32k kernel-mode driver, a core component of the Windows graphics subsystem. This vulnerability allows a local attacker with low privileges to escalate their access to SYSTEM-level permissions on affected Windows systems. The Win32k driver handles critical graphical operations and user interface rendering, making it a high-value target for privilege escalation attacks.

Critical Impact

Successful exploitation enables local attackers to gain SYSTEM privileges, allowing complete control over affected Windows systems including the ability to install programs, modify data, and create accounts with full user rights.

Affected Products

  • Microsoft Windows 10 (versions 1507, 1607, 1809, 20H2, 21H1)
  • Microsoft Windows 11 21H2
  • Microsoft Windows 7 SP1
  • Microsoft Windows 8.1 and Windows RT 8.1
  • Microsoft Windows Server 2008 SP2, 2008 R2 SP1, 2012, 2012 R2, 2016, 2019, 2022, and 20H2

Discovery Timeline

  • 2023-05-31 - CVE-2022-35750 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-35750

Vulnerability Analysis

The Win32k elevation of privilege vulnerability exists within the Windows kernel-mode driver win32k.sys, which is responsible for managing windows, screen output, input, and graphics operations. This driver operates at kernel level (Ring 0), making any security flaws particularly dangerous as they provide direct access to the most privileged execution context in Windows.

The vulnerability allows an authenticated attacker who has already gained initial access to a system to escalate their privileges from a standard user account to SYSTEM level. This type of attack typically occurs after an initial compromise, where attackers leverage privilege escalation vulnerabilities to bypass User Account Control (UAC) and other security boundaries.

Win32k vulnerabilities are frequently exploited in the wild due to the driver's complex codebase, extensive attack surface, and the high value of the privileges that can be obtained through successful exploitation.

Root Cause

The root cause of CVE-2022-35750 has not been publicly disclosed in detail by Microsoft beyond categorizing it as an elevation of privilege issue. Win32k vulnerabilities commonly stem from improper handling of window objects, callback functions, or memory management operations within the kernel-mode driver. These issues can lead to conditions where an attacker can manipulate kernel memory or execute code in the kernel context.

Attack Vector

The attack vector for CVE-2022-35750 is local, meaning an attacker must already have the ability to execute code on the target system. The attack requires low privileges to initiate but no user interaction, making it suitable for use in post-exploitation scenarios. A typical attack chain would involve:

  1. Initial access through phishing, malware, or exploitation of another vulnerability
  2. Execution of a malicious application or script that triggers the Win32k vulnerability
  3. Escalation to SYSTEM privileges, bypassing security controls
  4. Full system compromise with the ability to perform any administrative action

Due to the local attack vector and low complexity requirements, this vulnerability is particularly dangerous in environments where attackers may already have limited access to systems.

Detection Methods for CVE-2022-35750

Indicators of Compromise

  • Unusual processes running with SYSTEM privileges that originate from standard user sessions
  • Suspicious Win32k-related crash dumps or kernel exceptions in system event logs
  • Presence of exploit code or privilege escalation tools in user-accessible directories
  • Anomalous system call patterns targeting win32k.sys functions

Detection Strategies

  • Monitor for unexpected privilege escalation events in Windows Security Event Logs (Event ID 4672, 4673)
  • Deploy endpoint detection and response (EDR) solutions to detect kernel exploitation attempts
  • Implement behavioral analysis to identify processes that spawn child processes with elevated privileges unexpectedly
  • Use SentinelOne's Behavioral AI engine to detect exploit techniques targeting Win32k vulnerabilities

Monitoring Recommendations

  • Enable enhanced audit logging for privilege use and process creation events
  • Configure Windows Defender Exploit Guard with Attack Surface Reduction rules targeting kernel exploitation
  • Review Event ID 1000 and 1001 in Application logs for win32k.sys-related crashes that may indicate exploitation attempts
  • Implement sysmon with appropriate configuration to track process creation with parent-child relationships

How to Mitigate CVE-2022-35750

Immediate Actions Required

  • Apply the security updates provided by Microsoft as part of the August 2022 Patch Tuesday release
  • Prioritize patching on systems where users have local access or where the risk of initial compromise is elevated
  • Review and restrict local user privileges to minimize the impact of potential exploitation
  • Enable SentinelOne's real-time protection to detect and block privilege escalation attempts

Patch Information

Microsoft has released security updates addressing CVE-2022-35750 for all affected Windows versions. Organizations should consult the Microsoft Security Update Guide for CVE-2022-35750 for specific KB article numbers and download links for their Windows versions. Updates are available through Windows Update, WSUS, and the Microsoft Update Catalog.

Workarounds

  • Restrict local logon access to trusted users only on critical systems
  • Implement application whitelisting to prevent unauthorized code execution
  • Deploy network segmentation to limit lateral movement if an attacker gains initial access
  • Consider using Windows Defender Credential Guard and other virtualization-based security features where supported
bash
# Example: Check Windows Update for available security patches
# Run in elevated PowerShell
Get-WindowsUpdate -KBArticleID "KB*" | Where-Object {$_.Title -match "2022-35750"}

# Verify current system patch level
wmic qfe list | findstr /i "Security"

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 Probability4.21%

  • 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
  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update CVE-2022-35750
  • 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