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

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

CVE-2023-28274 is a privilege escalation vulnerability in Windows 10 1809 Win32k that allows attackers to gain elevated system privileges. This article covers the technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-28274 Overview

CVE-2023-28274 is a Windows Win32k Elevation of Privilege Vulnerability affecting multiple versions of Windows 10, Windows 11, and Windows Server operating systems. This vulnerability exists within the Win32k kernel-mode driver, a critical Windows component responsible for handling graphical user interface operations and window management. An attacker who successfully exploits this vulnerability could gain elevated privileges on the target system.

Critical Impact

Successful exploitation allows a local attacker with low privileges to escalate to higher privilege levels, potentially gaining SYSTEM-level access to the affected Windows system.

Affected Products

  • Microsoft Windows 10 1809
  • Microsoft Windows 10 20H2
  • 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

  • April 11, 2023 - CVE-2023-28274 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-28274

Vulnerability Analysis

This elevation of privilege vulnerability resides in the Windows Win32k kernel-mode driver (win32k.sys), which is a frequent target for local privilege escalation attacks due to its extensive attack surface and kernel-level execution context. The vulnerability is classified under CWE-20 (Improper Input Validation), indicating that the root cause involves insufficient validation of user-supplied input before it is processed by the kernel driver.

Win32k vulnerabilities are particularly dangerous because they allow attackers to transition from user-mode execution to kernel-mode execution, effectively bypassing security boundaries enforced by the operating system. Once an attacker achieves kernel-level code execution or manipulation, they can disable security software, install rootkits, access protected memory regions, or perform any action with the highest system privileges.

The vulnerability requires local access and low privileges to exploit, meaning an attacker must first gain initial access to the target system through other means, such as phishing, malware, or compromised credentials.

Root Cause

The vulnerability stems from improper input validation within the Win32k kernel-mode driver. When processing certain input, the driver fails to properly validate or sanitize data before using it in a privileged context. This improper validation can allow an attacker to manipulate kernel memory or execution flow, ultimately leading to privilege escalation.

Attack Vector

The attack vector for CVE-2023-28274 is local, requiring an attacker to have existing access to the target system with low-level user privileges. The exploitation does not require user interaction, making it suitable for use in multi-stage attack chains where initial access has already been achieved.

A typical exploitation scenario would involve:

  1. An attacker gains initial access to a Windows system with a standard user account
  2. The attacker executes a specially crafted application or payload that triggers the vulnerability in win32k.sys
  3. The improper input validation allows the attacker to corrupt kernel memory or hijack execution flow
  4. The attacker escalates privileges to SYSTEM level, gaining complete control over the system

This type of vulnerability is commonly used in conjunction with remote code execution vulnerabilities or as part of post-exploitation activities to achieve full system compromise.

Detection Methods for CVE-2023-28274

Indicators of Compromise

  • Unexpected processes running with SYSTEM privileges that originated from low-privileged user sessions
  • Suspicious access patterns to win32k.sys or related GUI subsystem components
  • Anomalous kernel memory access or manipulation attempts detected by security tools
  • Process creation events showing privilege escalation patterns from standard users to SYSTEM

Detection Strategies

  • Deploy endpoint detection and response (EDR) solutions capable of monitoring kernel-level activities and privilege transitions
  • Enable Windows Defender Credential Guard and other virtualization-based security features to limit kernel exploitation impact
  • Implement application whitelisting to prevent unauthorized executables from running, reducing the attack surface for exploitation
  • Monitor for suspicious Win32k-related events in Windows Event Logs, particularly focusing on security and system logs

Monitoring Recommendations

  • Configure SentinelOne agents to monitor for behavioral indicators associated with privilege escalation attempts
  • Enable kernel-mode code integrity verification and monitor for driver loading anomalies
  • Implement centralized logging and SIEM correlation to detect privilege escalation patterns across the environment
  • Regularly audit user account privileges and monitor for unexpected privilege assignments

How to Mitigate CVE-2023-28274

Immediate Actions Required

  • Apply the April 2023 security updates from Microsoft to all affected Windows systems immediately
  • Prioritize patching for systems exposed to untrusted users or high-value targets
  • Enable Windows Defender Exploit Guard mitigations, including Attack Surface Reduction (ASR) rules
  • Implement the principle of least privilege to limit the potential impact of local privilege escalation

Patch Information

Microsoft has released security updates to address this vulnerability as part of the April 2023 Patch Tuesday release cycle. System administrators should download and install the appropriate cumulative updates for their Windows version from the Microsoft Security Update Guide.

The patches should be applied through standard Windows Update mechanisms, Windows Server Update Services (WSUS), or Microsoft Endpoint Configuration Manager (MECM) for enterprise environments.

Workarounds

  • Restrict local logon rights to trusted users only on critical systems until patches can be applied
  • Implement network segmentation to limit lateral movement opportunities if a system is compromised
  • Enable virtualization-based security (VBS) and Hypervisor-Protected Code Integrity (HVCI) where supported to provide additional protection against kernel exploits
  • Monitor affected systems closely for suspicious activity until patching is complete
bash
# Verify Windows security update installation status
wmic qfe list full | findstr /i "KB5025221 KB5025224 KB5025229 KB5025230"

# Enable ASR rules for additional protection via PowerShell
Set-MpPreference -AttackSurfaceReductionRules_Ids 56a863a9-875e-4185-98a7-b882c64b5ce5 -AttackSurfaceReductionRules_Actions Enabled

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 Probability1.44%

  • 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-20

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft CVE-2023-28274 Advisory
  • Related CVEs
  • CVE-2026-23672: Windows UDFS Privilege Escalation Flaw

  • CVE-2026-25178: Windows WinSock Driver Privilege Escalation

  • CVE-2026-24283: Windows File Server Privilege Escalation

  • CVE-2026-24294: Windows SMB Server 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