Impact
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.
Patches
The next release will patch this.
Workarounds
None.
References
RFC 7009 states that a 503 HTTP code must be returned when the server has a problem.
Impact
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.Patches
The next release will patch this.
Workarounds
None.
References
RFC 7009 states that a 503 HTTP code must be returned when the server has a problem.