CVE Catalog

CVE-2026-84185

MediumCVSS 5.9
Published: Translated: NVD NIST

Summary

In the jwcrypto library, used for implementing JOSE standards, there is a flaw where during verification of a General JSON Serialization JWS with a set of keys, the library fails to correctly identify the specific key ID (kid) and may accept a signature made by any valid key in the set. This can allow an attacker with a valid key to bypass authorization checks in applications that rely on the key ID to identify specific tenants or users.

Risk Assessment

An attacker with a valid key could gain unauthorized access to resources of other users or tenants, potentially leading to confidentiality and integrity breaches.

Recommendation

It is recommended to update jwcrypto to a patched version and review applications for reliance on key ID in authorization processes.

Other vulnerabilities in jwcrypto

See all
Original NVD description (English source)

A flaw was found in the jwcrypto library, which is used for implementing Javascript Object Signing and Encryption (JOSE) standards. The issue occurs when the library verifies a General JSON Serialization JWS using a set of keys. Due to a coding error, the library fails to correctly identify the specific key ID (kid) and may instead accept a signature made by any valid key in the set. This can allow an attacker with a valid key to bypass authorization checks in applications that rely on the key ID to identify specific tenants or users.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS