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.
RFC 7009 states that a 503 HTTP code must be returned when the server has a problem.
{ "nvd_published_at": "2020-09-24T17:15:00Z", "github_reviewed_at": "2021-05-24T12:53:07Z", "severity": "HIGH", "github_reviewed": true, "cwe_ids": [ "CWE-754", "CWE-755" ] }