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.
References
Link | Resource |
---|---|
https://github.com/ory/fosite/commit/0c9e0f6d654913ad57c507dd9a36631e1858a3e9 | Patch Third Party Advisory |
https://github.com/ory/fosite/security/advisories/GHSA-v3q9-2p3m-7g43 | Exploit Third Party Advisory |
https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication | Third Party Advisory |
https://github.com/ory/fosite/commit/0c9e0f6d654913ad57c507dd9a36631e1858a3e9 | Patch Third Party Advisory |
https://github.com/ory/fosite/security/advisories/GHSA-v3q9-2p3m-7g43 | Exploit Third Party Advisory |
https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication | Third Party Advisory |
Configurations
History
21 Nov 2024, 05:05
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/ory/fosite/commit/0c9e0f6d654913ad57c507dd9a36631e1858a3e9 - Patch, Third Party Advisory | |
References | () https://github.com/ory/fosite/security/advisories/GHSA-v3q9-2p3m-7g43 - Exploit, Third Party Advisory | |
References | () https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication - Third Party Advisory |
Information
Published : 2020-09-24 17:15
Updated : 2024-11-21 05:05
NVD link : CVE-2020-15222
Mitre link : CVE-2020-15222
CVE.ORG link : CVE-2020-15222
JSON object : View
Products Affected
ory
- fosite