The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-29909

CVE-2025-29909: NASA CryptoLib RCE Vulnerability

CVE-2025-29909 is a remote code execution flaw in NASA CryptoLib that allows attackers to exploit heap buffer overflow via malicious TC frames. This post explains its impact, affected versions, and mitigation steps.

Published: March 18, 2026

CVE-2025-29909 Overview

CVE-2025-29909 is a heap buffer overflow vulnerability in NASA's CryptoLib, a software-only solution that implements 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. The vulnerability exists in the Crypto_TC_ApplySecurity() function, where an attacker can craft a malicious Telecommand (TC) frame that causes out-of-bounds memory writes due to an integer underflow (CWE-191).

Critical Impact

This vulnerability can result in denial of service (DoS) or, under certain conditions, remote code execution (RCE) on satellite ground stations and mission control software that process malformed TC frames.

Affected Products

  • NASA CryptoLib versions 1.3.3 and prior
  • Satellite ground station software using CryptoLib for TC processing
  • Mission control systems implementing CCSDS SDLS-EP via CryptoLib

Discovery Timeline

  • 2025-03-17 - CVE-2025-29909 published to NVD
  • 2025-04-30 - Last updated in NVD database

Technical Details for CVE-2025-29909

Vulnerability Analysis

The vulnerability stems from improper validation of TC frame lengths in the Crypto_TC_ApplySecurity() function. When processing incoming Telecommand frames, CryptoLib fails to properly verify that the frame length (tc_header.fl) is sufficient to contain the mandatory header components (segment header and FECF). This allows an attacker to supply a crafted TC frame with an artificially small frame length value.

The root issue is classified as CWE-191 (Integer Underflow), where arithmetic operations on the frame length produce negative or unexpectedly small values when subtracting the header and trailer sizes. These underflowed values subsequently drive memory operations, causing heap buffer overflows during frame processing.

The network-accessible attack vector means that any system accepting TC frames from untrusted sources without strict pre-validation is vulnerable. Given the nature of space communications infrastructure, successful exploitation could compromise critical mission control operations.

Root Cause

The root cause is an integer underflow vulnerability in frame length calculations. When the tc_header.fl field contains a value smaller than the combined size of TC_FRAME_HEADER_SIZE, segment_hdr_len, and fecf_len, the resulting calculation underflows. This leads to incorrect buffer size computations and subsequent out-of-bounds memory writes during TC frame processing.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker with the ability to inject malformed TC frames into the communication channel can exploit this vulnerability. This is particularly concerning for satellite ground stations or mission control software where network-accessible interfaces process incoming telecommand data.

The attacker crafts a TC frame with a tc_header.fl value that is intentionally too small, causing the length calculation to underflow. When CryptoLib processes this frame, it performs memory operations based on the corrupted length values, writing data beyond allocated heap buffer boundaries.

c
// Security patch from src/core/crypto_tc.c
// Source: https://github.com/nasa/CryptoLib/commit/c7e8a8745ff4b5e9bd7e500e91358e86d5abedcc
 
    Crypto_TC_Calc_Lengths(&fecf_len, &segment_hdr_len);
 
+    if(tc_sdls_processed_frame->tc_header.fl <= TC_FRAME_HEADER_SIZE - segment_hdr_len - fecf_len + 1)
+    {
+        status = CRYPTO_LIB_ERR_TC_FRAME_LENGTH_UNDERFLOW;
+        mc_if->mc_log(status);
+        return status;
+    }
+
    // Parse & Check FECF
    Crypto_TC_Parse_Check_FECF(ingest, len_ingest, tc_sdls_processed_frame);

The patch adds a boundary check to verify that the frame length is sufficient before proceeding with frame parsing, returning CRYPTO_LIB_ERR_TC_FRAME_LENGTH_UNDERFLOW if the validation fails.

Detection Methods for CVE-2025-29909

Indicators of Compromise

  • Unexpected crashes or restarts of ground station TC processing services
  • Memory corruption errors or segmentation faults in CryptoLib-dependent applications
  • Anomalous TC frames with unusually small frame length header values
  • Heap corruption indicators in system logs from mission control software

Detection Strategies

  • Implement network monitoring for malformed CCSDS TC frames with invalid length fields
  • Deploy memory safety analysis tools to detect heap overflow attempts in real-time
  • Monitor CryptoLib error logs for CRYPTO_LIB_ERR_TC_FRAME_LENGTH_UNDERFLOW status codes (post-patch)
  • Use application-layer firewalls to validate TC frame structure before processing

Monitoring Recommendations

  • Enable verbose logging in CryptoLib and downstream TC processing applications
  • Implement alerting on process crashes or abnormal terminations in ground station software
  • Monitor memory utilization patterns for signs of heap corruption or exploitation attempts
  • Establish baseline TC frame characteristics to identify statistical anomalies in incoming traffic

How to Mitigate CVE-2025-29909

Immediate Actions Required

  • Update CryptoLib to a version containing commit c7e8a8745ff4b5e9bd7e500e91358e86d5abedcc or later
  • Audit all systems using CryptoLib for TC processing and prioritize patching
  • Implement strict input validation for TC frames at network boundaries before CryptoLib processing
  • Consider network segmentation to limit exposure of TC processing endpoints

Patch Information

NASA has released a security patch for this vulnerability. The fix is available in commit c7e8a8745ff4b5e9bd7e500e91358e86d5abedcc on the official CryptoLib GitHub repository. The patch adds proper boundary validation to ensure the TC frame length is sufficient before proceeding with frame processing. Organizations should apply this patch immediately to all affected deployments.

For detailed information, refer to the GitHub Security Advisory and the patch commit.

Workarounds

  • Implement pre-processing validation of TC frame lengths before passing to CryptoLib
  • Deploy network-level filtering to reject TC frames with frame length values below minimum valid thresholds
  • Restrict network access to TC processing endpoints to trusted, authenticated sources only
  • Consider running CryptoLib processes in sandboxed environments to limit impact of potential exploitation
bash
# Configuration example - Verify CryptoLib version and apply patch
git clone https://github.com/nasa/CryptoLib.git
cd CryptoLib
git fetch origin c7e8a8745ff4b5e9bd7e500e91358e86d5abedcc
git checkout c7e8a8745ff4b5e9bd7e500e91358e86d5abedcc
# Rebuild and redeploy CryptoLib
make clean && make

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNasa Cryptolib

  • SeverityHIGH

  • CVSS Score8.9

  • EPSS Probability1.72%

  • 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-191
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2025-30216: NASA CryptoLib RCE Vulnerability

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

  • CVE-2025-29912: NASA CryptoLib Buffer Overflow Vulnerability

  • CVE-2025-29913: NASA CryptoLib Buffer Overflow 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