You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
CVE-2024-21664 - High Severity Vulnerability
Vulnerable Library - github.com/lestrrat-go/jwx/v2-v2.0.6
Implementation of various JWx (Javascript Object Signing and Encryption/JOSE) technologies
Library home page: https://proxy.golang.org/github.com/lestrrat-go/jwx/v2/@v/v2.0.6.zip
Path to dependency file: /go.mod
Path to vulnerable library: /go/pkg/mod/cache/download/github.com/lestrrat-go/jwx/v2/@v/v2.0.6.mod
Dependency Hierarchy:
Found in base branch: main
Vulnerability Details
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 thesignature
field is present whileprotected
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.Publish Date: 2024-01-09
URL: CVE-2024-21664
CVSS 3 Score Details (7.5)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: GHSA-pvcr-v8j8-j5q3
Release Date: 2024-01-09
Fix Resolution: v1.2.28, v2.0.19
Step up your Open Source Security Game with Mend here
The text was updated successfully, but these errors were encountered: