A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-0438

CVE-2026-0438: System Management Mode (SMM) RCE Flaw

CVE-2026-0438 is an RCE vulnerability in System Management Mode (SMM) handlers that enables privileged attackers to execute code in SMM. This article covers the technical details, security impact, and mitigation strategies.

Published: May 21, 2026

CVE-2026-0438 Overview

CVE-2026-0438 is a System Management Mode (SMM) handler vulnerability disclosed by AMD. The flaw allows an SMM handler to perform a callout to code located in non-SMM or untrusted memory. A highly privileged attacker with physical access and active user interaction can leverage this weakness to trigger execution of attacker-controlled code inside SMM. Successful exploitation undermines the confidentiality, integrity, and availability of the host system. The issue is tracked under CWE-1072: Data Resource Access without Use of a Connection Pool and is documented in AMD's security bulletins.

Critical Impact

Code execution in System Management Mode bypasses operating system and hypervisor protections, granting ring -2 control over the affected platform.

Affected Products

  • AMD platforms referenced in AMD Security Bulletin SB-3030
  • AMD platforms referenced in AMD Security Bulletin SB-4017
  • Specific affected CPU models and firmware versions are enumerated in the AMD advisories

Discovery Timeline

  • 2026-05-15 - CVE-2026-0438 published to NVD
  • 2026-05-15 - Last updated in NVD database

Technical Details for CVE-2026-0438

Vulnerability Analysis

System Management Mode is the highest-privileged x86 execution context, often described as ring -2. SMM code runs from System Management RAM (SMRAM), an isolated region inaccessible to the operating system and hypervisor. When firmware enters SMM through a System Management Interrupt (SMI), handlers execute trusted routines to manage power, hardware errors, and platform configuration.

This vulnerability arises when an SMM handler calls out to code residing outside SMRAM. Because SMM code executes with unrestricted access to physical memory and platform registers, any callout into untrusted memory transfers control with full SMM privileges. An attacker who can place controlled code at the targeted address therefore executes arbitrary instructions inside SMM.

The attack requires physical access, high attacker privileges, active user interaction, and specific platform preconditions. These constraints reduce real-world exploitability, but successful execution yields persistent, firmware-resident compromise.

Root Cause

The root cause is improper isolation of SMM execution flow. The handler dereferences or invokes a function pointer that resolves outside SMRAM without validating the target. This is a known firmware design weakness pattern catalogued as CWE-1072, where a privileged component relies on resources it does not control.

Attack Vector

The attacker must already hold high privileges on the target system and have physical access to the device. They prepare attacker-controlled code in non-SMM memory at the address the vulnerable handler will invoke. Triggering the relevant SMI causes the SMM handler to call out to the prepared memory, executing the payload in SMM context. AMD describes the precondition requirements and physical attack vector in AMD Security Bulletin SB-3030 and AMD Security Bulletin SB-4017. No public proof-of-concept exploit is available, and the vulnerability is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2026-0438

Indicators of Compromise

  • Unexpected modifications to UEFI firmware images or SPI flash contents compared to the vendor-signed baseline
  • Unsigned or unknown modules loaded during platform boot as reported by measured boot and TPM event logs
  • Anomalous SMI rates or handler execution times observable through platform telemetry

Detection Strategies

  • Compare firmware measurements against known-good baselines using TPM PCR values and vendor attestation tools
  • Run AMD-provided platform validation utilities to confirm BIOS and AGESA versions match the patched releases referenced in SB-3030 and SB-4017
  • Audit endpoints for unauthorized physical access events such as chassis intrusion alerts and out-of-band BMC activity

Monitoring Recommendations

  • Enable and centrally collect UEFI Secure Boot, measured boot, and TPM event logs for offline integrity analysis
  • Alert on firmware version drift across the fleet through endpoint management and configuration baselines
  • Track privileged account activity that could precede a physical attack chain, including administrator credential use on systems with chassis access

How to Mitigate CVE-2026-0438

Immediate Actions Required

  • Inventory AMD-based systems and cross-reference processor families and platform firmware against AMD Security Bulletin SB-3030 and AMD Security Bulletin SB-4017
  • Apply OEM BIOS and AGESA updates that incorporate AMD's fixed firmware as soon as vendors publish them
  • Restrict administrative privileges and enforce physical security controls on systems handling sensitive workloads

Patch Information

AMD has published platform firmware updates that address the SMM callout flaw. System integrators and OEMs deliver these fixes through BIOS updates built on the corrected AGESA versions. Consult AMD Security Bulletin SB-3030 and AMD Security Bulletin SB-4017 for the specific microcode and AGESA versions, then apply the corresponding BIOS release from the system OEM.

Workarounds

  • Enforce strict physical access controls including locked racks, chassis intrusion detection, and tamper-evident seals on at-risk endpoints
  • Limit local administrator and root accounts so that an attacker cannot meet the high-privilege precondition required by the exploit chain
  • Enable UEFI Secure Boot, BIOS administrator passwords, and BIOS write protection to raise the bar for firmware tampering until patches are deployed
bash
# Configuration example: verify installed BIOS version on Linux to compare against vendor-fixed releases
sudo dmidecode -s bios-version
sudo dmidecode -s bios-release-date
sudo dmidecode -t processor | grep -E 'Version|Family'

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechN/A

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:P/AC:H/AT:P/PR:H/UI:A/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-1072
  • Technical References
  • AMD Security Bulletin SB-3030

  • AMD Security Bulletin SB-4017
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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