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-2022-36763

CVE-2022-36763: Tianocore EDK2 Buffer Overflow Vulnerability

CVE-2022-36763 is a heap buffer overflow in Tianocore EDK2's Tcg2MeasureGptTable() function that can compromise system confidentiality, integrity, and availability. This article covers technical details, affected versions, and mitigations.

Published: February 18, 2026

CVE-2022-36763 Overview

CVE-2022-36763 is a heap buffer overflow vulnerability affecting EDK2, the open-source UEFI firmware implementation maintained by TianoCore. The vulnerability exists in the Tcg2MeasureGptTable() function, which is responsible for measuring GPT (GUID Partition Table) data as part of the Trusted Computing Group (TCG) measured boot process. An attacker with local access can exploit this flaw to trigger a heap buffer overflow, potentially compromising the confidentiality, integrity, and availability of the affected system.

Critical Impact

Successful exploitation of this heap buffer overflow vulnerability in UEFI firmware can lead to arbitrary code execution at the firmware level, potentially bypassing Secure Boot protections and establishing persistent system compromise that survives operating system reinstallation.

Affected Products

  • Tianocore EDK2 (all versions prior to patch)
  • Systems utilizing EDK2-based UEFI firmware implementations
  • Fedora and Debian distributions using affected EDK2 packages

Discovery Timeline

  • 2024-01-09 - CVE-2022-36763 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2022-36763

Vulnerability Analysis

This vulnerability is classified under CWE-122 (Heap-based Buffer Overflow) and CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer). The Tcg2MeasureGptTable() function in EDK2 fails to properly validate the size of GPT table entries before copying them into a heap-allocated buffer. When processing specially crafted partition table data, the function can write beyond the allocated heap buffer boundaries, corrupting adjacent memory structures.

The vulnerability occurs during the measured boot process, which is designed to establish a chain of trust by measuring firmware and boot components into the TPM (Trusted Platform Module). Ironically, this security feature contains a flaw that can be exploited to undermine system security.

Root Cause

The root cause of CVE-2022-36763 lies in insufficient bounds checking within the Tcg2MeasureGptTable() function. When processing GPT table entries for TPM measurement, the function allocates a fixed-size heap buffer but does not adequately validate the actual size of the data being copied. This allows an attacker to supply a malformed GPT table that exceeds expected dimensions, resulting in heap memory corruption.

Attack Vector

Exploitation requires local access to the target system. An attacker must be able to manipulate the GPT partition table data that is processed during the boot sequence. This could be achieved through:

  • Physical access to modify disk contents
  • Privilege escalation to write to raw disk sectors
  • Compromising a process with disk write capabilities

Once the malicious GPT data is in place, the vulnerability is triggered during the next system boot when the Tcg2MeasureGptTable() function processes the malformed partition table. The heap overflow can be leveraged to overwrite critical data structures, potentially achieving code execution at the UEFI firmware level.

The local attack vector requires low privileges and no user interaction to exploit, making it a significant risk for systems where attackers have achieved initial access.

Detection Methods for CVE-2022-36763

Indicators of Compromise

  • Unexpected modifications to GPT partition table entries with anomalous sizes
  • System crashes or unexpected behavior during boot sequence related to TPM measurements
  • Firmware integrity check failures or TPM measurement discrepancies
  • Evidence of raw disk sector writes by unauthorized processes

Detection Strategies

  • Monitor for unauthorized modifications to disk partition tables using file integrity monitoring tools
  • Implement TPM-based attestation to detect firmware-level compromises
  • Deploy SentinelOne Singularity Platform for real-time detection of suspicious disk access patterns and boot-time anomalies
  • Review system logs for boot failures or TPM-related errors that may indicate exploitation attempts

Monitoring Recommendations

  • Enable UEFI Secure Boot and verify its configuration remains intact
  • Implement hardware-based root of trust mechanisms to detect firmware tampering
  • Configure alerts for any processes attempting raw disk writes outside of expected maintenance windows
  • Regularly verify TPM PCR (Platform Configuration Register) values against known-good baselines

How to Mitigate CVE-2022-36763

Immediate Actions Required

  • Update EDK2 firmware to the latest patched version as specified in the TianoCore Security Advisory
  • Apply vendor-specific UEFI firmware updates for affected systems
  • Restrict local access and implement strong privilege controls to limit potential attackers' ability to modify disk structures
  • Review and update Fedora and Debian systems with patched EDK2 packages as per distribution advisories

Patch Information

TianoCore has released security patches addressing CVE-2022-36763. Organizations should consult the GitHub Security Advisory (GHSA-xvv8-66cq-prwr) for specific patch details. Linux distributions including Fedora and Debian have issued their own package updates, available through their respective security announcement channels.

For Fedora systems, refer to the Fedora Package Announcement for update instructions.

For Debian systems, refer to the Debian LTS Announcement for patching guidance.

Workarounds

  • Implement strict access controls to prevent unauthorized users from accessing raw disk devices
  • Enable and enforce UEFI Secure Boot to provide an additional layer of protection against firmware-level attacks
  • Use full disk encryption with pre-boot authentication to limit opportunities for disk modification
  • Consider deploying endpoint detection solutions like SentinelOne that monitor for suspicious boot-time activities and disk access patterns
bash
# Verify current UEFI Secure Boot status
mokutil --sb-state

# Check for available firmware updates on Fedora
sudo dnf update edk2-*

# Check for available firmware updates on Debian
sudo apt update && sudo apt upgrade edk2-*

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechTianocore

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-122

  • CWE-119
  • Technical References
  • Fedora Package Announcement

  • Debian LTS Announcement
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2023-45235: Tianocore EDK2 Buffer Overflow Vulnerability

  • CVE-2023-45234: Tianocore EDK2 Buffer Overflow Vulnerability

  • CVE-2023-45230: Tianocore EDK2 Buffer Overflow Vulnerability

  • CVE-2021-38578: Tianocore Edk2 Buffer Overflow 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