Improper Verification of Cryptographic Signature in jwcrypto - CVE-2026-84185
Published: September 2, 2026
Vulnerability details
The vulnerability allows a remote user to perform unauthorized actions.
The vulnerability exists due to improper verification of cryptographic signature in JWKSet verification in jwcrypto/jws.py when verifying a General JSON Serialization JWS with a supplied JWKSet. A remote privileged user can provide a crafted JWS signed with one trusted key while declaring a different kid header to perform unauthorized actions.
Exploitation requires that the attacker possess a valid signing key in the application\'s trusted JWKSet and that the consuming application rely on kid for an authorization decision.