CVE-2025-61910

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-61910
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-61910.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-61910
Aliases
  • GHSA-xm96-38vj-h28h
Published
2025-10-07T19:31:33.358Z
Modified
2025-12-02T20:16:36.437972Z
Severity
  • 7.5 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H CVSS Calculator
Summary
NASA ION-DTN BPv7 4.1.3s Uncontrolled Memory Allocation that leads to Denial-of-Service
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/61xxx/CVE-2025-61910.json",
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-789"
    ]
}
References

Affected packages

Git / github.com/nasa-jpl/ion-dtn

Affected ranges

Type
GIT
Repo
https://github.com/nasa-jpl/ion-dtn
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
Database specific
{
    "versions": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "= 4.1.3s"
        }
    ]
}

Affected versions

IOS-4.*

IOS-4.0.0
IOS-4.0.2
IOS-4.1.1

ion-2.*

ion-2.1.0
ion-2.2.0
ion-2.2.1
ion-2.2.1b
ion-2.3.0
ion-2.4.0
ion-2.4.1
ion-2.4.2
ion-2.5.0
ion-2.5.1
ion-2.5.2
ion-2.5.3

ion-3.*

ion-3.0.0
ion-3.0.1
ion-3.0.2
ion-3.1.0
ion-3.1.1
ion-3.1.2
ion-3.1.3
ion-3.2.0
ion-3.2.1
ion-3.2.2
ion-3.3.0
ion-3.3.1
ion-3.4.0
ion-3.4.1
ion-3.5.0
ion-3.6.0
ion-3.6.0b
ion-3.6.1
ion-3.6.2
ion-3.7.0

ion-4.*

ion-4.1.1-release

ion-open-source-4.*

ion-open-source-4.1.1
ion-open-source-4.1.2
ion-open-source-4.1.3
ion-open-source-4.1.3s

patch-IOS-4.*

patch-IOS-4.1.1-nm-patch1
patch-IOS-4.1.1-nm-patch2