CVE-2022-2601: A buffer overflow was found in grub_font_construct_glyph().
A buffer overflow was found in grub_font_construct_glyph(). A malicious crafted pf2 font can lead to an overflow when calculating the max_glyph_size value, allocating a smaller than needed buffer for the glyph, this further leads to a buffer overflow and a heap based out-of-bounds write. An attacker may use this vulnerability to circumvent the secure boot mechanism.
CVE-2022-2601 is a GRUB2 bootloader flaw triggered by a crafted PF2 font file. If abused, it can corrupt bootloader memory and may bypass Secure Boot protections. The issue matters most for systems relying on Secure Boot as a trust boundary, but the source bundle does not show confirmed active exploitation.
Executive priority
Treat as high priority for Secure Boot-dependent environments and regulated systems. The main risk is erosion of boot trust, not broad remote compromise. Remediation should be planned carefully because Secure Boot-related updates have documented operational disruption risk for some Linux users.
Technical view
grub_font_construct_glyph() can miscalculate max_glyph_size for a malicious PF2 font, allocate an undersized glyph buffer, and perform a heap out-of-bounds write. The CVSS vector is local, low complexity, no privileges, user interaction required, changed scope, with high confidentiality, integrity, and availability impact.
Likely exposure
Exposure is likely on systems using grub2 2.06 or lower, especially Linux boot chains where GRUB2 is used with UEFI Secure Boot. Appliance exposure should be checked against vendor advisories, including NetApp’s referenced advisory. Evidence in the bundle does not identify specific distro package versions beyond GRUB2 2.06 and lower.
Exploitation context
The bundle states a crafted PF2 font may allow Secure Boot circumvention. It does not provide evidence of in-the-wild exploitation, and CISA KEV status is false. Exploitation appears local and requires user interaction, but boot-chain impact raises business risk above a normal local memory corruption issue.
Researcher notes
Focus validation on boot-chain composition: GRUB2 version, Secure Boot state, distribution patches, and appliance vendor status. The source bundle supports memory corruption and Secure Boot bypass potential, but does not include exploit maturity, proof-of-concept status, or definitive patch identifiers.
Mitigation direction
Check OS, appliance, and distribution advisories for GRUB2 updates addressing CVE-2022-2601.
Apply vendor-approved GRUB2 and Secure Boot remediation after compatibility testing.
Do not deploy Secure Boot revocation updates without staged boot testing.
Prioritize systems where Secure Boot is a control requirement.
Track vendor guidance for recovery steps if boot issues occur.
Validation and detection
Inventory endpoints and servers running grub2 2.06 or lower.
Confirm whether UEFI Secure Boot is enabled on affected systems.
Review vendor advisories for each Linux distribution or appliance image.
Test boot success after updates on representative hardware.
Verify change records include rollback or recovery media planning.
Based on public source material and reviewed before publication.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-122: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
2ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-122 · source CWE mapping
Heap-based Buffer Overflow
Heap-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.