Improper Authentication Affecting github.com/kiali/kiali/handlers package, versions <1.31.0
Snyk CVSS
Attack Complexity
High
Threat Intelligence
EPSS
0.1% (41st
percentile)
Do your applications use this vulnerable package?
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 applications- Snyk ID SNYK-GOLANG-GITHUBCOMKIALIKIALIHANDLERS-1083820
- published 9 Mar 2021
- disclosed 8 Mar 2021
- credit Edgar Hernández
Introduced: 8 Mar 2021
CVE-2021-20278 Open this link in a new tabHow to fix?
Upgrade github.com/kiali/kiali/handlers
to version 1.31.0 or higher.
Overview
github.com/kiali/kiali/handlers is a handler package part of kiali.
Affected versions of this package are vulnerable to Improper Authentication. The code handling OIDC authentication for the "implicit flow" is not fully validating the received id_token when RBAC is turned off. Under these cofiguration, only the CSRF mitigation check and the replay attack mitigation is happening.