The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2026-23865

CVE-2026-23865: FreeType Buffer Overflow Vulnerability

CVE-2026-23865 is a buffer overflow flaw in FreeType library versions 2.13.2 and 2.13.3 that enables out-of-bounds reads when parsing OpenType fonts. This article covers technical details, affected versions, and patches.

Published: March 6, 2026

CVE-2026-23865 Overview

An integer overflow vulnerability exists in the tt_var_load_item_variation_store function of the FreeType library. This flaw affects versions 2.13.2 and 2.13.3 and can result in an out-of-bounds read operation when parsing HVAR/VVAR/MVAR tables in OpenType variable fonts. The vulnerability has been addressed in version 2.14.2.

Critical Impact

Successful exploitation of this vulnerability could allow attackers to read memory beyond intended boundaries when processing specially crafted OpenType variable fonts, potentially leading to information disclosure or application crashes.

Affected Products

  • FreeType library version 2.13.2
  • FreeType library version 2.13.3

Discovery Timeline

  • 2026-03-02 - CVE CVE-2026-23865 published to NVD
  • 2026-03-04 - Last updated in NVD database

Technical Details for CVE-2026-23865

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read). The integer overflow occurs within the tt_var_load_item_variation_store function, which is responsible for parsing font variation data in OpenType variable fonts. When processing HVAR (Horizontal Metrics Variation), VVAR (Vertical Metrics Variation), or MVAR (Metrics Variation) tables, insufficient validation of size calculations can lead to an integer overflow condition.

The local attack vector requires user interaction, meaning an attacker must convince a victim to open a maliciously crafted font file. Once triggered, the vulnerability enables reading data outside the allocated buffer boundaries, which could expose sensitive memory contents or cause application instability.

Root Cause

The root cause lies in inadequate bounds checking during the parsing of item variation store data within OpenType variable fonts. When the tt_var_load_item_variation_store function calculates buffer sizes for variation table data, certain arithmetic operations can overflow, resulting in smaller-than-expected buffer allocations. Subsequent read operations then access memory beyond the allocated region.

Attack Vector

The attack requires local access and user interaction. An attacker must craft a malicious OpenType variable font file containing specially constructed HVAR, VVAR, or MVAR tables designed to trigger the integer overflow. When a victim opens or previews this font file using an application that relies on the vulnerable FreeType library versions, the out-of-bounds read is triggered.

The exploitation flow involves:

  1. Creating a malformed OpenType variable font with manipulated variation table entries
  2. Distributing the malicious font file to potential victims
  3. The victim opening the font using a vulnerable FreeType-based application
  4. The integer overflow triggering an out-of-bounds read during font parsing

For detailed technical information about the vulnerability mechanism, see the GitLab Commit Update that addresses this issue.

Detection Methods for CVE-2026-23865

Indicators of Compromise

  • Presence of OpenType variable font files with unusually large or malformed HVAR/VVAR/MVAR table entries
  • Application crashes or unexpected behavior when rendering or previewing font files
  • Memory access violations or segmentation faults in applications using FreeType library

Detection Strategies

  • Monitor for crashes in applications using FreeType library, particularly when processing font files
  • Implement file integrity monitoring to detect potentially malicious font files in user-accessible directories
  • Use memory sanitizers (ASan, MSan) in development and testing environments to detect out-of-bounds read attempts
  • Deploy endpoint detection solutions capable of monitoring for anomalous font file processing behavior

Monitoring Recommendations

  • Enable verbose logging for applications that process font files to capture parsing errors
  • Monitor system logs for application crashes related to font rendering or FreeType operations
  • Track file downloads and email attachments containing OpenType font files (.otf, .ttf)
  • Implement network monitoring to detect distribution of potentially malicious font files

How to Mitigate CVE-2026-23865

Immediate Actions Required

  • Update FreeType library to version 2.14.2 or later immediately
  • Audit systems to identify all applications and components using vulnerable FreeType versions (2.13.2 and 2.13.3)
  • Implement file filtering to block or quarantine untrusted font files until systems are patched
  • Consider temporarily restricting the processing of OpenType variable fonts in high-risk environments

Patch Information

The vulnerability is fixed in FreeType version 2.14.2. Organizations should update to this version as soon as possible. The fix addresses the integer overflow condition in the tt_var_load_item_variation_store function by implementing proper bounds checking during variation table parsing.

Patch resources:

  • GitLab Commit Update - Contains the specific code changes
  • SourceForge Freetype 2.14.2 - Download the patched version
  • Facebook Security Advisory CVE-2026-23865 - Vendor advisory
  • OpenWall OSS Security Discussion - Community discussion

Workarounds

  • Restrict processing of OpenType variable fonts from untrusted sources until patching is complete
  • Implement application sandboxing to limit the impact of potential memory disclosure
  • Use font validation tools to inspect font files before allowing them into production environments
  • Consider disabling variable font support temporarily in applications where this feature is not critical
bash
# Configuration example
# Check installed FreeType version
pkg-config --modversion freetype2

# On Debian/Ubuntu systems, update FreeType
sudo apt update && sudo apt upgrade libfreetype6

# On Red Hat/CentOS systems
sudo yum update freetype

# Verify the updated version
pkg-config --modversion freetype2

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechFreetype

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Technical References
  • GitLab Commit Update

  • SourceForge Freetype 2.14.2

  • Facebook Security Advisory CVE-2026-23865

  • OpenWall OSS Security Discussion
  • Related CVEs
  • CVE-2022-31782: FreeType Demo Buffer Overflow Flaw

  • CVE-2025-27363: FreeType Font Parsing RCE 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