CVE-2026-44518

liboqs is a C-language cryptographic library that provides implementations of post-quantum cryptography algorithms. Prior to 0.16.0, an out-of-bounds read has been identified in the XMSS and XMSS^MT stateful signature verification code. When the verification function is called with a signature buffer shorter than the expected signature size for the given parameter set, the implementation does not validate the caller-supplied length and proceeds to read past the end of the buffer. The out-of-bounds bytes are consumed only as input to an internal hash computation and are not returned to the caller, so no oracle exists to leak their contents to an attacker. The primary observable effect is a possible crash (denial of service) of the verifying process if the read crosses into an unmapped memory page. This vulnerability is fixed in 0.16.0.
Configurations

Configuration 1 (hide)

cpe:2.3:a:openquantumsafe:liboqs:*:*:*:*:*:*:*:*

History

21 Jul 2026, 18:10

Type Values Removed Values Added
Summary
  • (es) liboqs es una biblioteca criptográfica en lenguaje C que proporciona implementaciones de algoritmos de criptografía postcuántica. Antes de 0.16.0, se ha identificado una lectura fuera de límites en el código de verificación de firmas con estado XMSS y XMSS^MT. Cuando la función de verificación es llamada con un búfer de firma más corto que el tamaño de firma esperado para el conjunto de parámetros dado, la implementación no valida la longitud proporcionada por el llamador y procede a leer más allá del final del búfer. Los bytes fuera de límites son consumidos solo como entrada para un cálculo de hash interno y no son devueltos al llamador, por lo que no existe un oráculo para filtrar su contenido a un atacante. El efecto observable principal es una posible caída (denegación de servicio) del proceso de verificación si la lectura cruza a una página de memoria no mapeada. Esta vulnerabilidad está corregida en 0.16.0.

04 Jun 2026, 18:36

Type Values Removed Values Added
References () https://github.com/open-quantum-safe/liboqs/commit/ef70dea7c85e5637f37828d75e5b9bb29dbfe513 - () https://github.com/open-quantum-safe/liboqs/commit/ef70dea7c85e5637f37828d75e5b9bb29dbfe513 - Patch
References () https://github.com/open-quantum-safe/liboqs/security/advisories/GHSA-wf7v-fhxj-73m2 - () https://github.com/open-quantum-safe/liboqs/security/advisories/GHSA-wf7v-fhxj-73m2 - Patch, Vendor Advisory
First Time Openquantumsafe
Openquantumsafe liboqs
CPE cpe:2.3:a:openquantumsafe:liboqs:*:*:*:*:*:*:*:*

29 May 2026, 19:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-05-29 19:16

Updated : 2026-07-21 18:10


NVD link : CVE-2026-44518

Mitre link : CVE-2026-44518

CVE.ORG link : CVE-2026-44518


JSON object : View

Products Affected

openquantumsafe

  • liboqs
CWE
CWE-20

Improper Input Validation

CWE-125

Out-of-bounds Read