A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-61910

CVE-2025-61910: NASA ION-DTN DoS Vulnerability

CVE-2025-61910 is a denial-of-service flaw in NASA's Interplanetary Overlay Network (ION-DTN) caused by malformed BPv7 extension blocks that trigger uncontrolled memory allocation. This analysis covers technical details, affected versions, impact, and mitigation strategies.

Published: April 29, 2026

CVE-2025-61910 Overview

CVE-2025-61910 is a Denial of Service (DoS) vulnerability in NASA's Interplanetary Overlay Network (ION), an implementation of Delay/Disruption Tolerant Networking (DTN). The vulnerability exists in ION-DTN version 4.1.3s and is triggered when processing a malformed BPv7 bundle with a crafted extension block. This flaw causes uncontrolled memory allocation, leading to receiver thread termination and service disruption.

Critical Impact

A remote attacker can send a specially crafted BPv7 bundle to crash the ION-DTN receiver thread, causing a complete Denial of Service for space communication network nodes.

Affected Products

  • NASA ION-DTN version 4.1.3s
  • BPv7 (Bundle Protocol version 7) implementations using ION-DTN
  • Systems relying on Delay/Disruption Tolerant Networking infrastructure

Discovery Timeline

  • 2025-10-07 - CVE-2025-61910 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-61910

Vulnerability Analysis

This vulnerability stems from improper handling of CBOR-encoded extension blocks within BPv7 bundles. When the ION-DTN receiver processes a malformed extension block, it encounters an integer type conversion issue that results in catastrophic memory allocation failure.

The vulnerable extension block begins with the byte sequence 0x85070201005bbb0e20b4ea001a000927c0.... The leading byte 0x85 indicates a CBOR array containing five elements. The first four elements are numeric values (0x07, 0x02, 0x01, 0x00), but the fifth element is a byte string of length 27. When this byte string is processed instead of an expected numeric value, the parser derives an extremely large block length value.

The vulnerability is classified under CWE-789 (Memory Allocation with Excessive Size Value), indicating that the application fails to properly validate size parameters before memory allocation operations.

Root Cause

The root cause lies in the bei.c file at line 764, where an unsigned integer blockLength is converted to a 32-bit signed integer blkSize. This unsigned-to-signed conversion causes blkSize to hold the negative value of -369092043. When this value is subsequently passed to MTAKE(blkSize), it undergoes implicit conversion to a 64-bit unsigned value, resulting in an astronomically large memory allocation request that the system cannot fulfill.

The fundamental issue is the lack of bounds checking before the type conversion and the absence of validation to ensure the block length falls within reasonable limits for memory allocation.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can remotely send a specially crafted BPv7 bundle containing the malicious extension block to any ION-DTN node. Upon receipt, the vulnerable parsing code will attempt to allocate an impossibly large memory region, causing the receiver thread to crash.

The malformed extension block exploits the CBOR parsing logic by substituting an expected numeric field with a carefully constructed byte string. This causes the parser to misinterpret the data and derive an invalid block length value.

For detailed technical analysis of the vulnerable code path, refer to the GitHub source code reference and the GitHub Security Advisory.

Detection Methods for CVE-2025-61910

Indicators of Compromise

  • Unexpected termination of ION-DTN receiver threads without clear cause
  • Memory allocation failure logs in ION-DTN service logs
  • Inbound BPv7 bundles containing extension blocks with CBOR byte strings in unexpected positions
  • System resource exhaustion alerts related to memory allocation attempts

Detection Strategies

  • Monitor ION-DTN service logs for memory allocation errors or thread termination events
  • Implement network traffic analysis to detect malformed BPv7 bundles with anomalous extension block structures
  • Deploy intrusion detection rules to identify bundles containing the signature byte pattern 0x85070201005b in extension blocks
  • Configure alerting for ION-DTN process crashes or restarts

Monitoring Recommendations

  • Establish baseline metrics for ION-DTN receiver thread health and memory usage patterns
  • Implement real-time monitoring of BPv7 bundle processing success and failure rates
  • Configure automated alerts for any ION-DTN service interruptions or unexpected restarts
  • Review incoming network traffic for CBOR-encoded payloads with excessive length indicators

How to Mitigate CVE-2025-61910

Immediate Actions Required

  • Evaluate the criticality of ION-DTN deployments and consider temporarily isolating vulnerable nodes from untrusted network segments
  • Implement network-level filtering to block malformed BPv7 bundles where possible
  • Monitor ION-DTN service health closely for signs of exploitation attempts
  • Review the GitHub Security Advisory for the latest mitigation guidance

Patch Information

As of the publication date, no patched versions of BPv7 within ION-DTN are available. Organizations should monitor the official NASA JPL ION-DTN repository for security updates and apply patches immediately upon release. The vulnerability affects version 4.1.3s and potentially other versions using the same extension block parsing logic.

Workarounds

  • Restrict network access to ION-DTN nodes to trusted sources only using firewall rules or network segmentation
  • Implement application-level input validation to reject BPv7 bundles with suspicious extension block structures before they reach the vulnerable parsing code
  • Consider deploying a proxy or gateway that validates bundle integrity before forwarding to ION-DTN nodes
  • If operationally feasible, disable processing of extension blocks until a patch is available
bash
# Example: Network isolation configuration for ION-DTN nodes
# Restrict incoming DTN traffic to known, trusted peer addresses
iptables -A INPUT -p udp --dport 4556 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p udp --dport 4556 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechIon

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-789
  • Technical References
  • GitHub Source Code Snippet

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English