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-2020-1048

CVE-2020-1048: Windows 10 Privilege Escalation Vulnerability

CVE-2020-1048 is a privilege escalation vulnerability in Microsoft Windows 10 Print Spooler service that allows arbitrary file system writes. This post covers the technical details, affected versions, impact, and mitigation.

Published: March 4, 2026

CVE-2020-1048 Overview

CVE-2020-1048 is an elevation of privilege vulnerability in the Windows Print Spooler service that improperly allows arbitrary writing to the file system. This critical flaw enables authenticated local attackers to escalate their privileges by exploiting the Print Spooler's insufficient validation of file write operations, potentially leading to SYSTEM-level access on affected Windows systems.

Critical Impact

Local attackers with low privileges can exploit this vulnerability to gain SYSTEM-level access by abusing the Windows Print Spooler service's file system write capabilities, enabling complete system compromise.

Affected Products

  • Microsoft Windows 10 (all versions through 1909)
  • Microsoft Windows 7 SP1
  • Microsoft Windows 8.1
  • Microsoft Windows RT 8.1
  • Microsoft Windows Server 2008 SP2 and R2 SP1
  • Microsoft Windows Server 2012 and R2
  • Microsoft Windows Server 2016 (all versions through 1909)
  • Microsoft Windows Server 2019

Discovery Timeline

  • 2020-05-21 - CVE-2020-1048 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2020-1048

Vulnerability Analysis

This privilege escalation vulnerability resides in the Windows Print Spooler service (spoolsv.exe), which runs with SYSTEM privileges. The vulnerability stems from improper resource transfer between spheres (CWE-669), where the Print Spooler service fails to adequately validate write operations to the file system. An attacker with local access and low-level privileges can abuse printer port functionality to write arbitrary files to protected system directories.

The Print Spooler service is designed to manage print jobs and interact with printers, but its port handling mechanism can be manipulated to redirect file writes to unintended locations. By creating a malicious printer port pointing to a protected file path, attackers can leverage the SYSTEM-level privileges of the spooler service to overwrite critical system files or plant malicious payloads in privileged locations.

Root Cause

The root cause is classified as CWE-669 (Incorrect Resource Transfer Between Spheres). The Windows Print Spooler service does not properly validate the destination paths when writing data through printer ports. This allows a local user to configure a printer port that points to a protected file location, effectively using the Print Spooler's elevated privileges to bypass normal file system access controls.

The service fails to implement adequate checks to ensure that printer port destinations are legitimate printer devices rather than arbitrary file system paths. This design flaw enables privilege boundary violations through improper handling of resource transfers.

Attack Vector

The attack is locally executed and requires low privileges with no user interaction needed. An attacker can exploit this vulnerability by:

  1. Creating a new printer port that points to a protected file system location (e.g., C:\Windows\System32\)
  2. Configuring a printer to use this malicious port
  3. Sending a print job that contains malicious content
  4. The Print Spooler service, running as SYSTEM, writes the print job data to the target location
  5. The attacker can then execute the planted malicious file or leverage the overwritten system file

This attack chain enables escalation from a low-privileged user context to SYSTEM-level access, providing complete control over the affected system.

Detection Methods for CVE-2020-1048

Indicators of Compromise

  • Unusual printer port configurations pointing to file system paths rather than legitimate printer devices
  • Unexpected file modifications in protected directories like C:\Windows\System32\ coinciding with Print Spooler activity
  • New or modified files in system directories with timestamps matching Print Spooler service operations
  • Registry modifications under HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Ports with suspicious file paths

Detection Strategies

  • Monitor Windows Event Logs for Print Spooler service events (Event IDs 307, 805, 808) with unusual port configurations
  • Implement file integrity monitoring on critical system directories to detect unauthorized modifications
  • Use endpoint detection and response (EDR) solutions to track spoolsv.exe process behavior and child process creation
  • Deploy SIEM rules to correlate printer-related events with file system modifications in protected locations

Monitoring Recommendations

  • Enable detailed audit logging for the Print Spooler service and file system access to system directories
  • Configure real-time alerts for new printer port creation events, especially those referencing file paths
  • Monitor process creation chains originating from spoolsv.exe for signs of post-exploitation activity
  • Regularly audit printer configurations and ports across the enterprise for unauthorized or suspicious entries

How to Mitigate CVE-2020-1048

Immediate Actions Required

  • Apply the Microsoft security update immediately to all affected Windows systems
  • If patching is not immediately possible, consider disabling the Print Spooler service on systems that do not require printing functionality
  • Restrict Print Spooler service permissions to limit the ability to create or modify printer ports
  • Implement application whitelisting to prevent execution of files dropped via this exploit technique

Patch Information

Microsoft has released security updates to address this vulnerability. The official security advisory is available at the Microsoft Security Response Center. Organizations should prioritize patching this vulnerability given its high EPSS score of 70.63%, indicating significant exploitation likelihood.

Additional technical analysis is available at Packet Storm Security for security professionals researching this vulnerability.

Workarounds

  • Disable the Windows Print Spooler service on systems where printing is not required using Stop-Service -Name Spooler -Force; Set-Service -Name Spooler -StartupType Disabled
  • Apply Group Policy to restrict printer driver installation and port creation to administrators only
  • Implement network segmentation to limit lateral movement from compromised systems
  • Use Windows Defender Credential Guard and other virtualization-based security features to limit the impact of privilege escalation
bash
# Disable Print Spooler service as a workaround
Stop-Service -Name Spooler -Force
Set-Service -Name Spooler -StartupType Disabled

# Verify the service is disabled
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 Probability70.63%

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

  • Packet Storm Local Privilege Elevation
  • Vendor Resources
  • Microsoft Security Advisory CVE-2020-1048
  • 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