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-10838

CVE-2024-10838: Eclipse Cyclone DDS Disclosure Flaw

CVE-2024-10838 is an information disclosure vulnerability in Eclipse Cyclone Data Distribution Service caused by integer underflow during deserialization. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2024-10838 Overview

CVE-2024-10838 is an integer underflow vulnerability affecting Eclipse Cyclone Data Distribution Service (DDS). The flaw exists in the deserialization process, where an integer underflow condition allows any unauthenticated user to read out-of-bounds heap memory. This memory disclosure vulnerability can expose sensitive data, including secret information or pointers that reveal the layout of the address space. Exploitation may result in deserialized data structures containing leaked information, potentially leading to thread crashes or denial of service conditions.

Critical Impact

Unauthenticated attackers can exploit this integer underflow to read out-of-bounds heap memory over the network, potentially exposing sensitive data, memory layout information, and causing denial of service conditions.

Affected Products

  • Eclipse Cyclone Data Distribution Service (all versions prior to 0.10.5)
  • Applications built on Eclipse Cyclone DDS middleware
  • IoT and real-time systems utilizing Cyclone DDS for data distribution

Discovery Timeline

  • March 12, 2025 - CVE-2024-10838 published to NVD
  • July 31, 2025 - Last updated in NVD database

Technical Details for CVE-2024-10838

Vulnerability Analysis

This vulnerability is classified as CWE-191 (Integer Underflow), which occurs when an arithmetic operation results in a value smaller than the minimum representable value for the data type. In the context of Eclipse Cyclone DDS, the integer underflow manifests during the deserialization of incoming network data.

When processing serialized data structures, the deserialization routine performs size calculations that can underflow when specific malformed input is provided. This underflow causes the routine to read beyond the allocated heap buffer boundaries, exposing arbitrary heap memory contents to the attacker. The network-accessible nature of this vulnerability is particularly concerning, as it requires no authentication to exploit.

The leaked memory may contain sensitive information such as cryptographic keys, authentication tokens, or internal pointers. Pointer leakage is especially dangerous as it can defeat Address Space Layout Randomization (ASLR), potentially enabling more sophisticated follow-up attacks.

Root Cause

The root cause is an integer underflow condition in the deserialization logic of Eclipse Cyclone DDS. When calculating buffer sizes or offsets during deserialization, the code fails to properly validate input values before performing subtraction operations. This allows an attacker to craft malicious input that causes a size variable to wrap around to a very large positive value, resulting in an out-of-bounds heap read.

Attack Vector

The attack vector is network-based, requiring no prior authentication or user interaction. An attacker can send specially crafted DDS messages to a vulnerable Cyclone DDS implementation. The malicious payload triggers the integer underflow during deserialization, causing the application to read heap memory beyond its intended boundaries.

The attack flow involves:

  1. Attacker identifies a target system running vulnerable Eclipse Cyclone DDS
  2. Attacker crafts a malicious DDS message with values designed to trigger integer underflow
  3. The deserialization routine processes the malformed data and underflows during size calculation
  4. Out-of-bounds heap memory is read and potentially returned to the attacker
  5. The application may crash or continue operating with corrupted state

Detection Methods for CVE-2024-10838

Indicators of Compromise

  • Unexpected crashes or segmentation faults in Cyclone DDS processes during message processing
  • Anomalous DDS network traffic containing malformed serialization headers or unusual size values
  • Memory access violations logged by system monitoring tools
  • Unusual memory consumption patterns in DDS-enabled applications
  • Application instability correlated with receipt of external DDS messages

Detection Strategies

  • Deploy network intrusion detection systems (IDS) to monitor for malformed DDS protocol messages with suspicious size fields
  • Implement application-level monitoring to detect abnormal deserialization behavior or memory access patterns
  • Enable heap canary protection and memory sanitizers in development and testing environments to catch out-of-bounds reads
  • Monitor for process crashes with signatures consistent with memory corruption in DDS components

Monitoring Recommendations

  • Configure logging to capture detailed information about incoming DDS messages, including source addresses and message metadata
  • Implement runtime memory monitoring using tools like AddressSanitizer (ASan) in non-production environments
  • Set up alerting for repeated crashes or restarts of Cyclone DDS processes
  • Review network traffic logs for connections from untrusted sources to DDS endpoints

How to Mitigate CVE-2024-10838

Immediate Actions Required

  • Upgrade Eclipse Cyclone DDS to version 0.10.5 or later immediately
  • Implement network segmentation to restrict access to DDS endpoints from untrusted networks
  • Apply firewall rules to limit DDS traffic to authorized systems only
  • Review and audit all deployments using Cyclone DDS for exposure to untrusted network traffic
  • Enable available memory protection mechanisms (ASLR, DEP) on systems running Cyclone DDS

Patch Information

Eclipse has released version 0.10.5 of Cyclone DDS which addresses this vulnerability. The patch includes proper bounds checking and input validation in the deserialization routines to prevent the integer underflow condition. Organizations should upgrade to this version as soon as possible.

For detailed patch information, refer to the GitHub Release 0.10.5 and the GitHub Security Advisory GHSA-6jj6-w25p-jc42.

Workarounds

  • Isolate Cyclone DDS deployments behind firewalls that restrict network access to trusted sources only
  • Implement application-layer input validation before passing data to Cyclone DDS deserialization functions where architecturally feasible
  • Deploy intrusion prevention systems (IPS) with custom rules to detect and block malformed DDS messages
  • Consider running DDS processes in sandboxed environments with restricted memory access permissions
bash
# Example firewall configuration to restrict DDS access
# Allow DDS traffic only from trusted internal networks
iptables -A INPUT -p udp --dport 7400:7500 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p udp --dport 7400:7500 -j DROP
iptables -A INPUT -p tcp --dport 7400:7500 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 7400:7500 -j DROP

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechEclipse Cyclone Data Distribution Service

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability1.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-191
  • Vendor Resources
  • GitHub Release 0.10.5

  • GitHub Security Advisory GHSA-6jj6-w25p-jc42

  • GitLab CVE Assignment Issue
  • Related CVEs
  • CVE-2025-67109: Eclipse Cyclone DDS Auth Bypass 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