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-2025-62599

CVE-2025-62599: Fast DDS DoS Vulnerability

CVE-2025-62599 is a denial-of-service vulnerability in Fast DDS that causes Out-Of-Memory conditions through SPDP packet manipulation. This article covers the technical details, affected versions, and mitigation strategies.

Published: February 6, 2026

CVE-2025-62599 Overview

CVE-2025-62599 is an Integer Overflow vulnerability affecting Fast DDS, a C++ implementation of the Data Distribution Service (DDS) standard by the Object Management Group (OMG). When security mode is enabled, attackers can exploit this flaw by modifying the DATA Submessage within an SPDP (Simple Participant Discovery Protocol) packet sent by a publisher, causing an Out-Of-Memory (OOM) condition that results in remote termination of Fast-DDS processes.

The vulnerability specifically occurs when the PID_IDENTITY_TOKEN or PID_PERMISSION_TOKEN fields in the DATA Submessage are tampered with, particularly by manipulating the length field in readPropertySeq. This manipulation triggers an integer overflow during the resize operation, leading to memory exhaustion and denial of service.

Critical Impact

Remote attackers can crash Fast DDS instances by sending specially crafted SPDP packets, causing denial of service in distributed systems relying on DDS communication.

Affected Products

  • Fast DDS versions prior to 3.4.1
  • Fast DDS versions prior to 3.3.1
  • Fast DDS versions prior to 2.6.11

Discovery Timeline

  • 2026-02-03 - CVE CVE-2025-62599 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2025-62599

Vulnerability Analysis

This vulnerability represents a classic integer overflow condition in the Fast DDS implementation's handling of SPDP (Simple Participant Discovery Protocol) packets. The flaw resides in the readPropertySeq function, which processes property sequences within security tokens during participant discovery.

When Fast DDS operates in security mode, it processes authentication and permission tokens (PID_IDENTITY_TOKEN and PID_PERMISSION_TOKEN) contained within DATA Submessages. The vulnerability is triggered when an attacker crafts a malicious SPDP packet with a manipulated length field that causes an integer overflow during memory allocation calculations.

The integer overflow occurs during the resize operation, where the manipulated length value wraps around, potentially causing the system to attempt allocating an unexpectedly large amount of memory. This results in an Out-Of-Memory condition that terminates the Fast DDS process, effectively denying service to all participants relying on that node.

The vulnerability is classified under CWE-125 (Out-of-bounds Read), indicating that the integer overflow can also lead to memory access issues beyond the allocated buffer boundaries.

Root Cause

The root cause of this vulnerability is insufficient validation of the length field in the readPropertySeq function before performing memory allocation operations. When processing security token properties from SPDP packets, the code fails to properly validate that the provided length value will not cause an integer overflow when used in subsequent memory calculations.

Specifically, the vulnerability stems from:

  • Lack of bounds checking on the length field extracted from incoming SPDP packets
  • Insufficient validation before calling resize operations on internal data structures
  • Missing integer overflow detection during memory allocation size calculations

Attack Vector

The attack is network-based and can be executed by any attacker capable of sending UDP packets to the DDS participant's discovery port. The exploitation process involves:

  1. Reconnaissance: The attacker identifies Fast DDS instances operating in security mode on the network
  2. Packet Crafting: A malicious SPDP packet is constructed with a tampered DATA Submessage containing a specially crafted length field in PID_IDENTITY_TOKEN or PID_PERMISSION_TOKEN
  3. Transmission: The crafted packet is sent to the target's SPDP discovery port
  4. Exploitation: The victim's Fast DDS instance processes the packet, triggering the integer overflow during readPropertySeq execution
  5. Impact: The resulting OOM condition causes the Fast DDS process to terminate, disrupting DDS communication

The attack requires the target to be operating in security mode but does not require authentication or any special privileges to execute.

Detection Methods for CVE-2025-62599

Indicators of Compromise

  • Unexpected termination or crashes of Fast DDS processes with out-of-memory errors
  • Abnormally large memory allocation attempts in DDS-related processes
  • Unusual SPDP packets with malformed or excessively large length fields in security tokens
  • Repeated DDS participant discovery failures following process terminations

Detection Strategies

  • Monitor Fast DDS processes for unexpected terminations and OOM kill events in system logs
  • Implement network monitoring to detect malformed SPDP packets with suspicious length values in security token fields
  • Deploy intrusion detection rules to identify anomalous DDS discovery traffic patterns
  • Enable application-level logging to capture readPropertySeq parsing errors and memory allocation failures

Monitoring Recommendations

  • Configure system resource monitoring to alert on sudden memory consumption spikes in Fast DDS processes
  • Implement process health monitoring with automatic restart capabilities for critical DDS nodes
  • Set up network traffic analysis to baseline normal SPDP packet characteristics and alert on deviations
  • Enable core dump collection for Fast DDS processes to facilitate post-incident analysis

How to Mitigate CVE-2025-62599

Immediate Actions Required

  • Upgrade Fast DDS to patched versions: 3.4.1, 3.3.1, or 2.6.11 depending on your current version branch
  • Review network segmentation to limit exposure of DDS discovery ports to untrusted networks
  • Implement process monitoring and automatic restart mechanisms for critical Fast DDS instances
  • Consider temporarily disabling security mode if the service disruption risk outweighs the security benefits in your environment

Patch Information

eProsima has released security patches addressing this vulnerability in Fast DDS versions 3.4.1, 3.3.1, and 2.6.11. The fixes implement proper validation of length fields in the readPropertySeq function to prevent integer overflow conditions.

The patches are available through the following commits:

  • GitHub Commit Update
  • GitHub Commit Fix
  • GitHub Commit Change

Additional tracking information is available at the Debian CVE Tracker Entry.

Workarounds

  • Implement network access controls to restrict SPDP traffic to trusted participants only
  • Deploy DDS communication over VPN or other secured network tunnels to prevent packet injection from untrusted sources
  • Configure resource limits (ulimit, cgroups) for Fast DDS processes to contain the impact of memory exhaustion attacks
  • Implement load balancing with multiple DDS participants to maintain service availability during individual node failures
bash
# Example: Restrict memory usage for Fast DDS processes using systemd
# Add to the Fast DDS service unit file
[Service]
MemoryMax=2G
MemoryHigh=1.5G
Restart=always
RestartSec=5

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechFast Dds

  • SeverityLOW

  • CVSS Score1.7

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:U/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
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Technical References
  • GitHub Commit Update

  • GitHub Commit Fix

  • GitHub Commit Change

  • Debian CVE Tracker Entry
  • Related CVEs
  • CVE-2025-62603: Fast DDS DoS Vulnerability

  • CVE-2025-62600: Fast DDS DoS Vulnerability

  • CVE-2025-64098: Fast DDS DoS Vulnerability

  • CVE-2025-64438: Fast DDS Out-of-Memory DoS 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