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-2024-36474

CVE-2024-36474: Gnome Libgsf Integer Overflow RCE Flaw

CVE-2024-36474 is an integer overflow vulnerability in Gnome Libgsf that enables remote code execution through malicious files. This article covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2024-36474 Overview

An integer overflow vulnerability exists in the Compound Document Binary File format parser of the GNOME Project G Structured File Library (libgsf) version v1.14.52. A specially crafted file can result in an integer overflow when processing the directory from the file that allows for an out-of-bounds index to be used when reading and writing to an array. This can lead to arbitrary code execution. An attacker can provide a malicious file to trigger this vulnerability.

Critical Impact

This integer overflow vulnerability enables attackers to achieve arbitrary code execution by delivering a maliciously crafted Compound Document Binary File, potentially leading to complete system compromise when a user opens the file.

Affected Products

  • GNOME libgsf version 1.14.52
  • Applications utilizing libgsf for document parsing
  • Linux distributions shipping vulnerable libgsf versions

Discovery Timeline

  • 2024-10-03 - CVE-2024-36474 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2024-36474

Vulnerability Analysis

CVE-2024-36474 is classified as an Integer Overflow vulnerability (CWE-190) residing within the GNOME libgsf library's Compound Document Binary File format parser. The libgsf library is widely used across GNOME desktop applications and other software for handling structured file formats, including Microsoft Office documents and other OLE-based file types.

The vulnerability is triggered during the processing of directory entries within a Compound Document Binary File. When parsing the directory structure, an integer overflow condition can occur due to improper validation of size or count values. This overflow causes subsequent array index calculations to produce incorrect values, enabling out-of-bounds memory access during both read and write operations.

The local attack vector requires user interaction—specifically, a victim must open a malicious file. Despite this requirement, the vulnerability remains concerning because document files are commonly shared and opened in everyday workflows. The ability to achieve arbitrary code execution means an attacker could gain the same privileges as the user running the vulnerable application.

Root Cause

The root cause of CVE-2024-36474 is insufficient integer bounds checking when processing directory entries in Compound Document Binary Files. When the parser calculates array indices or buffer sizes based on values read from the file, it fails to properly validate that these calculations do not wrap around due to integer overflow. This allows attackers to craft files with specially chosen values that trigger the overflow condition, resulting in an exploitable out-of-bounds array access.

Attack Vector

The attack requires local access with user interaction. An attacker must craft a malicious Compound Document Binary File containing specially engineered directory values designed to trigger the integer overflow. When a victim opens this file using an application that relies on libgsf for parsing (such as GNOME document viewers, spreadsheet applications, or file managers with preview capabilities), the vulnerable code path is executed.

The malicious file's directory structure contains values that, when processed, cause an integer overflow in the index calculation. This results in memory corruption through out-of-bounds array writes, which can be leveraged to achieve arbitrary code execution with the privileges of the user running the application. Technical details of the exploitation mechanism can be found in the Talos Vulnerability Report #TALOS-2024-2068.

Detection Methods for CVE-2024-36474

Indicators of Compromise

  • Presence of Compound Document Binary Files with anomalous or malformed directory structures
  • Unusual crashes or memory access violations in applications using libgsf
  • Unexpected child processes spawned from document viewing applications
  • Memory corruption artifacts in libgsf-dependent application logs

Detection Strategies

  • Monitor for abnormal behavior in applications utilizing libgsf, including unexpected memory allocation patterns
  • Implement file scanning for malformed Compound Document Binary Files before allowing user access
  • Deploy endpoint detection solutions capable of identifying exploitation attempts targeting document parsing libraries
  • Use application-level sandboxing to contain potential exploitation of document parsers

Monitoring Recommendations

  • Enable crash reporting and analyze core dumps from applications using libgsf for signs of exploitation
  • Monitor system calls from document viewing applications for suspicious activity such as unexpected process creation
  • Implement logging for file access events involving OLE/Compound Document formats
  • Track libgsf library version deployment across systems to identify vulnerable installations

How to Mitigate CVE-2024-36474

Immediate Actions Required

  • Update libgsf to a patched version that addresses CVE-2024-36474
  • Audit systems for vulnerable libgsf version 1.14.52 installations
  • Limit exposure by restricting opening of untrusted Compound Document files
  • Deploy endpoint protection solutions with behavioral analysis capabilities to detect exploitation attempts

Patch Information

Security patches addressing this vulnerability are available through GNOME and distribution maintainers. Debian has released a security advisory addressing this issue through the Debian LTS Advisory. Users should consult their distribution's package manager for updated libgsf packages. Additional details regarding the fix can be found in the GNOME libgsf Issue Report.

Workarounds

  • Avoid opening Compound Document Binary Files from untrusted or unknown sources
  • Use application sandboxing technologies (such as Flatpak, Snap, or Firejail) to isolate applications that process document files
  • Implement network-level filtering to scan and quarantine potentially malicious document attachments
  • Consider temporarily disabling document preview functionality in file managers until patching is complete
bash
# Check installed libgsf version on Debian/Ubuntu systems
dpkg -l | grep libgsf

# Update libgsf on Debian/Ubuntu
sudo apt update && sudo apt upgrade libgsf-1-114

# Check installed libgsf version on RHEL/Fedora systems
rpm -qa | grep libgsf

# Update libgsf on RHEL/Fedora
sudo dnf update libgsf

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechLibgsf

  • 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-190
  • Technical References
  • GNOME libgsf Issue Report

  • Talos Vulnerability Report #TALOS-2024-2068

  • Debian LTS Advisory Announcement

  • Talos Vulnerability Report #TALOS-2024-2068
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal 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