CVE-2025-15468

Issue summary: If an application using the SSL_CIPHER_find() function in a QUIC protocol client or server receives an unknown cipher suite from the peer, a NULL dereference occurs. Impact summary: A NULL pointer dereference leads to abnormal termination of the running process causing Denial of Service. Some applications call SSL_CIPHER_find() from the client_hello_cb callback on the cipher ID received from the peer. If this is done with an SSL object implementing the QUIC protocol, NULL pointer dereference will happen if the examined cipher ID is unknown or unsupported. As it is not very common to call this function in applications using the QUIC protocol and the worst outcome is Denial of Service, the issue was assessed as Low severity. The vulnerable code was introduced in the 3.2 version with the addition of the QUIC protocol support. The FIPS modules in 3.6, 3.5, 3.4 and 3.3 are not affected by this issue, as the QUIC implementation is outside the OpenSSL FIPS module boundary. OpenSSL 3.6, 3.5, 3.4 and 3.3 are vulnerable to this issue. OpenSSL 3.0, 1.1.1 and 1.0.2 are not affected by this issue.
Configurations

Configuration 1 (hide)

OR cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*
cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*
cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*
cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*

History

17 Jun 2026, 08:37

Type Values Removed Values Added
Summary
  • (es) Resumen del problema: Si una aplicación que utiliza la función SSL_CIPHER_find() en un cliente o servidor del protocolo QUIC recibe un conjunto de cifrado desconocido del par, ocurre una desreferencia de NULL. Resumen del impacto: Una desreferencia de puntero NULL conduce a la terminación anormal del proceso en ejecución causando Denegación de Servicio. Algunas aplicaciones llaman a SSL_CIPHER_find() desde la devolución de llamada client_hello_cb en el ID de cifrado recibido del par. Si esto se hace con un objeto SSL que implementa el protocolo QUIC, ocurrirá una desreferencia de puntero NULL si el ID de cifrado examinado es desconocido o no compatible. Como no es muy común llamar a esta función en aplicaciones que utilizan el protocolo QUIC y el peor resultado es Denegación de Servicio, el problema fue evaluado como de baja severidad. El código vulnerable fue introducido en la versión 3.2 con la adición del soporte para el protocolo QUIC. Los módulos FIPS en 3.6, 3.5, 3.4 y 3.3 no se ven afectados por este problema, ya que la implementación de QUIC está fuera del límite del módulo FIPS de OpenSSL. OpenSSL 3.6, 3.5, 3.4 y 3.3 son vulnerables a este problema. OpenSSL 3.0, 1.1.1 y 1.0.2 no se ven afectados por este problema.

02 Feb 2026, 18:38

Type Values Removed Values Added
CPE cpe:2.3:a:openssl:openssl:*:*:*:*:*:*:*:*
First Time Openssl openssl
Openssl
References () https://github.com/openssl/openssl/commit/1f08e54bad32843044fe8a675948d65e3b4ece65 - () https://github.com/openssl/openssl/commit/1f08e54bad32843044fe8a675948d65e3b4ece65 - Patch
References () https://github.com/openssl/openssl/commit/7c88376731c589ee5b36116c5a6e32d5ae5f7ae2 - () https://github.com/openssl/openssl/commit/7c88376731c589ee5b36116c5a6e32d5ae5f7ae2 - Patch
References () https://github.com/openssl/openssl/commit/b2539639400288a4580fe2d76247541b976bade4 - () https://github.com/openssl/openssl/commit/b2539639400288a4580fe2d76247541b976bade4 - Patch
References () https://github.com/openssl/openssl/commit/d75b309879631d45b972396ce4e5102559c64ac7 - () https://github.com/openssl/openssl/commit/d75b309879631d45b972396ce4e5102559c64ac7 - Patch
References () https://openssl-library.org/news/secadv/20260127.txt - () https://openssl-library.org/news/secadv/20260127.txt - Vendor Advisory

29 Jan 2026, 15:16

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.9

27 Jan 2026, 16:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-01-27 16:16

Updated : 2026-06-17 08:37


NVD link : CVE-2025-15468

Mitre link : CVE-2025-15468

CVE.ORG link : CVE-2025-15468


JSON object : View

Products Affected

openssl

  • openssl
CWE
CWE-476

NULL Pointer Dereference