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-21684

CVE-2023-21684: Windows 10 1507 Printer Driver RCE Flaw

CVE-2023-21684 is a remote code execution vulnerability in Microsoft PostScript and PCL6 Class Printer Driver for Windows 10 1507. Attackers can exploit this flaw to execute arbitrary code. This article covers technical details, affected versions, security impact, and mitigation strategies.

Published: February 4, 2026

CVE-2023-21684 Overview

CVE-2023-21684 is a Remote Code Execution (RCE) vulnerability affecting the Microsoft PostScript and PCL6 Class Printer Driver. This vulnerability allows authenticated attackers with network access to execute arbitrary code on vulnerable Windows systems through the printer driver subsystem. The flaw is associated with CWE-191 (Integer Underflow), which can lead to memory corruption conditions that enable code execution.

Critical Impact

Authenticated attackers can achieve remote code execution with full confidentiality, integrity, and availability impact on affected Windows systems through the PostScript and PCL6 printer driver components.

Affected Products

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

Discovery Timeline

  • February 14, 2023 - CVE-2023-21684 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-21684

Vulnerability Analysis

This vulnerability exists within the Microsoft PostScript and PCL6 Class Printer Driver, a core Windows component responsible for handling print jobs to PostScript and PCL6-compatible printers. The vulnerability is classified under CWE-191 (Integer Underflow), indicating that improper arithmetic operations can result in values wrapping below zero, leading to unexpected memory states.

When exploited, the vulnerability allows an authenticated attacker to execute arbitrary code in the context of the affected system. The attack requires low privileges and no user interaction, making it particularly dangerous in enterprise environments where printer drivers are widely deployed. An attacker who successfully exploits this vulnerability could install programs, view, change, or delete data, or create new accounts with full user rights.

Root Cause

The root cause of CVE-2023-21684 is an Integer Underflow (CWE-191) condition in the PostScript and PCL6 Class Printer Driver. Integer underflow vulnerabilities occur when arithmetic operations produce values that fall below the minimum representable value for the data type, causing the value to wrap around to a large positive number. In the context of printer drivers, this can lead to incorrect buffer size calculations, memory allocation errors, and ultimately memory corruption that enables code execution.

Attack Vector

The attack is network-based, requiring the attacker to have authenticated access to the target system. The exploitation does not require user interaction, allowing for potential automation in attack scenarios. The attacker must have low-level privileges on the system to trigger the vulnerable code path within the printer driver subsystem.

The exploitation flow typically involves:

  1. Authenticating to the target Windows system
  2. Sending specially crafted print job data or printer driver commands
  3. Triggering the integer underflow condition in the driver
  4. Leveraging the resulting memory corruption to achieve code execution

Detection Methods for CVE-2023-21684

Indicators of Compromise

  • Unusual print spooler service (spoolsv.exe) crashes or restarts
  • Unexpected processes spawned as children of the print spooler service
  • Anomalous network connections originating from print-related processes
  • Memory corruption artifacts in Windows Event Logs related to printer drivers

Detection Strategies

  • Monitor for abnormal behavior in the Windows Print Spooler service using endpoint detection and response (EDR) solutions
  • Implement application whitelisting to detect unauthorized code execution from printer driver contexts
  • Enable verbose logging for print services and analyze for exploitation patterns
  • Deploy SentinelOne Singularity to detect and prevent memory corruption-based attacks targeting printer drivers

Monitoring Recommendations

  • Configure Windows Event Log auditing for print spooler events (Event IDs 307, 800, 801, 805)
  • Monitor for processes with unusual parent-child relationships involving spoolsv.exe
  • Track printer driver installation and update activities across the enterprise
  • Implement network segmentation monitoring for print server traffic anomalies

How to Mitigate CVE-2023-21684

Immediate Actions Required

  • Apply the Microsoft security update for CVE-2023-21684 immediately on all affected systems
  • Prioritize patching print servers and systems with exposed print services
  • Consider temporarily disabling the Print Spooler service on systems where printing is not required
  • Implement network segmentation to isolate print infrastructure from critical assets

Patch Information

Microsoft has released security updates addressing CVE-2023-21684 as part of their February 2023 Patch Tuesday release. Administrators should consult the Microsoft Security Update Guide for detailed patch information and download links specific to their Windows version. The patch addresses the integer underflow condition in the PostScript and PCL6 Class Printer Driver components.

Workarounds

  • Disable the Print Spooler service on systems that do not require printing functionality using Stop-Service -Name Spooler -Force; Set-Service -Name Spooler -StartupType Disabled
  • Restrict access to print services through Group Policy or firewall rules to limit exposure
  • Remove unnecessary printer drivers from systems to reduce the attack surface
  • Implement Point and Print restrictions via Group Policy to control driver installation
bash
# Disable Print Spooler service (PowerShell)
Stop-Service -Name Spooler -Force
Set-Service -Name Spooler -StartupType Disabled

# Verify service is stopped
Get-Service -Name Spooler

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWindows

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability3.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-191

  • NVD-CWE-noinfo
  • Vendor Resources
  • Microsoft Security Update
  • Related CVEs
  • CVE-2026-31995: Openclaw Command Injection Vulnerability

  • CVE-2026-25190: Windows GDI RCE Vulnerability

  • CVE-2026-25166: Windows System Image Manager RCE Flaw

  • CVE-2026-25173: Windows RRAS RCE Vulnerability
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