cvelist/2025/24xxx/CVE-2025-24976.json

73 lines
3.1 KiB
JSON
Raw Normal View History

2025-01-29 16:00:57 +00:00
{
2025-02-11 16:00:34 +00:00
"data_version": "4.0",
2025-01-29 16:00:57 +00:00
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2025-24976",
2025-02-11 16:00:34 +00:00
"ASSIGNER": "security-advisories@github.com",
"STATE": "PUBLIC"
2025-01-29 16:00:57 +00:00
},
"description": {
"description_data": [
{
"lang": "eng",
2025-02-11 16:00:34 +00:00
"value": "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."
2025-01-29 16:00:57 +00:00
}
]
2025-02-11 16:00:34 +00:00
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-639: Authorization Bypass Through User-Controlled Key",
"cweId": "CWE-639"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "distribution",
"product": {
"product_data": [
{
"product_name": "distribution",
"version": {
"version_data": [
{
"version_affected": "=",
"version_value": ">= 3.0.0-beta.1, <= 3.0.0-rc.2"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/distribution/distribution/security/advisories/GHSA-phw4-mc57-4hwc",
"refsource": "MISC",
"name": "https://github.com/distribution/distribution/security/advisories/GHSA-phw4-mc57-4hwc"
},
{
"url": "https://github.com/distribution/distribution/commit/5ea9aa028db65ca5665f6af2c20ecf9dc34e5fcd",
"refsource": "MISC",
"name": "https://github.com/distribution/distribution/commit/5ea9aa028db65ca5665f6af2c20ecf9dc34e5fcd"
}
]
},
"source": {
"advisory": "GHSA-phw4-mc57-4hwc",
"discovery": "UNKNOWN"
2025-01-29 16:00:57 +00:00
}
}