Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2021-26381

CVE-2021-26381: Trusted OS Privilege Escalation Flaw

CVE-2021-26381 is a privilege escalation vulnerability in Trusted OS caused by improper system call validation. Malicious drivers can corrupt kernel memory through unauthorized page operations. Learn about the impact and fixes.

Published: February 13, 2026

CVE-2021-26381 Overview

CVE-2021-26381 is a high-severity vulnerability affecting AMD's Trusted OS component. The vulnerability stems from improper system call parameter validation that allows a malicious driver to perform mapping or unmapping operations on a large number of pages, potentially resulting in kernel memory corruption.

This vulnerability exists within the secure execution environment of AMD processors, specifically in the Trusted OS layer that manages secure operations. A privileged attacker with the ability to load malicious drivers could exploit this flaw to corrupt kernel memory, potentially leading to system instability, privilege escalation, or further security compromises.

Critical Impact

A malicious driver can exploit improper parameter validation in AMD Trusted OS system calls to corrupt kernel memory, potentially enabling privilege escalation or system compromise.

Affected Products

  • AMD Trusted OS (specific versions detailed in AMD Security Bulletins)
  • AMD processors utilizing Trusted Execution Environment
  • Systems running affected AMD Platform Security Processor (PSP) firmware

Discovery Timeline

  • 2026-02-10 - CVE CVE-2021-26381 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2021-26381

Vulnerability Analysis

The vulnerability resides in the parameter validation logic of system calls within AMD's Trusted OS. When a driver makes system calls to perform memory mapping or unmapping operations, the Trusted OS fails to properly validate the parameters specifying the number of pages to be operated upon.

This improper validation (classified as CWE-770: Allocation of Resources Without Limits or Throttling) allows a malicious driver to request operations on an excessively large number of memory pages. Without proper bounds checking, the Trusted OS processes these requests, leading to potential kernel memory corruption.

The attack requires local access and high privileges to execute, as the attacker must be able to load a malicious driver onto the target system. However, once a malicious driver is loaded, it can leverage this vulnerability to perform unauthorized memory operations that could compromise system integrity.

Root Cause

The root cause is improper input validation in the Trusted OS system call interface, specifically the failure to enforce appropriate limits on the number of pages that can be mapped or unmapped in a single operation. This allows resource allocation without proper throttling or boundary checks, enabling memory corruption through excessive page operations.

Attack Vector

The attack requires local access to the system with high privileges. An attacker would need to:

  1. Gain sufficient privileges to load a kernel-mode driver on the target system
  2. Develop or deploy a malicious driver that makes crafted system calls to the Trusted OS
  3. Pass malicious parameters specifying an excessively large number of pages for mapping/unmapping operations
  4. Trigger the improper memory operations to corrupt kernel memory

The vulnerability exploitation requires a sophisticated attacker with local system access and the ability to execute privileged code. The attack complexity is considered high due to the need for precise crafting of malicious parameters.

For detailed technical information about this vulnerability, refer to the AMD Security Bulletin SB-4013 and AMD Security Bulletin SB-6024.

Detection Methods for CVE-2021-26381

Indicators of Compromise

  • Unexpected kernel crashes or blue screens related to memory corruption
  • Unusual driver loading activity, especially from untrusted sources
  • Anomalous system call patterns targeting the Trusted OS interface
  • Memory integrity violations detected by security monitoring tools

Detection Strategies

  • Monitor for unsigned or suspicious driver installations on AMD-based systems
  • Implement driver signing enforcement policies to prevent malicious driver loading
  • Deploy endpoint detection and response (EDR) solutions capable of detecting kernel-level anomalies
  • Use behavioral analysis to identify unusual memory mapping operations

Monitoring Recommendations

  • Enable Windows Driver Signature Enforcement and Secure Boot
  • Monitor system event logs for driver installation events (Event ID 7045)
  • Implement kernel integrity monitoring to detect unauthorized memory modifications
  • Deploy SentinelOne agents for comprehensive endpoint visibility and threat detection

How to Mitigate CVE-2021-26381

Immediate Actions Required

  • Apply the latest AMD firmware and BIOS updates from your system manufacturer
  • Review AMD Security Bulletins SB-4013 and SB-6024 for specific patch information
  • Enforce driver signing requirements to prevent unauthorized driver loading
  • Limit administrative privileges to reduce the attack surface

Patch Information

AMD has released security updates addressing this vulnerability. System administrators should consult the AMD Security Bulletin SB-4013 and AMD Security Bulletin SB-6024 for detailed patch information and affected product lists.

Firmware updates are typically distributed through OEM vendors (Dell, HP, Lenovo, etc.) as BIOS updates. Contact your system manufacturer for the latest security updates applicable to your specific hardware.

Workarounds

  • Enforce strict driver signing policies using Windows Device Guard or similar technologies
  • Implement application whitelisting to control which drivers can be loaded
  • Restrict administrative access to limit who can install kernel-mode drivers
  • Enable Secure Boot and verify its configuration is active
bash
# Windows: Verify driver signing enforcement status
bcdedit /enum | findstr "testsigning"

# Windows: Enable driver signature enforcement (if disabled)
bcdedit /set testsigning off

# Linux: Check secure boot status
mokutil --sb-state

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechN/A

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:H/AT:N/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-770
  • Technical References
  • AMD Security Bulletin SB-4013

  • AMD Security Bulletin SB-6024
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
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