CVE-2025-24976

Distribution is a toolkit to pack, ship, store, and deliver container content. Systems running registry versions 3.0.0-beta.1 through 3.0.0-rc.2 with token authentication enabled may be vulnerable to an issue in which token authentication allows an attacker to inject an untrusted signing key in a JSON web token (JWT). The issue lies in how the JSON web key (JWK) verification is performed. When a JWT contains a JWK header without a certificate chain, the code only checks if the KeyID (`kid`) matches one of the trusted keys, but doesn't verify that the actual key material matches. A fix for the issue is available at commit 5ea9aa028db65ca5665f6af2c20ecf9dc34e5fcd and expected to be a part of version 3.0.0-rc.3. There is no way to work around this issue without patching if the system requires token authentication.
CVSS

No CVSS.

Configurations

No configuration.

History

23 Jan 2026, 17:16

Type Values Removed Values Added
References
  • {'url': 'https://github.com/distribution/distribution/commit/5ea9aa028db65ca5665f6af2c20ecf9dc34e5fcd', 'source': 'security-advisories@github.com'}
  • () https://github.com/distribution/distribution/commit/f4a500caf68169dccb0b54cb90523e68ee1ac2be -
Summary
  • (es) La distribución es un conjunto de herramientas para empaquetar, enviar, almacenar y entregar contenido de contenedores. Los sistemas que ejecutan las versiones de registro 3.0.0-beta.1 a 3.0.0-rc.2 con la autenticación de token habilitada pueden ser vulnerables a un problema en el que la autenticación de token permite a un atacante inyectar una clave de firma no confiable en un token web JSON (JWT). El problema radica en cómo se realiza la verificación de la clave web JSON (JWK). Cuando un JWT contiene un encabezado JWK sin una cadena de certificados, el código solo verifica si el KeyID (`kid`) coincide con una de las claves confiables, pero no verifica que el material de la clave real coincida. Hay una solución para el problema disponible en el commit 5ea9aa028db65ca5665f6af2c20ecf9dc34e5fcd y se espera que sea parte de la versión 3.0.0-rc.3. No hay forma de solucionar este problema sin aplicar un parche si el sistema requiere autenticación de token.

11 Feb 2025, 16:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-02-11 16:15

Updated : 2026-01-23 17:16


NVD link : CVE-2025-24976

Mitre link : CVE-2025-24976

CVE.ORG link : CVE-2025-24976


JSON object : View

Products Affected

No product.

CWE
CWE-639

Authorization Bypass Through User-Controlled Key