The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Insufficient Token Expiration vulnerabilities in an interactive lesson.
Start learningUpgrade to version 4.4.0, 5.0.0.rc2 or higher
doorkeeper is an OAuth 2 provider for Rails and Grape.
Affected versions of this package are vulnerable to Insufficient Token Expiration. All OAuth applications using public
or non-confidential
authentication when interacting with Doorkeeper would attempt to authenticate the public OAuth client as if it were a confidential
app. This would cause the token to not be revoked from the endpoint, and the token could be used for the remainder of that token's lifetime.