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
    • 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-2025-35979

CVE-2025-35979: Intel Processor Information Disclosure

CVE-2025-35979 is an information disclosure flaw in Intel Processors caused by shared microarchitectural predictor state affecting transient execution in VMX guest operations. This article covers technical details, affected systems, impact assessment, and mitigation strategies.

Published: May 17, 2026

CVE-2025-35979 Overview

CVE-2025-35979 is a transient execution side-channel vulnerability affecting some Intel processors. The flaw stems from shared microarchitectural predictor state that influences speculative execution within VMX non-root (guest) operation. An unprivileged authenticated user executing code inside a virtual machine guest may infer sensitive information from outside the guest boundary through carefully crafted speculative execution sequences. The vulnerability requires local access and a high-complexity attack path, but no user interaction. Intel published advisory SA-01420 documenting the issue and affected processor families.

Critical Impact

A local authenticated attacker operating inside a VMX guest may disclose confidential data from the host or other guests via microarchitectural side channels, breaking virtualization isolation boundaries.

Affected Products

  • Select Intel processors supporting Intel Virtualization Technology (VT-x) with VMX non-root (guest) operation
  • Virtualized environments where untrusted guests share physical CPU cores with sensitive workloads
  • Hypervisor platforms running on affected Intel silicon (see Intel SA-01420 for the specific processor list)

Discovery Timeline

  • 2026-05-12 - CVE-2025-35979 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2025-35979

Vulnerability Analysis

The vulnerability is a side-channel information disclosure caused by shared microarchitectural predictor state across privilege and virtualization boundaries. Modern Intel processors use branch and indirect predictors to speculatively execute instructions ahead of architectural commit. When predictor state created in one context persists into VMX non-root (guest) execution, an attacker inside the guest can steer transient execution down attacker-controlled paths. Secret-dependent loads or branches during this transient window leave observable traces in shared microarchitectural resources such as the cache hierarchy.

The attack falls in the same family as Spectre-class transient execution issues. Exploitation requires precise timing, knowledge of victim code layout, and the ability to train predictors. The integrity and availability of the system are not affected, but confidentiality impact is high both for the vulnerable component and for subsequent systems sharing the predictor state. The EPSS probability is currently 0.015%, reflecting the operational difficulty of executing the attack at scale.

Root Cause

The root cause is insufficient isolation of microarchitectural predictor state between VMX root (host/hypervisor) and VMX non-root (guest) operation. Predictor entries trained in one security domain influence speculation in another, enabling a transient execution side channel [CWE-1303-class behavior].

Attack Vector

An attacker requires local code execution as an authenticated low-privileged user inside a VMX guest. The attacker primes predictor structures, induces the victim context to execute a gadget speculatively, and then measures residual microarchitectural state (typically via cache timing) to recover secret bits. No user interaction is required. The high attack complexity reflects the need for stable timing, gadget discovery, and predictor training that bypasses partitioning mitigations.

No verified public proof-of-concept code is available for CVE-2025-35979. Refer to the Intel Security Advisory SA-01420 for processor-specific technical details and mitigation guidance.

Detection Methods for CVE-2025-35979

Indicators of Compromise

  • No reliable host-based indicators exist for successful exploitation, since side-channel attacks do not leave conventional artifacts in logs or on disk
  • Unexpected long-running compute-bound processes inside guest VMs that perform tight cache-timing loops may warrant investigation
  • Guest workloads issuing unusually high volumes of clflush, prefetch, or serializing instructions can indicate cache-timing measurement

Detection Strategies

  • Inventory bare-metal hosts and confirm CPU microcode versions against the levels listed in Intel SA-01420
  • Use hypervisor telemetry to identify guests that are pinned to cores shared with sensitive workloads
  • Apply behavioral analytics to flag guest processes exhibiting cache-probing patterns or abnormal performance counter usage

Monitoring Recommendations

  • Continuously monitor microcode revision levels across the virtualization fleet and alert on drift from the patched baseline
  • Track hypervisor configuration changes affecting indirect branch prediction barriers and core scheduling policies
  • Collect host and guest CPU performance counter telemetry into a centralized data lake for longitudinal analysis

How to Mitigate CVE-2025-35979

Immediate Actions Required

  • Apply the Intel microcode update referenced in Intel Security Advisory SA-01420 to all affected hosts
  • Update hypervisor software (VMware ESXi, Microsoft Hyper-V, KVM, Xen) to versions that enable the new microcode mitigations
  • Restrict the ability of untrusted users to run arbitrary code inside guest VMs on shared infrastructure

Patch Information

Intel has published advisory SA-01420 with microcode updates that address the predictor state leakage between VMX root and non-root operation. System administrators should obtain the microcode through their OEM BIOS/UEFI update channel or through operating system vendor microcode packages. Hypervisor vendors typically release coordinated updates that load the new microcode and enable the appropriate prediction barriers at VM entry and exit. Confirm the patched microcode revision is loaded by inspecting /proc/cpuinfo on Linux hosts or the equivalent diagnostic output on Windows and ESXi.

Workarounds

  • Disable simultaneous multithreading (SMT/Hyper-Threading) on hosts running mutually distrusting tenants to reduce predictor sharing
  • Pin sensitive workloads to dedicated physical cores and avoid co-scheduling with untrusted guest VMs
  • Enable hypervisor options that flush or partition branch predictor state on VM entry and exit where supported
  • Restrict guest access for unauthenticated and low-trust users until microcode updates are deployed
bash
# Verify loaded microcode revision on a Linux host
grep -m1 microcode /proc/cpuinfo

# Check kernel-reported CPU vulnerability status
grep -r . /sys/devices/system/cpu/vulnerabilities/

# Disable SMT as a defense-in-depth measure (Linux)
echo off > /sys/devices/system/cpu/smt/control

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechIntel

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:P/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Intel Security Advisory SA-01420
  • Related CVEs
  • CVE-2025-35991: Intel UEFI Firmware Info Disclosure Bug

  • CVE-2025-24495: Intel Core Ultra Information Disclosure

  • CVE-2025-27708: Intel CSME Information Disclosure Flaw

  • CVE-2025-20073: Intel UEFI DXE Information Disclosure Flaw
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