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-2025-26639

CVE-2025-26639: Windows 10 21h2 Privilege Escalation Flaw

CVE-2025-26639 is a privilege escalation vulnerability in Windows 10 21h2 USB Print Driver caused by an integer overflow. Authorized attackers can exploit this locally to gain elevated privileges.

Updated: January 22, 2026

CVE-2025-26639 Overview

CVE-2025-26639 is an integer overflow or wraparound vulnerability in the Windows USB Print Driver that enables an authorized attacker to elevate privileges locally. This vulnerability affects a wide range of Windows operating systems including Windows 10, Windows 11, and Windows Server editions, making it a significant concern for enterprise environments with USB printing infrastructure.

Critical Impact

Local privilege escalation through integer overflow in Windows USB Print Driver allows attackers with low-level access to gain elevated system privileges, potentially compromising system integrity and confidentiality.

Affected Products

  • Microsoft Windows 10 21H2
  • Microsoft Windows 10 22H2
  • Microsoft Windows 11 22H2
  • Microsoft Windows 11 23H2
  • Microsoft Windows 11 24H2
  • Microsoft Windows Server 2022
  • Microsoft Windows Server 2022 23H2
  • Microsoft Windows Server 2025

Discovery Timeline

  • 2025-04-08 - CVE-2025-26639 published to NVD
  • 2025-07-03 - Last updated in NVD database

Technical Details for CVE-2025-26639

Vulnerability Analysis

This vulnerability stems from improper handling of integer values within the Windows USB Print Driver component. When processing certain input data, the driver fails to properly validate integer boundaries, leading to an overflow condition. This overflow can result in a heap-based buffer overflow (CWE-122), which attackers can exploit to corrupt memory structures and ultimately gain elevated privileges on the affected system.

The local attack vector means an attacker must already have some level of access to the target system, but the low complexity and lack of user interaction requirements make this vulnerability relatively easy to exploit once initial access is achieved. Successful exploitation grants the attacker complete control over confidentiality, integrity, and availability of the affected system.

Root Cause

The root cause of CVE-2025-26639 is an integer overflow or wraparound condition in the Windows USB Print Driver. When arithmetic operations on integer values exceed the maximum representable value, the result wraps around to a small or negative number. In this case, the wrapped value is subsequently used for memory allocation or buffer size calculations, resulting in an undersized buffer being allocated. When data is written to this undersized buffer, a heap-based buffer overflow occurs, enabling memory corruption that can be leveraged for privilege escalation.

Attack Vector

The attack vector for CVE-2025-26639 is local, requiring an authenticated attacker to have prior access to the target system. The exploitation scenario involves:

  1. An attacker with low-privilege access to a Windows system identifies the vulnerable USB Print Driver
  2. The attacker crafts malicious input designed to trigger the integer overflow condition
  3. When the driver processes this input, the integer overflow leads to improper memory allocation
  4. The resulting heap-based buffer overflow allows the attacker to corrupt adjacent memory structures
  5. By carefully controlling the overflow, the attacker can execute arbitrary code with elevated SYSTEM privileges

The vulnerability does not require user interaction, meaning an attacker can trigger it programmatically without social engineering.

Detection Methods for CVE-2025-26639

Indicators of Compromise

  • Unusual process activity involving USB print driver components (usbprint.sys or related driver files)
  • Unexpected privilege escalation events from low-privilege user accounts
  • Anomalous memory access patterns or crashes in the Windows Print Spooler service
  • System event logs showing driver errors or memory access violations related to USB printing

Detection Strategies

  • Monitor Windows Event Logs for privilege escalation attempts and driver-related errors
  • Implement endpoint detection rules to identify suspicious interactions with USB print driver components
  • Deploy memory integrity monitoring to detect heap corruption attempts
  • Use behavioral analysis to identify processes attempting to exploit local privilege escalation paths

Monitoring Recommendations

  • Enable advanced auditing for process creation and privilege use events
  • Configure SentinelOne Singularity platform to monitor driver load events and suspicious print spooler activity
  • Implement real-time alerting for any attempts to load untrusted drivers or modify print driver configurations
  • Regularly review security logs for patterns consistent with local privilege escalation attempts

How to Mitigate CVE-2025-26639

Immediate Actions Required

  • Apply the latest Microsoft security updates from the April 2025 Patch Tuesday release immediately
  • Restrict local access to systems where USB print functionality is not required
  • Consider disabling USB print drivers on systems that do not require USB printing capabilities
  • Implement the principle of least privilege to limit the impact of potential exploitation

Patch Information

Microsoft has released security updates to address CVE-2025-26639. Organizations should refer to the Microsoft Security Update Guide for CVE-2025-26639 for detailed patch information and download links specific to each affected product version. The patches address the integer overflow condition by implementing proper bounds checking before memory allocation operations.

Workarounds

  • Disable USB print driver functionality on systems where it is not business-critical using Group Policy or device installation restrictions
  • Implement application control policies to prevent unauthorized code execution in the context of print driver operations
  • Restrict physical USB port access and implement USB device whitelisting where possible
  • Consider using network-based printing solutions as an alternative to USB printing on sensitive systems
bash
# Disable USB Print Driver via Registry (use with caution - impacts USB printing)
reg add "HKLM\SYSTEM\CurrentControlSet\Services\usbprint" /v Start /t REG_DWORD /d 4 /f

# Restart the system to apply changes
shutdown /r /t 0

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 Probability0.40%

  • 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-122
  • Vendor Resources
  • Microsoft Security Update CVE-2025-26639
  • 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