Insufficient verification of data authenticity in distribution - CVE-2025-24976

 

Insufficient verification of data authenticity in distribution - CVE-2025-24976

Published: February 11, 2025


Vulnerability identifier: #VU103784
CSH Severity: Medium
CVSS v4: 6.9 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N]
CVE-ID: CVE-2025-24976
CWE-ID: CWE-345
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote attacker to inject an untrusted signing key in a JWT.

The vulnerability exists due to the way the 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 remote attacker can pass arbitrary data to the application signed with an untrusted JWT.


Affected software

distribution
Red Hat OpenShift Container Platform

How to mitigate CVE-2025-24976

Install updates from vendor's website.

distribution - update to 3.0.0 rc.2
Red Hat OpenShift Container Platform - addressed in versions 4.17.20, 4.18.4

External References

Related Security Bulletins