CVE-2025-61910
Last modified
CVE-2025-61910 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. The NASA’s Interplanetary Overlay Network (ION) is an implementation of Delay/Disruption Tolerant Networking (DTN). A BPv7 bundle with a malformed extension block causes uncontrolled memory allocation inside ION-DTN 4.1.3s, leading to receiver thread termination and a Denial-of-Service (DoS). EPSS estimates a 0.32% chance of exploitation in the next 30 days.
Description
The NASA’s Interplanetary Overlay Network (ION) is an implementation of Delay/Disruption Tolerant Networking (DTN). A BPv7 bundle with a malformed extension block causes uncontrolled memory allocation inside ION-DTN 4.1.3s, leading to receiver thread termination and a Denial-of-Service (DoS). The triggering bundle contains an extension block starting at `0x85070201005bbb0e20b4ea001a000927c0...`. The first byte in the extension block (0x85) indicates a CBOR array of five elements of which the first four are numbers (0x07, 0x02, 0x01, 0x00) but the fifth element is a byte string of length 27 (`0x5bbb0e20b4ea001a000927c0...`). The vulnerability seems to be due to processing the fifth element of the array (i.e., the byte string) as replacing it with a number makes the vulnerability no longer be triggered. While parsing this extension block, ION obtains a very large block length, which in the code in `bei.c`:764) seems to be passed from `blockLength` which is an unsigned int, to a 32 bit signed integer `blkSize`. The unsigned to signed conversion causes `blkSize` to hold the value of -369092043, which is then converted into a 64-bit unsigned value inside `MTAKE(blkSize)`, resulting in an attempt to allocate an unrealistic amount of memory, causing the error. As of time of publication, no known patched versions of BPv7 exist.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-61910?
How severe is CVE-2025-61910?
How do I fix CVE-2025-61910?
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 2025
- CVE-2025-6190The Realty Portal – Agent plugin for WordPress is vulnerable…8.8
- CVE-2025-61906Opencast is a free, open-source platform to support the mana…4.3
- CVE-2025-61907Icinga 2 is an open source monitoring system. In Icinga 2 ve…6.5
- CVE-2025-61908Icinga 2 is an open source monitoring system. From 2.10.0 to…6.5
- CVE-2025-61909Icinga 2 is an open source monitoring system. From 2.10.0 to…4.4
- CVE-2025-6191Integer overflow in V8 in Google Chrome prior to 137.0.7151.…8.8
- CVE-2025-61911python-ldap is a lightweight directory access protocol (LDAP…6.5
- CVE-2025-61912python-ldap is a lightweight directory access protocol (LDAP…5.3
- CVE-2025-61913Flowise is a drag & drop user interface to build a customize…9.9
- CVE-2025-61914n8n is an open source workflow automation platform. Prior to…5.4
- CVE-2025-61915OpenPrinting CUPS is an open source printing system for Linu…6.7
- CVE-2025-61916Spinnaker is an open source, multi-cloud continuous delivery…6.6
Are you affected by CVE-2025-61910?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
