NA

CVE-2024-21664

Published: 09/01/2024 Updated: 05/02/2024
CVSS v3 Base Score: 7.5 | Impact Score: 3.6 | Exploitability Score: 3.9
VMScore: 0

Vulnerability Summary

jwx is a Go module implementing various JWx (JWA/JWE/JWK/JWS/JWT, otherwise known as JOSE) technologies. Calling `jws.Parse` with a JSON serialized payload where the `signature` field is present while `protected` is absent can lead to a nil pointer dereference. The vulnerability can be used to crash/DOS a system doing JWS verification. This vulnerability has been patched in versions 2.0.19 and 1.2.28.

Vulnerable Product Search on Vulmon Subscribe to Product

lestrrat-go jwx

Vendor Advisories

Description<!---->A null pointer dereference vulnerability was found in the jwx/jws Go module This issue arises when invoking "jwsParse" with a JSON serialized payload containing a present signature field while the protected field is absentm, which may cause a system crash or initiate a denial of service (DOS) attack during JWS verificationA nul ...