CVE-2025-62602
Linux Debian vulnerability analysis and mitigation

Overview

CVE-2025-62602 is a heap-based buffer overflow vulnerability in eProsima Fast DDS, a C++ implementation of the OMG Data Distribution Service (DDS) standard. When security mode is enabled, a remote attacker can craft a malicious SPDP packet with tampered PID_IDENTITY_TOKEN or PID_PERMISSIONS_TOKEN fields in the DATA Submessage to trigger a 32-bit integer overflow, leading to out-of-memory conditions and remote process termination. Affected versions include all Fast DDS releases prior to 2.6.11, versions 3.0.0 through 3.3.0, and version 3.4.0; fixed versions are 2.6.11, 3.3.1, and 3.4.1. The vulnerability carries a CVSS v3.1 base score of 7.5 (High) (Feedly, Debian Security Tracker). It was published on February 3, 2026.

Technical details

The root cause is classified as CWE-122 (Heap-based Buffer Overflow) and CWE-787 (Out-of-bounds Write), stemming from insufficient input validation in the CDRMessage deserialization routines. Specifically, the readOctetVector function reads an attacker-controlled vecsize field from the SPDP DATA Submessage without bounds checking, and propagates it unchanged as the length parameter into readData. This unchecked value can trigger a 32-bit integer overflow during length calculation, causing an extremely large heap allocation attempt that rapidly exhausts available memory (Feedly). The attack vector is network-based (AV:N), requires no privileges (PR:N) and no user interaction (UI:N), but is only exploitable when Fast DDS security mode is enabled. The fix, applied across three separate commits, completely refactors the built-in CDRMessage deserializers to use 64-bit arithmetic for length checks and introduces a wrap_from_other_message helper that enforces bounds before wrapping submessages (GitHub Commit 1, GitHub Commit 2, GitHub Commit 3).

Impact

Successful exploitation results in a remotely-triggered denial-of-service (DoS) through out-of-memory conditions, causing the Fast DDS process to terminate abnormally. There is no confidentiality or integrity impact — the vulnerability is limited to availability. Any Fast DDS deployment with security mode enabled and network-accessible SPDP endpoints is at risk, including robotics, industrial control, and autonomous systems that rely on DDS middleware (Feedly, Debian Security Tracker).

Exploitability

No public proof-of-concept exploit code is known to exist, and there is no evidence of in-the-wild exploitation at this time (Feedly). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. The EPSS score is approximately 0.01% (0.000100), indicating a very low probability of exploitation in the near term. No threat actor attribution has been reported.

Exploitation steps

  1. Reconnaissance: Identify network-accessible Fast DDS instances with security mode enabled by scanning for RTPS/DDS traffic on UDP port 7400 (default SPDP multicast port) using tools like Wireshark or network scanners.
  2. Craft malicious SPDP packet: Construct a valid RTPS SPDP (Simple Participant Discovery Protocol) packet containing a DATA Submessage targeting the PID_IDENTITY_TOKEN or PID_PERMISSIONS_TOKEN parameter IDs.
  3. Tamper with vecsize: Set the vecsize field within the readOctetVector call to a crafted large value (e.g., near 0xFFFFFFFF) that will cause a 32-bit integer overflow when used in the length calculation inside readData.
  4. Send the packet: Transmit the crafted SPDP packet to the target Fast DDS participant's discovery endpoint. No authentication or prior session establishment is required.
  5. Trigger OOM and process termination: The overflowed length value causes Fast DDS to attempt an extremely large heap allocation, rapidly exhausting system memory and causing the Fast DDS process to crash, achieving denial-of-service (Feedly, GitHub Commit 1).

Indicators of compromise

  • Network: Unexpected or malformed RTPS SPDP packets on UDP port 7400 (or configured DDS discovery ports) containing anomalously large PID_IDENTITY_TOKEN or PID_PERMISSIONS_TOKEN field lengths; repeated SPDP packets from unknown or unexpected source IPs.
  • Logs: Fast DDS process crash logs or core dumps with out-of-memory errors; system logs (e.g., dmesg, /var/log/syslog) showing OOM killer events targeting the Fast DDS process; application logs indicating unexpected participant discovery failures.
  • Process: Sudden termination of Fast DDS participant processes without graceful shutdown; repeated restarts of DDS-dependent services or watchdog-triggered restarts.

Mitigation and workarounds

Upgrade Fast DDS to the patched versions: 2.6.11, 3.3.1, or 3.4.1, depending on the currently deployed branch. The patches completely refactor CDRMessage deserializers to use 64-bit arithmetic for length calculations and add strict bounds checking before memory allocation (GitHub Commit 1, GitHub Commit 2, GitHub Commit 3). As a temporary workaround where immediate patching is not possible, restrict network access to Fast DDS SPDP discovery endpoints (UDP port 7400 by default) using firewall rules to limit exposure to trusted network segments only (Feedly). Note that Debian packages across bullseye, bookworm, trixie, and sid remain unfixed as of the advisory date and are tracked under Debian Bug #1121094 (Debian Security Tracker).

Additional resources

Linux Distribution fix status

Fix availability across major Linux distributions and their releases.

Debian

Affected

bookworm

fastdds

Affected

sid

fastdds

Affected

trixie

fastdds

Affected

Ubuntu

Unknown

devel

fastdds

Unknown

jammy

fastdds

Unknown

jammy (esm-apps)

fastdds

Unknown

noble

fastdds

Unknown

noble (esm-apps)

fastdds

Unknown

resolute

fastdds

Unknown

resolute (esm-apps)

fastdds

Unknown

SourceThis report was generated using AI

Related Linux Debian vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-94106HIGH8.7
  • Linux Debian logoLinux Debian
  • php-getid3
NoNoSep 20, 2026
CVE-2026-93990HIGH8.7
  • Linux Debian logoLinux Debian
  • expat
NoYesSep 19, 2026
CVE-2026-94108HIGH8.3
  • Linux Debian logoLinux Debian
  • php-getid3
NoNoSep 20, 2026
CVE-2026-93962MEDIUM5.5
  • Linux Debian logoLinux Debian
  • kamailio
NoNoSep 20, 2026
CVE-2026-82560NONEN/A
  • Linux Debian logoLinux Debian
  • seal-perl
NoYesSep 19, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management