CVE-2021-43777

Redash is a package for data visualization and sharing. In Redash version 10.0 and prior, the implementation of Google Login (via OAuth) incorrectly uses the `state` parameter to pass the next URL to redirect the user to after login. The `state` parameter should be used for a Cross-Site Request Forgery (CSRF) token, not a static and easily predicted value. This vulnerability does not affect users who do not use Google Login for their instance of Redash. A patch in the `master` and `release/10.x.x` branches addresses this by replacing `Flask-Oauthlib` with `Authlib` which automatically provides and validates a CSRF token for the state variable. The new implementation stores the next URL on the user session object. As a workaround, one may disable Google Login to mitigate the vulnerability.
Configurations

Configuration 1 (hide)

cpe:2.3:a:redash:redash:*:*:*:*:*:*:*:*

History

21 Nov 2024, 06:29

Type Values Removed Values Added
References () https://github.com/getredash/redash/commit/da696ff7f84787cbf85967460fac52886cbe063e - Patch, Third Party Advisory () https://github.com/getredash/redash/commit/da696ff7f84787cbf85967460fac52886cbe063e - Patch, Third Party Advisory
References () https://github.com/getredash/redash/security/advisories/GHSA-vhc7-w7r8-8m34 - Third Party Advisory () https://github.com/getredash/redash/security/advisories/GHSA-vhc7-w7r8-8m34 - Third Party Advisory
CVSS v2 : 5.8
v3 : 6.1
v2 : 5.8
v3 : 6.8

Information

Published : 2021-11-24 16:15

Updated : 2024-11-21 06:29


NVD link : CVE-2021-43777

Mitre link : CVE-2021-43777

CVE.ORG link : CVE-2021-43777


JSON object : View

Products Affected

redash

  • redash
CWE
CWE-352

Cross-Site Request Forgery (CSRF)

CWE-601

URL Redirection to Untrusted Site ('Open Redirect')