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

CVE-2024-23313: Libbiosig Integer Underflow RCE Flaw

CVE-2024-23313 is an integer underflow vulnerability in Libbiosig that enables remote code execution via malicious .famos files. This article covers the technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2024-23313 Overview

An integer underflow vulnerability exists in the sopen_FAMOS_read functionality of The Biosig Project libbiosig. This critical vulnerability affects libbiosig version 2.5.0 and the Master Branch (ab0ee111). When processing a specially crafted .famos file, the integer underflow can lead to an out-of-bounds write, which in turn enables arbitrary code execution. An attacker can provide a malicious file to trigger this vulnerability.

Critical Impact

This vulnerability allows remote attackers to achieve arbitrary code execution by convincing a user to open a malicious .famos file, potentially leading to complete system compromise without requiring authentication.

Affected Products

  • libbiosig_project libbiosig version 2.5.0
  • libbiosig_project libbiosig Master Branch (ab0ee111)
  • Fedora Project Fedora 40

Discovery Timeline

  • 2024-02-20 - CVE-2024-23313 published to NVD
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2024-23313

Vulnerability Analysis

The vulnerability resides in the sopen_FAMOS_read function within the libbiosig library, which is responsible for parsing FAMOS file format data. The core issue is an integer underflow (CWE-191) that occurs during size calculations when processing malformed .famos files. When a crafted file contains specific values that cause an arithmetic underflow, the resulting value becomes unexpectedly large, leading to an out-of-bounds write condition.

The libbiosig library is commonly used for reading and converting biomedical signal data files. Applications that integrate this library to handle .famos format files are vulnerable if they process untrusted input files.

Root Cause

The root cause is improper validation of numeric values during file parsing operations in the sopen_FAMOS_read function. When performing arithmetic operations on file-supplied values, the code fails to check for underflow conditions. This allows an attacker to supply values that, when subtracted, wrap around to very large positive numbers due to the unsigned integer representation. The resulting oversized value is then used in memory allocation or buffer operations, creating an out-of-bounds write primitive.

Attack Vector

The attack vector for CVE-2024-23313 is network-based, requiring no privileges or user interaction according to the CVSS vector. An attacker can exploit this vulnerability by:

  1. Crafting a malicious .famos file with specific field values designed to trigger the integer underflow
  2. Delivering the file to a victim through various channels (email attachment, file sharing, web download)
  3. When the victim or an automated system processes the file using a vulnerable version of libbiosig, the underflow occurs
  4. The out-of-bounds write corrupts memory in a controlled manner
  5. The attacker achieves arbitrary code execution in the context of the application processing the file

The vulnerability is particularly dangerous because biomedical data processing applications may automatically process incoming files without manual intervention, enabling automated exploitation scenarios.

Detection Methods for CVE-2024-23313

Indicators of Compromise

  • Presence of unusually large or malformed .famos files on systems or in email attachments
  • Application crashes or unexpected behavior in software utilizing libbiosig when processing .famos files
  • Memory access violations or segmentation faults in processes linked to libbiosig
  • Unexpected child processes spawned from applications that typically process biomedical signal data

Detection Strategies

  • Monitor for abnormal process behavior in applications that use libbiosig for file processing
  • Implement file integrity monitoring on directories where .famos files are commonly stored or processed
  • Use endpoint detection and response (EDR) solutions to detect memory corruption exploitation attempts
  • Deploy application-level logging to capture file processing errors and anomalies

Monitoring Recommendations

  • Enable verbose logging for applications utilizing the libbiosig library
  • Monitor system calls for unusual memory allocation patterns from biomedical data processing applications
  • Implement network monitoring to detect suspicious file transfers involving .famos files
  • Configure alerts for application crashes or restarts in systems processing biomedical signal data

How to Mitigate CVE-2024-23313

Immediate Actions Required

  • Update libbiosig to a patched version that addresses CVE-2024-23313
  • Restrict processing of .famos files from untrusted sources until patches are applied
  • Implement input validation and file scanning for any .famos files before processing
  • Consider sandboxing or containerizing applications that process biomedical signal data

Patch Information

For Fedora users, apply the latest security updates as referenced in the Fedora Package Announcement. For other systems using libbiosig directly, consult The Biosig Project for updated releases. Additional technical details are available in the Talos Vulnerability Report TALOS-2024-1922.

Workarounds

  • Disable or remove the ability to process .famos files if not required for business operations
  • Implement strict file type validation before allowing files to be processed by libbiosig
  • Run applications that process biomedical signal data with reduced privileges in isolated environments
  • Deploy application whitelisting to prevent execution of unauthorized code that could be delivered via exploitation

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechLibbiosig

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.82%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-191
  • Technical References
  • Talos Vulnerability Report TALOS-2024-1922

  • Fedora Package Announcement

  • Talos Vulnerability Report TALOS-2024-1922
  • Related CVEs
  • CVE-2026-20777: Libbiosig RCE Vulnerability

  • CVE-2026-22891: Libbiosig RCE Vulnerability

  • CVE-2025-64736: Libbiosig Information Disclosure Flaw
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