In ORY Fosite (the security first OAuth2 & OpenID Connect framework for Go) before version 0.34.0, the `TokenRevocationHandler` ignores errors coming from the storage. This can lead to unexpected 200 status codes indicating successful revocation while the token is still valid. Whether an attacker can use this for her advantage depends on the ability to trigger errors in the store. This is fixed in version 0.34.0
The product does not handle or incorrectly handles an exceptional condition.
The product does not check or incorrectly checks for unusual or exceptional conditions that are not expected to occur frequently during day to day operation of the product.
Link | Tags |
---|---|
https://github.com/ory/fosite/security/advisories/GHSA-7mqr-2v3q-v2wm | third party advisory |
https://github.com/ory/fosite/commit/03dd55813f5521985f7dd64277b7ba0cf1441319 | third party advisory patch |
https://tools.ietf.org/html/rfc7009#section-2.2.1 | third party advisory |