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-54878

CVE-2025-54878: NASA CryptoLib Buffer Overflow Vulnerability

CVE-2025-54878 is a heap buffer overflow flaw in NASA CryptoLib that allows attackers to corrupt memory through malformed telecommand frames. This post covers the technical details, affected versions, and mitigations.

Updated: May 19, 2026

CVE-2025-54878 Overview

CVE-2025-54878 is a heap buffer overflow vulnerability in NASA CryptoLib version 1.4.0 and earlier. CryptoLib 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 flaw resides in the Initialization Vector (IV) setup logic for telecommand (TC) frames, where missing bounds checks allow a single-byte write past the end of a freshly allocated heap buffer. An attacker submitting a crafted telecommand frame can corrupt heap memory, producing crashes or potentially more severe exploitation outcomes.

Critical Impact

A malformed telecommand frame can corrupt the heap, resulting in denial of service of spacecraft-to-ground cryptographic processing or undefined behavior that may extend to memory corruption exploitation.

Affected Products

  • NASA CryptoLib version 1.4.0
  • NASA CryptoLib versions prior to 1.4.0
  • Spacecraft and ground station deployments using CryptoLib for SDLS-EP

Discovery Timeline

  • 2025-08-11 - CVE-2025-54878 published to NVD
  • 2025-08-27 - Last updated in NVD database

Technical Details for CVE-2025-54878

Vulnerability Analysis

The vulnerability is classified as a heap-based buffer overflow [CWE-122]. CryptoLib processes telecommand frames as part of the CCSDS SDLS-EP protocol, which provides authenticated and encrypted command uplinks to spacecraft. During IV setup for an incoming TC frame, the library allocates a heap buffer sized to the expected IV length, then copies attacker-controlled IV bytes from the frame into that buffer.

Because the copy logic does not validate that the source length matches the destination buffer size, a crafted frame can trigger a one-byte write beyond the allocated region. This off-by-one overflow corrupts adjacent heap metadata or neighboring chunks. The protocol context exposes this code path to network-reachable telecommand traffic, which raises the attack surface beyond locally crafted inputs.

Root Cause

The root cause is missing bounds enforcement in the IV copy operation within the TC frame IV setup routine. The code trusts a length value derived from the inbound frame without comparing it against the size of the destination heap allocation. Refer to the NASA CryptoLib commit 9b5b294 for the corrective patch.

Attack Vector

Exploitation requires no authentication and no user interaction. An attacker capable of delivering a telecommand frame to a system running CryptoLib can supply a malformed IV field that overruns the heap buffer by one byte. The most reliable outcome is a process crash and denial of service for cryptographic frame processing. Heap corruption may also enable further memory manipulation depending on allocator state and adjacent objects.

The vulnerability is described in the GitHub Security Advisory GHSA-9qph-pxfm-q9g4. No public proof-of-concept exploit is currently available.

Detection Methods for CVE-2025-54878

Indicators of Compromise

  • Unexpected crashes or aborts in processes linking against libcryptolib during telecommand frame processing
  • Heap corruption signatures in core dumps referencing the TC frame IV setup code path
  • Anomalous telecommand frames with malformed or oversized IV fields reaching ground station or spacecraft simulator endpoints

Detection Strategies

  • Deploy AddressSanitizer (ASan) or similar heap instrumentation in test and staging environments to catch the off-by-one write before production deployment
  • Inventory all binaries linked against NASA CryptoLib and verify the linked version against the patched release
  • Monitor for repeated abnormal termination of CryptoLib-dependent services, which may indicate exploitation attempts

Monitoring Recommendations

  • Enable verbose protocol logging on telecommand ingress paths to capture frame structure metadata for forensic review
  • Alert on process restarts or crash loops of ground segment services that integrate CryptoLib
  • Correlate network telemetry for unauthorized or anomalous telecommand traffic sources against expected ground station peers

How to Mitigate CVE-2025-54878

Immediate Actions Required

  • Upgrade NASA CryptoLib to the patched release that contains commit 9b5b294
  • Rebuild and redeploy all dependent ground station, spacecraft simulator, and flight software components that statically or dynamically link CryptoLib
  • Restrict telecommand ingress to authenticated and authorized ground station peers using network-layer controls

Patch Information

The advisory states the issue has been patched. Apply the fix referenced in the NASA CryptoLib GitHub repository and review the GHSA-9qph-pxfm-q9g4 advisory for full remediation guidance. Operators should validate the upgrade in a representative test environment before deploying to mission-critical systems.

Workarounds

  • Filter inbound telecommand frames at the network boundary to reject frames with IV fields that do not match the expected protocol size
  • Run CryptoLib-dependent processes with hardened allocator settings and exploit mitigations such as heap canaries and ASLR enabled
  • Isolate telecommand processing services in restricted execution environments to limit blast radius if corruption occurs
bash
# Configuration example: pin CryptoLib to the patched commit during build
git clone https://github.com/nasa/CryptoLib.git
cd CryptoLib
git checkout 9b5b294ec09da450d2d4d05aea2db604ead48be1
mkdir build && cd build
cmake ..
make

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.6

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-122
  • Technical References
  • GitHub Security Advisory GHSA-9qph-pxfm-q9g4
  • Vendor Resources
  • GitHub Commit Update
  • Related CVEs
  • CVE-2026-21899: NASA CryptoLib Buffer Overflow Flaw

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

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

  • CVE-2025-46673: NASA CryptoLib Auth Bypass 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