CVE-2026-33213 PUBLISHED

Redash: Open redirect vulnerability in post-login redirect handling

Assigner: GitHub_M
Reserved: 17.03.2026 Published: 15.07.2026 Updated: 15.07.2026

Redash is a package for data visualization and sharing. From 5.0.2 to 26.3.0, the get_next_path() function in Redash's authentication module stripped the scheme and netloc from user-supplied next parameters but did not normalize multiple leading slashes, allowing a crafted login URL such as /login?next=////evil.com to redirect users to an external attacker-controlled site after authentication.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CVSS Score: 6.1

Product Status

Vendor getredash
Product redash
Versions
  • Version >= 5.0.2, <= 26.3.0 is affected

References

Problem Types

  • CWE-601: URL Redirection to Untrusted Site ('Open Redirect') CWE