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
    • 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-2023-32643

CVE-2023-32643: Gnome GLib Buffer Overflow Vulnerability

CVE-2023-32643 is a heap buffer overflow in Gnome GLib's GVariant deserialization code introduced by a previous CVE fix. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: February 11, 2026

CVE-2023-32643 Overview

A heap buffer overflow vulnerability was discovered in the GLib library's GVariant deserialization code. This flaw was introduced by the fix for CVE-2023-32665 and affects GLib distributors who followed GNOME developer guidance to backport the initial fix for that vulnerability. Notably, this bug does not affect any officially released version of GLib, but poses a significant risk to downstream distributors who implemented the backported patches.

Critical Impact

Successful exploitation of this heap buffer overflow could allow an attacker to execute arbitrary code, cause denial of service, or compromise system integrity through crafted GVariant data processed by affected GLib implementations.

Affected Products

  • GNOME GLib (backported patch versions following CVE-2023-32665 fix guidance)
  • Linux distributions that backported the CVE-2023-32665 fix
  • Applications using affected GLib GVariant deserialization functionality

Discovery Timeline

  • 2023-09-14 - CVE-2023-32643 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-32643

Vulnerability Analysis

This vulnerability is classified as a heap buffer overflow (CWE-122, CWE-787) in the GVariant deserialization component of GLib. The flaw emerged as a regression introduced during the patch development for CVE-2023-32665, which addressed separate GVariant normalization issues. When GLib distributors followed the guidance from GNOME developers to backport these initial fixes, they inadvertently introduced this heap buffer overflow vulnerability into their distributions.

The GVariant system in GLib provides a type-safe, efficiently-stored data serialization format used extensively throughout the GNOME ecosystem and many Linux applications. A heap buffer overflow in the deserialization pathway can be particularly dangerous as it may be triggered when processing untrusted serialized data.

Root Cause

The root cause lies in improper boundary checking during the GVariant deserialization process. When the fix for CVE-2023-32665 was implemented, it introduced a code path that failed to properly validate buffer boundaries when processing certain GVariant data structures. This results in writes beyond the allocated heap buffer during deserialization operations.

Attack Vector

This vulnerability requires local access and user interaction to exploit. An attacker would need to craft a malicious GVariant-serialized data payload and convince a user or application to deserialize it. The attack vector involves:

  1. Creating specially crafted GVariant serialized data designed to trigger the heap buffer overflow
  2. Delivering this malicious payload to a target system running an affected GLib implementation
  3. Triggering the deserialization of the malicious data through an application that processes GVariant content

The vulnerability affects confidentiality, integrity, and availability, as successful exploitation could lead to arbitrary code execution or system crashes. For detailed technical information about the GVariant fixes and the regression, refer to the GNOME GitLab Issue #2840.

Detection Methods for CVE-2023-32643

Indicators of Compromise

  • Unexpected application crashes or segmentation faults in applications using GLib GVariant deserialization
  • Abnormal memory consumption patterns in processes handling GVariant data
  • Core dumps showing heap corruption in GLib-linked applications
  • Suspicious GVariant-formatted files or data streams from untrusted sources

Detection Strategies

  • Monitor for memory corruption errors in system logs related to GLib or GVariant operations
  • Implement application-level monitoring for unexpected terminations in software using GLib
  • Use memory sanitizers (AddressSanitizer, Valgrind) in development and testing environments to detect heap buffer overflows
  • Review patch deployment records to identify systems that received the CVE-2023-32665 backport

Monitoring Recommendations

  • Enable verbose logging for applications processing untrusted GVariant data
  • Implement crash reporting and analysis for applications linked against GLib
  • Monitor distribution security advisories for updated GLib packages
  • Track heap allocation patterns in critical applications using GLib

How to Mitigate CVE-2023-32643

Immediate Actions Required

  • Verify whether your GLib installation includes the backported CVE-2023-32665 fix that introduced this regression
  • Apply updated patches from your Linux distribution that address both CVE-2023-32665 and CVE-2023-32643
  • Review and update any custom backports of GLib security fixes
  • Restrict processing of GVariant data from untrusted sources until patches are applied

Patch Information

GNOME has addressed this vulnerability through updated fixes that resolve both the original CVE-2023-32665 issue and this regression. Distributors should refer to the GNOME GitLab Issue #2840 for the corrected patches. The GNOME Discourse discussion on GVariant fixes provides additional context on the complete set of GVariant normalization fixes.

NetApp has also issued Security Advisory NTAP-20240426-0005 addressing this vulnerability for affected NetApp products.

Workarounds

  • Avoid processing GVariant-serialized data from untrusted or unknown sources until patches are applied
  • Implement input validation and sandboxing for applications that must process external GVariant data
  • Consider temporarily reverting the CVE-2023-32665 backport if the corrected fix is not yet available for your distribution
  • Deploy application-level mitigations such as running affected services with reduced privileges
bash
# Check GLib version and verify patch status
pkg-config --modversion glib-2.0

# Review installed GLib package for security patches (Debian/Ubuntu)
dpkg -s libglib2.0-0 | grep -i version

# Review installed GLib package for security patches (RHEL/CentOS/Fedora)
rpm -q glib2 --changelog | head -50

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechGnome Glib

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.04%

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

  • CWE-787
  • Technical References
  • GNOME Discourse GVariant Fixes

  • NetApp Security Advisory NTAP-20240426-0005
  • Vendor Resources
  • GitLab Issue #2840
  • Related CVEs
  • CVE-2025-6052: Gnome Glib Buffer Overflow Vulnerability

  • CVE-2024-52533: Gnome Glib Buffer Overflow Vulnerability

  • CVE-2020-35457: Gnome GLib Buffer Overflow Vulnerability

  • CVE-2025-14087: Gnome Glib DOS 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
  • 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