CVE-2026-22590
Last modified
CVE-2026-22590 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. eprosima Fast DDS is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). Versions prior to 2.6.12, 2.14.6, 3.2.4, 3.3.1, and 3.4.2 have a remotely triggerable Out-of-Bounds Read while processing RTPS `DATA_FRAG` submessages.
Description
eprosima Fast DDS is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). Versions prior to 2.6.12, 2.14.6, 3.2.4, 3.3.1, and 3.4.2 have a remotely triggerable Out-of-Bounds Read while processing RTPS `DATA_FRAG` submessages. An attacker can craft a `DATA_FRAG` with a large `sampleSize` but a small actual payload, and set `fragmentsInSubmessage` such that the receiver treats the packet as the LAST fragment**. In this LAST-fragment path, Fast-DDS computes `incoming_length` based on `sampleSize` and calls `memcpy()` without validating `incoming_data.length >= incoming_length`. As a result, `CacheChange_t::add_fragments()` reads past the received UDP datagram buffer and into adjacent heap memory, copying those bytes into the reassembly buffer. In a Discovery Server deployment, the resulting `CacheChange_t` can be relayed to other participants, meaning that a newly joining participant may receive leaked heap memory (e.g., pointer values that could aid ASLR bypass). Versions 2.6.12, 2.14.6, 3.2.4, 3.3.1, and 3.4.2 fix the issue.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| eProsima | Fast-DDS | < 2.6.12; >= 2.7.0, < 2.14.6; >= 3.0.0, < 3.2.4; >= 3.3.0, < 3.3.1; >= 3.4.0, < 3.4.2 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-22590?
How severe is CVE-2026-22590?
How do I fix CVE-2026-22590?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-22585Use of a Broken or Risky Cryptographic Algorithm vulnerabili…9.8
- CVE-2026-22586Hard-coded Cryptographic Key vulnerability in Salesforce Mar…9.8
- CVE-2026-22587Ideagen DevonWay contains a stored cross site scripting vuln…5.5
- CVE-2026-22588Spree is an open source e-commerce solution built with Ruby …6.5
- CVE-2026-22589Spree is an open source e-commerce solution built with Ruby …7.5
- CVE-2026-2259A vulnerability has been found in aardappel lobster up to 20…5.5
- CVE-2026-22591eprosima Fast DDS is a C++ implementation of the DDS (Data D…7.5
- CVE-2026-22592Gogs is an open source self-hosted Git service. In version 0…6.5
- CVE-2026-22593EVerest is an EV charging software stack. Prior to version 2…7.8
- CVE-2026-22594Ghost is a Node.js content management system. In versions 5.…8.1
- CVE-2026-22595Ghost is a Node.js content management system. In versions 5.…8.1
- CVE-2026-22596Ghost is a Node.js content management system. In versions 5.…7.2
Are you affected by CVE-2026-22590?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
