Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-29913

CVE-2025-29913: NASA CryptoLib Buffer Overflow Vulnerability

CVE-2025-29913 is a critical heap buffer overflow in NASA CryptoLib that enables DoS attacks or remote code execution via malicious telecommand frames. This article covers technical details, affected versions, and mitigation.

Published: March 18, 2026

CVE-2025-29913 Overview

A critical heap buffer overflow vulnerability has been identified in NASA's CryptoLib, a software-only solution implementing the CCSDS Space Data Link Security Protocol - Extended Procedures (SDLS-EP) to secure communications between spacecraft running the core Flight System (cFS) and ground stations. This vulnerability exists in the Crypto_TC_Prep_AAD function and affects CryptoLib versions 1.3.3 and prior.

The vulnerability allows an attacker to trigger a Denial of Service (DoS) or potentially execute arbitrary code (RCE) by providing a maliciously crafted telecommand (TC) frame that causes an unsigned integer underflow. When exploited, the function attempts to access an out-of-bounds memory location, leading to a segmentation fault.

Critical Impact

Successful exploitation could allow attackers to disrupt spacecraft-ground station communications or potentially achieve remote code execution in mission-critical space systems.

Affected Products

  • NASA CryptoLib versions 1.3.3 and prior
  • CryptoLib commit d3cc420ace96d02a5b7e83d88cbd2e48010d5723 and earlier
  • Systems using CCSDS SDLS-EP for spacecraft communications

Discovery Timeline

  • 2025-03-17 - CVE CVE-2025-29913 published to NVD
  • 2025-05-07 - Last updated in NVD database

Technical Details for CVE-2025-29913

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read) and represents a heap buffer overflow condition. The flaw resides in the Crypto_TC_Prep_AAD function, which is responsible for preparing Additional Authenticated Data (AAD) during telecommand frame processing.

The core issue stems from an incorrect calculation of tc_mac_start_index. When processing telecommand frames, the function computes the MAC (Message Authentication Code) start index without properly validating that the result remains within the bounds of the ingest buffer. A maliciously crafted TC frame with manipulated length values causes an unsigned integer underflow during this calculation.

Since unsigned integers cannot represent negative values, the underflow wraps around to a very large positive number, causing the function to attempt memory access far beyond the allocated buffer boundaries. This triggers a segmentation fault and process crash, achieving Denial of Service. Given the nature of heap buffer overflows, skilled attackers may also be able to craft payloads that achieve arbitrary code execution.

Root Cause

The root cause is improper input validation and unsafe arithmetic operations in the Crypto_TC_Prep_AAD function. The code fails to implement boundary checks before computing tc_mac_start_index, allowing malformed telecommand frames with incorrect length fields to trigger unsigned integer underflow. The absence of defensive programming practices around buffer index calculations creates the exploitable condition.

Attack Vector

The attack can be conducted over the network by sending a specially crafted telecommand (TC) frame to a system running the vulnerable CryptoLib implementation. The attacker does not require authentication or user interaction to exploit this vulnerability. The malicious TC frame must contain length values calculated to trigger the integer underflow when the Crypto_TC_Prep_AAD function processes it.

The exploitation process involves:

  1. Crafting a telecommand frame with manipulated length fields
  2. Sending the malicious frame to the target system's communication interface
  3. The Crypto_TC_Prep_AAD function processes the frame and calculates an invalid tc_mac_start_index
  4. The unsigned integer underflow causes out-of-bounds memory access
  5. The system crashes (DoS) or potentially executes attacker-controlled code (RCE)

For detailed technical information about the vulnerability, refer to the GitHub Security Advisory.

Detection Methods for CVE-2025-29913

Indicators of Compromise

  • Unexpected segmentation faults or crashes in processes using CryptoLib
  • Abnormal telecommand frames with inconsistent or suspicious length fields
  • Memory corruption indicators in CryptoLib-dependent applications
  • Unusual crash patterns in spacecraft communication handling systems

Detection Strategies

  • Implement network monitoring to detect malformed telecommand frames with anomalous length values
  • Deploy application-level monitoring to detect segmentation faults in CryptoLib processes
  • Use memory protection tools and address sanitizers during development and testing
  • Monitor system logs for repeated crashes or memory access violations in communication handlers

Monitoring Recommendations

  • Enable crash dump analysis for systems running CryptoLib
  • Implement input validation logging for all incoming telecommand frames
  • Configure alerts for abnormal termination of CryptoLib-dependent services
  • Establish baseline communication patterns to identify anomalous telecommand traffic

How to Mitigate CVE-2025-29913

Immediate Actions Required

  • Review all systems utilizing NASA CryptoLib versions 1.3.3 and prior for exposure
  • Implement network-level filtering to validate telecommand frame structures before processing
  • Consider isolating vulnerable systems from untrusted networks where possible
  • Monitor the GitHub Security Advisory for official patch releases

Patch Information

As of the last known state, the vulnerability remains present in the CryptoLib repository at commit d3cc420ace96d02a5b7e83d88cbd2e48010d5723. Organizations should monitor the official NASA CryptoLib repository and the GitHub Security Advisory for updates and official patches.

When a patch becomes available, prioritize testing and deployment across all affected systems. Given the critical nature of spacecraft communications, coordinate patching activities with operational schedules and mission requirements.

Workarounds

  • Implement additional input validation at the network perimeter to filter malformed TC frames before they reach CryptoLib
  • Deploy runtime memory protection mechanisms such as ASLR and stack canaries on systems running CryptoLib
  • Restrict network access to telecommand processing interfaces to trusted sources only
  • Consider implementing application-level bounds checking as a defensive layer before calling vulnerable functions
bash
# Example: Restrict network access to telecommand interfaces
# Add firewall rules to limit access to trusted ground station IPs only
iptables -A INPUT -p udp --dport <TC_PORT> -s <TRUSTED_GROUND_STATION_IP> -j ACCEPT
iptables -A INPUT -p udp --dport <TC_PORT> -j DROP

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechNasa Cryptolib

  • SeverityHIGH

  • CVSS Score8.9

  • EPSS Probability0.42%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-29912: NASA CryptoLib Buffer Overflow Vulnerability

  • CVE-2025-46673: NASA CryptoLib Auth Bypass Vulnerability

  • CVE-2025-30216: NASA CryptoLib RCE Vulnerability

  • CVE-2025-29910: NASA CryptoLib DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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