Improper Authentication Affecting github.com/kiali/kiali/handlers package, versions <1.31.0


0.0
low

Snyk CVSS

    Attack Complexity High

    Threat Intelligence

    EPSS 0.12% (45th percentile)
Expand this section
NVD
6.5 medium

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

How 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.