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

CVE-2022-3775: GNU Grub2 Buffer Overflow Vulnerability

CVE-2022-3775 is a buffer overflow flaw in GNU Grub2's font rendering that enables heap memory corruption through crafted unicode sequences. This article covers technical details, affected versions, and mitigation.

Published: February 17, 2026

CVE-2022-3775 Overview

CVE-2022-3775 is an out-of-bounds write vulnerability in GRUB2's font rendering code. When rendering certain unicode sequences, GRUB2's font code fails to properly validate whether the informed glyph's width and height is constrained within bitmap size. As a consequence, an attacker can craft malicious input that leads to an out-of-bounds write into GRUB2's heap, resulting in memory corruption and availability issues. Although complex, arbitrary code execution cannot be discarded as a potential outcome.

Critical Impact

This bootloader vulnerability affects the early boot process, potentially allowing attackers to bypass security controls and achieve persistent compromise before the operating system loads.

Affected Products

  • GNU GRUB2 (all versions prior to patched releases)
  • Red Hat Enterprise Linux 8.0
  • Other Linux distributions using vulnerable GRUB2 versions

Discovery Timeline

  • December 19, 2022 - CVE-2022-3775 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2022-3775

Vulnerability Analysis

This vulnerability (CWE-787: Out-of-Bounds Write) exists within GRUB2's font rendering subsystem. The core issue stems from insufficient validation of glyph dimensions when processing specially crafted unicode sequences. When GRUB2 renders text using custom fonts, it allocates bitmap buffers based on expected glyph dimensions. However, the font parsing code does not adequately verify that the actual glyph width and height values fit within the allocated bitmap buffer boundaries.

The local attack vector requires the attacker to have local access to the system, which could be achieved through physical access to the boot process or by tampering with boot configuration files. While no authentication is required to trigger the vulnerability once an attacker has positioned malicious font data, the complexity of achieving reliable code execution makes this attack moderately sophisticated.

Root Cause

The root cause is improper input validation in GRUB2's font handling routines. Specifically, the code responsible for rendering glyphs does not enforce boundary checks to ensure that glyph dimensions specified in font data match the actual allocated bitmap size. This allows a malformed font file to specify glyph dimensions that exceed buffer boundaries, triggering heap corruption when the glyph data is written.

Attack Vector

The attack vector is local, requiring the attacker to influence the boot process through:

  1. Malicious Font Files: An attacker with access to the boot partition can introduce a crafted font file containing unicode sequences with invalid glyph dimensions
  2. Modified GRUB Configuration: Tampering with GRUB configuration to load malicious fonts during the boot process
  3. Secure Boot Bypass: In certain configurations, this vulnerability could potentially be leveraged as part of a chain to bypass Secure Boot protections

When GRUB2 processes the malicious font and attempts to render the crafted unicode sequences, the out-of-bounds write corrupts heap memory. This can lead to denial of service through boot failures, or in more sophisticated attacks, potentially achieve code execution during the pre-boot environment.

The vulnerability mechanism involves the font rendering function processing glyph data without proper bounds checking. When a specially crafted font specifies glyph dimensions that exceed the allocated bitmap buffer, subsequent write operations corrupt adjacent heap memory. Technical details and patch information are available in the Red Hat CVE-2022-3775 Advisory.

Detection Methods for CVE-2022-3775

Indicators of Compromise

  • Unexpected boot failures or GRUB2 crashes during system startup
  • Modified or unexpected font files in the /boot/grub2/fonts/ directory
  • Unauthorized changes to GRUB2 configuration files (grub.cfg)
  • Evidence of boot partition tampering in system logs

Detection Strategies

  • Monitor file integrity of GRUB2 components including fonts, modules, and configuration files
  • Implement boot partition integrity monitoring using tools like AIDE or Tripwire
  • Enable Secure Boot with proper signature verification to detect unauthorized bootloader modifications
  • Review system logs for unexpected GRUB2 errors or boot anomalies

Monitoring Recommendations

  • Configure file integrity monitoring (FIM) for /boot and /boot/efi partitions
  • Implement alerting on any modifications to GRUB2 font files or configuration
  • Deploy endpoint detection capable of monitoring pre-boot and early boot environments
  • Conduct regular audits of boot partition contents against known-good baselines

How to Mitigate CVE-2022-3775

Immediate Actions Required

  • Update GRUB2 to the latest patched version provided by your Linux distribution
  • Verify the integrity of existing GRUB2 installation and boot partition files
  • Enable and configure Secure Boot if supported by your hardware
  • Restrict physical access to systems and limit write access to boot partitions

Patch Information

Security patches addressing CVE-2022-3775 are available from affected Linux distributions. Administrators should consult their distribution's security advisories for specific patch versions:

  • Red Hat Enterprise Linux: Refer to the Red Hat CVE-2022-3775 Advisory for patch details and affected package versions
  • Gentoo Linux: Consult GLSA 202311-14 for patching guidance
  • Other Distributions: Check your distribution's security tracker for GRUB2 updates

After updating GRUB2, administrators should regenerate GRUB configuration and update the bootloader installation using distribution-specific tools (e.g., grub2-mkconfig, update-grub).

Workarounds

  • Implement strict access controls on the boot partition to prevent unauthorized modifications
  • Enable Secure Boot with UEFI to validate bootloader integrity before execution
  • Remove unnecessary or custom fonts from the GRUB2 fonts directory
  • Use read-only boot partitions where operationally feasible
bash
# Verify GRUB2 package version (Red Hat/CentOS)
rpm -qa | grep grub2

# Update GRUB2 packages (Red Hat/CentOS)
sudo dnf update grub2-common grub2-tools grub2-pc

# Regenerate GRUB configuration after patching
sudo grub2-mkconfig -o /boot/grub2/grub.cfg

# Verify boot partition file integrity
sudo find /boot -type f -exec sha256sum {} \; > /root/boot_checksums.txt

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechGnu Grub2

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-787
  • Technical References
  • Red Hat CVE-2022-3775 Advisory

  • Gentoo GLSA 202311-14 Advisory
  • Related CVEs
  • CVE-2025-0689: GNU GRUB2 Buffer Overflow Vulnerability

  • CVE-2022-2601: GNU GRUB2 Buffer Overflow Vulnerability

  • CVE-2022-28734: GNU GRUB2 Buffer Overflow Vulnerability

  • CVE-2022-28733: GNU GRUB2 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