Security Advisory

CVE-2020-15222

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2020-09-24 16:15:52
Last updated 2024-08-04 13:08:22
Assigner GitHub_M
CVSS score 8.1
State PUBLISHED

Description

In ORY Fosite (the security first OAuth2 & OpenID Connect framework for Go) before version 0.31.0, when using "private_key_jwt" authentication the uniqueness of the `jti` value is not checked. When using client authentication method "private_key_jwt", OpenId specification says the following about assertion `jti`: "A unique identifier for the token, which can be used to prevent reuse of the token. These tokens MUST only be used once, unless conditions for reuse were negotiated between the parties". Hydra does not seem to check the uniqueness of this `jti` value. This problem is fixed in version 0.31.0.