CVE-2025-61910
BaseFortify
Publication date: 2025-10-07
Last updated on: 2025-10-08
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| nasa | ion-dtn | 4.1.3s |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-789 | The product allocates memory based on an untrusted, large size value, but it does not ensure that the size is within expected limits, allowing arbitrary amounts of memory to be allocated. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in NASA's Interplanetary Overlay Network (ION) Delay/Disruption Tolerant Networking (DTN) implementation version 4.1.3s. A malformed BPv7 bundle extension block causes the software to misinterpret a large block length due to an unsigned to signed integer conversion error. This leads to an attempt to allocate an unrealistic amount of memory, causing uncontrolled memory allocation and ultimately terminating the receiver thread, resulting in a Denial-of-Service (DoS).
How can this vulnerability impact me? :
The vulnerability can cause a Denial-of-Service (DoS) by terminating the receiver thread in the ION-DTN software when processing a specially crafted bundle. This means that the affected system could become unavailable or stop processing data correctly, potentially disrupting communications that rely on this network software.
What immediate steps should I take to mitigate this vulnerability?
Since no patched versions of BPv7 exist as of the publication date, immediate mitigation steps include monitoring and filtering incoming BPv7 bundles to block those containing malformed extension blocks similar to the described pattern starting with 0x85070201005bbb0e20b4ea001a000927c0..., and avoiding processing untrusted or suspicious bundles. Additionally, consider isolating or limiting access to the ION-DTN 4.1.3s service to trusted sources only to reduce exposure.