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

CVE-2025-65264: CPU-Z Information Disclosure Vulnerability

CVE-2025-65264 is an information disclosure vulnerability in CPUID CPU-Z v2.17 and earlier that allows attackers to access sensitive data through the kernel driver's IOCTL interface. This article covers technical details, affected versions, impact, and mitigation.

Published: January 30, 2026

CVE-2025-65264 Overview

A vulnerability has been identified in the kernel driver of CPUID CPU-Z v2.17 and earlier versions. The driver fails to properly validate user-supplied values passed through its IOCTL interface, enabling local attackers to access sensitive information via specially crafted requests. This input validation flaw allows unprivileged users to potentially read privileged kernel memory or other sensitive system information.

Critical Impact

Local attackers with low privileges can exploit insufficient IOCTL input validation to access sensitive kernel memory and confidential system information.

Affected Products

  • CPUID CPU-Z v2.17
  • CPUID CPU-Z versions prior to v2.17
  • CPU-Z kernel driver (cpuz.sys)

Discovery Timeline

  • 2026-01-27 - CVE CVE-2025-65264 published to NVD
  • 2026-01-29 - Last updated in NVD database

Technical Details for CVE-2025-65264

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) in the CPU-Z kernel driver's IOCTL handler. When processing requests from user-mode applications, the driver accepts parameters without adequate validation of buffer sizes, addresses, or content. This oversight allows a local attacker to craft malicious IOCTL requests that can bypass intended security boundaries and read sensitive information from kernel space.

The CPU-Z utility is widely used for hardware identification and system monitoring. Its kernel driver requires elevated privileges to access hardware information directly, making it a prime target for local privilege escalation and information disclosure attacks. The vulnerability requires local access to the target system but does not require administrator privileges to exploit.

Root Cause

The root cause of this vulnerability is insufficient validation of user-controlled input parameters in the CPU-Z kernel driver's IOCTL dispatch routines. When the driver receives an IOCTL request, it fails to properly verify:

  • Buffer length parameters against actual allocated sizes
  • Memory addresses to ensure they reside in valid user-mode address space
  • Input data bounds before performing memory operations

This improper input validation allows attackers to specify arbitrary memory addresses or manipulated buffer sizes, resulting in information disclosure from kernel memory regions.

Attack Vector

The attack requires local access to a system with the vulnerable CPU-Z driver installed. An attacker would:

  1. Obtain a handle to the CPU-Z device driver
  2. Construct a malicious IOCTL request with crafted parameters
  3. Send the request through the Windows DeviceIoControl API
  4. Receive and parse the response containing leaked kernel memory data

The vulnerability is exploited through the local attack vector, requiring low privileges and no user interaction. The impact is limited to confidentiality, with high potential for sensitive information disclosure. Technical details and proof-of-concept materials are available at the GitHub PoC Repository.

Detection Methods for CVE-2025-65264

Indicators of Compromise

  • Unusual IOCTL calls to the CPU-Z driver (cpuz.sys) from non-standard processes
  • Unexpected processes accessing the CPU-Z device object
  • Presence of exploitation tools or scripts targeting CPU-Z driver vulnerabilities
  • Suspicious memory access patterns or information extraction attempts from processes interacting with the driver

Detection Strategies

  • Monitor for processes making DeviceIoControl calls to the CPU-Z driver outside of normal CPU-Z.exe operations
  • Implement driver-level auditing to log IOCTL requests with unusual parameters or high frequency
  • Use endpoint detection solutions to identify known exploitation patterns targeting kernel drivers
  • Alert on any processes attempting to open handles to \\.\cpuz device objects without corresponding CPU-Z application execution

Monitoring Recommendations

  • Enable Windows ETW (Event Tracing for Windows) to capture driver interaction events
  • Configure SentinelOne Singularity to detect and block kernel driver exploitation attempts
  • Implement application allowlisting to restrict which processes can interact with the CPU-Z driver
  • Monitor for installation or loading of outdated CPU-Z driver versions

How to Mitigate CVE-2025-65264

Immediate Actions Required

  • Update CPUID CPU-Z to the latest version beyond v2.17 if a patched version is available from the vendor
  • Uninstall CPU-Z from systems where it is not required for business operations
  • Restrict local user access to systems running vulnerable CPU-Z installations
  • Implement application control policies to prevent unauthorized use of CPU-Z

Patch Information

Affected users should check the official CPUID Software Overview page for updated versions that address this vulnerability. If no patch is currently available, consider implementing the workarounds below until the vendor releases a security update.

Workarounds

  • Remove the vulnerable cpuz.sys driver from the system if CPU-Z functionality is not required
  • Use driver blocklisting via Windows Defender Application Control (WDAC) to prevent the vulnerable driver from loading
  • Restrict local user accounts and apply principle of least privilege to limit potential attackers' access
  • Deploy SentinelOne Singularity endpoint protection to detect and prevent exploitation attempts against kernel drivers

For systems requiring CPU-Z functionality, consider using alternative hardware monitoring tools until a patched version is available. System administrators can also implement kernel driver integrity monitoring to detect any exploitation attempts.

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechCpuid Cpu Z

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-20
  • Technical References
  • GitHub PoC Repository

  • CPUID Software Overview
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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