Skip to content

Commit b904407

Browse files
committed
json-jwt 1.16.6 added an explicit check to fix CVE-2023-51774.
* nov/json-jwt@9c4d842
1 parent ffc8f85 commit b904407

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

gems/json-jwt/CVE-2023-51774.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ description: |
99
The json-jwt (aka JSON::JWT) gem versions 1.16.5 and below sometimes allows
1010
bypass of identity checks via a sign/encryption confusion attack.
1111
For example, JWE can sometimes be used to bypass JSON::JWT.decode.
12-
notes: Not patched yet
12+
patched_versions:
13+
- ">= 1.16.6"
1314
related:
1415
url:
1516
- https://nvd.nist.gov/vuln/detail/CVE-2023-51774

0 commit comments

Comments
 (0)