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

CVE-2025-20028: Intel WheaERST SMM Privilege Escalation

CVE-2025-20028 is a time-of-check time-of-use race condition in Intel's WheaERST SMM module that enables privilege escalation. This article covers the technical details, affected platforms, and mitigation steps.

Published: March 13, 2026

CVE-2025-20028 Overview

A Time-of-check Time-of-use (TOCTOU) race condition vulnerability has been identified in the WheaERST SMM (System Management Mode) module for certain Intel reference platforms. This vulnerability may allow a privileged local attacker to achieve escalation of privilege through a high-complexity attack when specific attack requirements are present.

Critical Impact

Successful exploitation of this TOCTOU vulnerability in the WheaERST SMM module can result in complete compromise of the vulnerable system's confidentiality, integrity, and availability, enabling attackers to escalate privileges at the firmware level.

Affected Products

  • Intel reference platforms with vulnerable WheaERST SMM module
  • Systems utilizing affected BIOS/UEFI firmware implementations
  • Devices with impacted Intel SMM components

Discovery Timeline

  • 2026-03-10 - CVE-2025-20028 published to NVD
  • 2026-03-11 - Last updated in NVD database

Technical Details for CVE-2025-20028

Vulnerability Analysis

This vulnerability is classified as CWE-367 (Time-of-check Time-of-use Race Condition), a critical flaw in the WheaERST SMM module that handles Windows Hardware Error Architecture (WHEA) Error Record Serialization Table functionality. The vulnerability occurs in System Management Mode, which operates at a higher privilege level than the operating system itself.

The attack requires local access and high-complexity conditions to be present, along with privileged user access. No user interaction is required to exploit this vulnerability. The potential impact to the vulnerable system includes complete compromise of confidentiality, integrity, and availability.

Root Cause

The root cause stems from a TOCTOU race condition within the WheaERST SMM handler. When the SMM module performs security checks on data or memory regions, a timing window exists between when the check is performed and when the data is actually used. An attacker with local privileged access can manipulate the data during this window, causing the SMM handler to operate on different data than what was validated.

This type of vulnerability is particularly dangerous in SMM context because System Management Mode operates in a highly privileged execution environment that has unrestricted access to all system resources, including memory and hardware.

Attack Vector

The attack requires local access to the system with an already privileged user account. The attacker must be able to trigger the vulnerable SMM handler while simultaneously racing to modify the memory or data being checked. Given the high complexity requirement, successful exploitation depends on precise timing and the presence of specific attack conditions.

The attacker would typically need to:

  1. Trigger the SMM handler that processes WHEA error records
  2. Exploit the timing window between the security validation check and the actual use of the validated data
  3. Modify the data or memory region during this window to bypass security checks
  4. Achieve arbitrary code execution or privilege escalation within SMM context

Due to the sensitive nature of this vulnerability and absence of verified exploit code, technical exploitation details are not provided. For additional technical information, refer to the Intel Security Advisory SA-01234.

Detection Methods for CVE-2025-20028

Indicators of Compromise

  • Unexpected SMM handler invocations or anomalous SMI (System Management Interrupt) activity patterns
  • Unusual memory access patterns near SMM communication buffers
  • Evidence of race condition exploitation attempts in firmware logs
  • Suspicious processes attempting to trigger SMM handlers repeatedly

Detection Strategies

  • Monitor for suspicious local privileged access patterns that could indicate preparation for SMM-based attacks
  • Deploy firmware integrity monitoring to detect unauthorized modifications to SMM handlers
  • Implement hardware-based security features that can detect SMM tampering
  • Use endpoint detection solutions capable of monitoring low-level system activity

Monitoring Recommendations

  • Enable comprehensive logging for system management events and SMI activity
  • Monitor for unusual patterns of privilege escalation attempts on affected systems
  • Implement baseline monitoring of firmware behavior to detect anomalies
  • Deploy SentinelOne Singularity platform for real-time endpoint protection and firmware-level threat detection

How to Mitigate CVE-2025-20028

Immediate Actions Required

  • Review and apply firmware updates from Intel and OEM vendors as they become available
  • Audit systems to identify affected Intel reference platforms in your environment
  • Restrict local privileged access to systems with vulnerable firmware
  • Enable additional security controls such as Secure Boot and UEFI Secure Boot where available

Patch Information

Intel has released security guidance addressing this vulnerability. Organizations should consult the Intel Security Advisory SA-01234 for specific patch information and updated firmware versions. Contact your system OEM vendor for platform-specific BIOS/UEFI updates that incorporate the necessary fixes for the WheaERST SMM module.

Workarounds

  • Limit local administrative access to affected systems to reduce the attack surface
  • Implement strict access controls and network segmentation for systems with vulnerable firmware
  • Enable hardware security features such as Intel Boot Guard where supported
  • Monitor affected systems closely until firmware patches can be applied
bash
# Check current BIOS/UEFI version on Linux systems
dmidecode -t bios | grep -E "Version|Release Date"

# Verify Secure Boot status
mokutil --sb-state

# List SMM-related modules (requires root)
cat /sys/firmware/acpi/tables/ERST 2>/dev/null && echo "ERST table present"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechIntel

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/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
  • AvailabilityHigh
  • CWE References
  • CWE-367
  • Technical References
  • Intel Security Advisory SA-01234
  • Related CVEs
  • CVE-2026-23554: Intel EPT Privilege Escalation Vulnerability

  • CVE-2025-20064: Intel UEFI Privilege Escalation Flaw

  • CVE-2025-20105: Intel UEFI Firmware Privilege Escalation

  • CVE-2025-20005: Intel UEFI Firmware Privilege Escalation
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