banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-33068

CVE-2022-33068: Harfbuzz Integer Overflow DoS Vulnerability

CVE-2022-33068 is an integer overflow vulnerability in Harfbuzz v4.3.0 that enables attackers to trigger a Denial of Service condition. This article covers the technical details, affected versions, and mitigation strategies.

Published: February 18, 2026

CVE-2022-33068 Overview

An integer overflow vulnerability exists in the component hb-ot-shape-fallback.cc of HarfBuzz v4.3.0. HarfBuzz is a widely-used text shaping library that processes OpenType fonts and is embedded in numerous applications including web browsers, document processors, and operating system font rendering pipelines. This vulnerability allows attackers to cause a Denial of Service (DoS) condition by providing specially crafted input that triggers the integer overflow, potentially crashing applications that rely on the library for font processing.

Critical Impact

Applications using HarfBuzz v4.3.0 for text shaping are vulnerable to DoS attacks through maliciously crafted fonts or text input, potentially causing application crashes and service disruption.

Affected Products

  • HarfBuzz Project HarfBuzz v4.3.0
  • Fedora Project Fedora 35
  • Fedora Project Fedora 36

Discovery Timeline

  • 2022-06-23 - CVE CVE-2022-33068 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-33068

Vulnerability Analysis

This vulnerability is classified as CWE-190 (Integer Overflow or Wraparound). The flaw occurs in the hb-ot-shape-fallback.cc component, which handles fallback shaping operations for OpenType fonts. When processing certain font data, the library fails to properly validate numeric boundaries before performing arithmetic operations, leading to an integer overflow condition.

The vulnerability requires local access and user interaction to exploit, as the attacker must convince a victim to process a malicious font file or document containing specially crafted font data. The impact is limited to availability—successful exploitation results in a denial of service condition without compromising data confidentiality or integrity.

The patch analysis reveals that the fix addresses boundary conditions in the SBIX (Standard Bitmap Graphics Table) handling code, specifically limiting glyph extents to prevent overflow conditions when processing PNG header dimensions.

Root Cause

The root cause is insufficient validation of glyph dimension values in the SBIX table processing code. The library processes PNG header width and height values without verifying they fall within safe numeric bounds before using them in calculations. When these values approach or exceed 65536, integer overflow can occur during subsequent arithmetic operations, leading to undefined behavior and potential crashes.

Attack Vector

The attack vector is local, requiring user interaction. An attacker would need to:

  1. Craft a malicious font file or document containing SBIX table data with oversized PNG dimension values
  2. Trick a victim into opening the malicious file with an application that uses HarfBuzz for text rendering
  3. When the vulnerable code processes the malformed glyph data, the integer overflow triggers, causing the application to crash

This attack is particularly relevant for document viewers, web browsers, and design applications that process untrusted font files.

c
// Security patch from src/hb-ot-color-sbix-table.hh
// Source: https://github.com/harfbuzz/harfbuzz/commit/62e803b36173fd096d7ad460dd1d1db9be542593
 
       const PNGHeader &png = *blob->as<PNGHeader>();
 
+      if (png.IHDR.height >= 65536 | png.IHDR.width >= 65536)
+      {
+	hb_blob_destroy (blob);
+	return false;
+      }
+
       extents->x_bearing = x_offset;
       extents->y_bearing = png.IHDR.height + y_offset;
       extents->width     = png.IHDR.width;

Source: GitHub Commit 62e803b

Detection Methods for CVE-2022-33068

Indicators of Compromise

  • Application crashes when rendering specific fonts or documents
  • Unexpected termination of text processing services or font rendering engines
  • Error logs indicating memory corruption or assertion failures in HarfBuzz-related code paths
  • Suspicious font files with abnormally large PNG dimension values in SBIX tables

Detection Strategies

  • Monitor for application crashes related to font rendering or text shaping operations
  • Implement file integrity monitoring for font files in system and application directories
  • Deploy static analysis rules to detect HarfBuzz library versions prior to the security patch
  • Scan incoming font files for anomalous SBIX table structures with dimension values exceeding 65535

Monitoring Recommendations

  • Configure application crash reporting to capture stack traces involving HarfBuzz library functions
  • Implement resource usage monitoring to detect abnormal memory consumption during font processing
  • Enable security logging for document and font file processing operations
  • Monitor for repeated crashes in applications that process external font resources

How to Mitigate CVE-2022-33068

Immediate Actions Required

  • Upgrade HarfBuzz to a version containing the security patch (commit 62e803b36173fd096d7ad460dd1d1db9be542593 or later)
  • Apply vendor-provided security updates for affected operating systems including Fedora 35 and 36
  • Review and update any applications bundling HarfBuzz to use patched versions
  • Implement input validation for font files from untrusted sources

Patch Information

The vulnerability has been addressed in the HarfBuzz repository. The fix adds boundary validation to prevent processing of SBIX table entries with PNG dimensions at or above 65536 pixels. Organizations should apply the patch through one of the following methods:

  • Direct from source: Apply commit 62e803b
  • Fedora users: Install updated packages via Fedora package announcements
  • Gentoo users: Follow GLSA 202209-11 advisory

Workarounds

  • Restrict processing of font files from untrusted or unknown sources
  • Implement application-level sandboxing for processes that handle external fonts
  • Configure font loading policies to use only trusted system fonts where possible
  • Deploy content filtering to block or quarantine suspicious font file attachments
bash
# Check installed HarfBuzz version on Linux systems
pkg-config --modversion harfbuzz

# For Fedora systems, update to patched version
sudo dnf update harfbuzz

# Verify the update was applied
rpm -q harfbuzz

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechHarfbuzz

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.14%

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

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Gentoo GLSA Advisory
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Issue Discussion
  • Related CVEs
  • CVE-2023-25193: Harfbuzz DoS Vulnerability

  • CVE-2026-0943: HarfBuzz::Shaper Null Pointer Vulnerability

  • CVE-2026-22693: HarfBuzz Buffer Overflow Vulnerability

  • CVE-2024-56732: HarfBuzz Buffer Overflow Vulnerability
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
  • English
  • 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