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-2023-32665

CVE-2023-32665: Gnome Glib DOS Vulnerability

CVE-2023-32665 is a denial of service vulnerability in Gnome Glib caused by exponential blowup in GVariant deserialization. This article covers the technical details, affected versions, impact, and mitigation steps.

Published: February 11, 2026

CVE-2023-32665 Overview

A flaw was found in GLib. GVariant deserialization is vulnerable to an exponential blowup issue where a crafted GVariant can cause excessive processing, leading to denial of service. This vulnerability affects applications that deserialize untrusted GVariant data, potentially allowing attackers to exhaust system resources through specially crafted input.

Critical Impact

Attackers can craft malicious GVariant payloads that trigger exponential processing time during deserialization, causing denial of service conditions in applications using the GNOME GLib library.

Affected Products

  • GNOME GLib (all vulnerable versions)

Discovery Timeline

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

Technical Details for CVE-2023-32665

Vulnerability Analysis

This vulnerability stems from improper handling of GVariant deserialization in the GNOME GLib library. GVariant is a strongly-typed serialization format used extensively in the GNOME ecosystem for inter-process communication, configuration storage, and data exchange. The flaw allows attackers to construct specially crafted GVariant data that triggers an exponential blowup during the deserialization process.

The vulnerability is classified under CWE-400 (Uncontrolled Resource Consumption) and CWE-502 (Deserialization of Untrusted Data). When a vulnerable application processes a maliciously crafted GVariant payload, the deserialization routine enters a state of exponential computational complexity, consuming excessive CPU cycles and potentially memory resources.

The attack vector is local, requiring user interaction to process the malicious data. This could occur through opening a malicious file, processing untrusted D-Bus messages, or any application workflow that deserializes GVariant data from untrusted sources. The impact is limited to availability, with no confidentiality or integrity concerns identified.

Root Cause

The root cause lies in the GVariant deserialization algorithm's handling of certain nested or recursive data structures. When processing specific patterns of GVariant data, the algorithm exhibits exponential time complexity rather than linear complexity. This allows relatively small input payloads to trigger disproportionately large amounts of processing, effectively creating an algorithmic complexity attack vector.

The deserialization process lacks adequate bounds checking or recursion limits for certain GVariant construction patterns, enabling the exponential blowup behavior when processing crafted inputs.

Attack Vector

The attack requires local access and user interaction to be successful. An attacker would need to deliver a malicious GVariant payload to a vulnerable application through one of several vectors:

  1. File-based attacks: Crafting malicious files that contain GVariant data (such as GNOME configuration files or application data files)
  2. D-Bus message attacks: Sending malformed D-Bus messages containing crafted GVariant payloads to applications listening on the bus
  3. Application-specific input: Any application workflow that accepts and deserializes GVariant data from potentially untrusted sources

When the vulnerable application deserializes the malicious payload, it enters an exponentially growing processing loop, consuming CPU resources and potentially rendering the application or system unresponsive.

For technical details on the vulnerability mechanism, see the GNOME GLib Issue #2121 and the Red Hat CVE-2023-32665 Advisory.

Detection Methods for CVE-2023-32665

Indicators of Compromise

  • Abnormally high CPU utilization by processes using GLib for GVariant deserialization
  • Applications becoming unresponsive when processing certain files or D-Bus messages
  • System logs showing extended processing times for GVariant-related operations
  • Presence of unusually structured GVariant data files designed to trigger exponential processing

Detection Strategies

  • Monitor for processes linked against vulnerable GLib versions exhibiting sudden CPU spikes
  • Implement application-level timeouts for GVariant deserialization operations
  • Use file integrity monitoring to detect introduction of suspicious GVariant-formatted files
  • Audit D-Bus message patterns for anomalous GVariant payload structures

Monitoring Recommendations

  • Configure system monitoring tools to alert on prolonged high CPU usage by GLib-dependent applications
  • Implement resource limits (cgroups, ulimits) for processes that handle untrusted GVariant data
  • Monitor system stability metrics and correlate with GVariant processing activities
  • Review application logs for deserialization errors or timeout events

How to Mitigate CVE-2023-32665

Immediate Actions Required

  • Update GLib to the latest patched version available for your distribution
  • Apply vendor-specific security patches from Red Hat, Debian, Gentoo, or other distributions
  • Implement input validation and size limits for GVariant data from untrusted sources
  • Configure resource limits for applications processing GVariant data to contain potential DoS impact

Patch Information

Security patches are available through multiple distribution channels. Organizations should prioritize applying updates from their respective vendors:

  • Red Hat: Security advisory and patches available via Red Hat CVE-2023-32665 Advisory
  • Debian: Patches available via Debian LTS Announcement September 2023
  • Gentoo: Patches available via Gentoo GLSA 202311-18
  • NetApp: Advisory available via NetApp Security Advisory ntap-20240426-0006

For detailed issue tracking and upstream fix information, refer to GNOME GLib Issue #2121.

Workarounds

  • Restrict applications from processing GVariant data from untrusted sources where possible
  • Implement application-level timeouts and resource constraints for deserialization operations
  • Use sandboxing technologies (containers, seccomp, AppArmor) to limit impact of DoS conditions
  • Monitor and alert on unusual resource consumption patterns in GLib-dependent applications
bash
# Example: Apply resource limits for GLib-dependent applications
# Using systemd service unit overrides

# Create override directory
mkdir -p /etc/systemd/system/your-glib-application.service.d/

# Create resource limit override
cat > /etc/systemd/system/your-glib-application.service.d/limits.conf << EOF
[Service]
# Limit CPU time to contain DoS impact
CPUQuota=50%
# Limit memory usage
MemoryMax=1G
# Set task limits
TasksMax=100
EOF

# Reload systemd and restart service
systemctl daemon-reload
systemctl restart your-glib-application.service

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGlib

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.06%

  • 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-400

  • CWE-502
  • Technical References
  • Red Hat CVE-2023-32665 Advisory

  • Red Hat Bug Report #2211827

  • Debian LTS Announcement September 2023

  • Gentoo GLSA 202311-18

  • NetApp Security Advisory ntap-20240426-0006
  • Vendor Resources
  • GNOME GLib Issue #2121
  • Related CVEs
  • CVE-2026-0988: GLib Buffer Overflow DoS Vulnerability

  • CVE-2023-32636: Gnome Glib DOS Vulnerability

  • CVE-2026-1489: GLib Buffer Overflow Vulnerability

  • CVE-2026-1485: Glib 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