Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-41073

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

CVE-2022-41073 is a privilege escalation vulnerability in Windows Print Spooler affecting Windows 10 1507 that allows attackers to gain elevated privileges. This article covers technical details, affected versions, and mitigations.

Published: February 18, 2026

CVE-2022-41073 Overview

CVE-2022-41073 is a Windows Print Spooler Elevation of Privilege Vulnerability that allows a local attacker with low-level privileges to escalate to SYSTEM-level access on affected Windows systems. This vulnerability affects the Windows Print Spooler service, a component that has been repeatedly targeted due to its privileged execution context and complex interaction with user-supplied data.

Critical Impact

This vulnerability is actively exploited in the wild and is listed in CISA's Known Exploited Vulnerabilities (KEV) catalog. Successful exploitation allows attackers to gain SYSTEM privileges on affected Windows systems, enabling complete system compromise.

Affected Products

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

Discovery Timeline

  • 2022-11-09 - CVE-2022-41073 published to NVD
  • 2025-10-30 - Last updated in NVD database

Technical Details for CVE-2022-41073

Vulnerability Analysis

This vulnerability resides in the Windows Print Spooler service (spoolsv.exe), which runs with SYSTEM privileges. The flaw is classified as CWE-787 (Out-of-Bounds Write), indicating that the vulnerability allows an attacker to write data outside the bounds of an allocated memory buffer. When exploited, this memory corruption can be leveraged to achieve arbitrary code execution in the context of the SYSTEM account.

The Windows Print Spooler has historically been a high-value target for attackers due to its elevated privileges and exposure through both local and network interfaces. This vulnerability continues the trend of critical Print Spooler flaws, following notable vulnerabilities like PrintNightmare (CVE-2021-34527).

Root Cause

The vulnerability stems from an out-of-bounds write condition (CWE-787) in the Windows Print Spooler service. Improper bounds checking when processing certain data allows an attacker to corrupt memory in a controlled manner. The lack of adequate input validation permits writing beyond allocated buffer boundaries, ultimately enabling privilege escalation from a low-privileged user to SYSTEM.

Attack Vector

Exploitation requires local access to the target system with low-level user privileges. The attacker does not need user interaction to trigger the vulnerability. The attack flow typically involves:

  1. An attacker with a standard user account accesses the local system
  2. The attacker triggers the vulnerable code path in the Print Spooler service
  3. Carefully crafted input causes an out-of-bounds write in memory
  4. The memory corruption is leveraged to hijack execution flow
  5. Attacker achieves arbitrary code execution as SYSTEM

The local attack vector with low complexity and no required user interaction makes this vulnerability particularly dangerous in environments where users have local access, such as corporate workstations or terminal servers.

Detection Methods for CVE-2022-41073

Indicators of Compromise

  • Unusual process creation events from spoolsv.exe, particularly spawning command shells or other suspicious child processes
  • Memory access violations or crashes in the Print Spooler service that may indicate exploitation attempts
  • Unexpected privilege escalation events where standard users suddenly gain SYSTEM-level access
  • Presence of known exploit payloads or tools associated with Windows Print Spooler privilege escalation

Detection Strategies

  • Monitor Windows Event Logs for Print Spooler service crashes (Event ID 7031, 7034) and suspicious restart patterns
  • Implement endpoint detection rules to identify anomalous behavior from spoolsv.exe, including unusual child process creation or file system access
  • Deploy behavioral detection for privilege escalation patterns, specifically monitoring for low-privilege processes suddenly gaining SYSTEM tokens
  • Use SentinelOne's Storyline feature to correlate Print Spooler activity with subsequent suspicious actions

Monitoring Recommendations

  • Enable detailed Windows Security auditing for process creation events (Event ID 4688) with command line logging
  • Configure alerts for any processes spawned by spoolsv.exe that are not typical printer-related executables
  • Monitor for file creation in sensitive directories by the Print Spooler process
  • Review printer driver installations and updates for unauthorized changes

How to Mitigate CVE-2022-41073

Immediate Actions Required

  • Apply Microsoft's November 2022 security updates immediately on all affected Windows systems
  • Disable the Print Spooler service on systems where printing functionality is not required, especially domain controllers and critical servers
  • Implement network segmentation to limit lateral movement potential if exploitation occurs
  • Deploy endpoint detection and response (EDR) solutions like SentinelOne to detect and block exploitation attempts

Patch Information

Microsoft released security patches for this vulnerability as part of the November 2022 Patch Tuesday updates. Administrators should consult the Microsoft Security Response Center advisory for specific KB articles applicable to each affected Windows version. The patches are available through Windows Update, WSUS, and the Microsoft Update Catalog.

Given this vulnerability's inclusion in CISA's Known Exploited Vulnerabilities catalog, federal agencies were required to remediate by the mandated deadline, and all organizations should treat patching as urgent.

Workarounds

  • Disable the Print Spooler service on systems where printing is not required using Stop-Service -Name Spooler -Force; Set-Service -Name Spooler -StartupType Disabled
  • Restrict inbound connections to the Print Spooler service using Windows Firewall rules to limit exposure
  • Apply the principle of least privilege to minimize the number of users with local access to systems
  • Consider using Group Policy to disable Point and Print restrictions while maintaining Print Spooler functionality where absolutely required
bash
# Disable Print Spooler service via PowerShell
Stop-Service -Name Spooler -Force
Set-Service -Name Spooler -StartupType Disabled

# Verify service status
Get-Service -Name Spooler | Select-Object Name, Status, StartType

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 Probability2.54%

  • 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-787
  • Technical References
  • Packet Storm Privilege Escalation Exploit

  • CISA Known Exploited Vulnerability
  • Vendor Resources
  • Microsoft CVE-2022-41073 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