CVE-2026-21899

CryptoLib provides a software-only solution using the CCSDS Space Data Link Security Protocol - Extended Procedures (SDLS-EP) to secure communications between a spacecraft running the core Flight System (cFS) and a ground station. Prior to version 1.4.3, in base64urlDecode, padding-stripping dereferences input[inputLen - 1] before checking that inputLen > 0 or that input != NULL. For inputLen == 0, this becomes an OOB read at input[-1], potentially crashing the process. If input == NULL and inputLen == 0, it dereferences NULL - 1. This issue has been patched in version 1.4.3.
Configurations

Configuration 1 (hide)

cpe:2.3:a:nasa:cryptolib:*:*:*:*:*:*:*:*

History

17 Jun 2026, 10:19

Type Values Removed Values Added
Summary
  • (es) CryptoLib proporciona una solución únicamente de software utilizando el Protocolo de Seguridad de Enlace de Datos Espaciales CCSDS - Procedimientos Extendidos (SDLS-EP) para asegurar las comunicaciones entre una nave espacial que ejecuta el Sistema de Vuelo central (cFS) y una estación terrestre. Antes de la versión 1.4.3, en base64urlDecode, la eliminación de relleno desreferencia input[inputLen - 1] antes de verificar que inputLen > 0 o que input != NULL. Para inputLen == 0, esto se convierte en una lectura fuera de límites (OOB read) en input[-1], lo que podría bloquear el proceso. Si input == NULL e inputLen == 0, desreferencia NULL - 1. Este problema ha sido parcheado en la versión 1.4.3.

15 Jan 2026, 21:45

Type Values Removed Values Added
CPE cpe:2.3:a:nasa:cryptolib:*:*:*:*:*:*:*:*
First Time Nasa cryptolib
Nasa
References () https://github.com/nasa/CryptoLib/releases/tag/v1.4.3 - () https://github.com/nasa/CryptoLib/releases/tag/v1.4.3 - Release Notes
References () https://github.com/nasa/CryptoLib/security/advisories/GHSA-wc29-5hw7-mpj8 - () https://github.com/nasa/CryptoLib/security/advisories/GHSA-wc29-5hw7-mpj8 - Exploit, Vendor Advisory

10 Jan 2026, 01:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-01-10 01:16

Updated : 2026-06-17 10:19


NVD link : CVE-2026-21899

Mitre link : CVE-2026-21899

CVE.ORG link : CVE-2026-21899


JSON object : View

Products Affected

nasa

  • cryptolib
CWE
CWE-125

Out-of-bounds Read