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 Improper Authentication vulnerabilities in an interactive lesson.
Start learningUpgrade github.com/ory/fosite
to version 0.31.0 or higher.
github.com/ory/fosite is an OAuth2 & OpenID Connect framework for Go.
Affected versions of this package are vulnerable to Improper Authentication. 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.