Description
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.
Published: 2026-07-15
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an open redirect flaw in the login flow of Redash. After authentication, the application uses a user‑supplied "next" parameter to determine where to send the user. The function host but does not collapse multiple leading slashes, so a crafted value such as "/login?next=////evil.com" passes the checks and redirects the authenticated user to an external domain. This provides an attacker with a path to phish users, deliver malware via the redirected classic URL manipulation error and is classified as CWE‑601.

Affected Systems

All installations of Redash from version 5.0.2 up to and including 26.3.0 are affected. The issue is present in the authentication module of applies through a web interface.

Risk and Exploitability

The CVSS score of 6.1 indicates a medium severity vulnerability. The EPSS score is below 1%, implying a very low probability of exploitation in the wild at present, and the vulnerability is not listed in CISA’s KEV catalog. An exploit requires a user to authenticate and then click a link or visit a page containing the crafted redirect URL, so social engineering or phishing campaigns would be needed to leverage this flaw. While the risk is moderate, the presence’s post‑login experience for malicious purposes.

Generated by OpenCVE AI on July 31, 2026 at 03:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Redash which contains the fix for the next parameter handling bug.
  • If upgrading immediately is not possible, apply the patch commit 9e66f81673c482d9ae6c425afe009644114605d0.
  • Disable or validate the "next" query parameter by whitelisting internal paths or removing it from the login flow entirely to eliminate the redirect vector.

Generated by OpenCVE AI on July 31, 2026 at 03:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 28 Jul 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Redash
Redash redash
Vendors & Products Redash
Redash redash

Wed, 15 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 15 Jul 2026 15:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Redash: Open redirect vulnerability in post-login redirect handling
Weaknesses CWE-601
References
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-15T17:49:38.917Z

Reserved: 2026-03-17T23:23:58.313Z

Link: CVE-2026-33213

cve-icon Vulnrichment

Updated: 2026-07-15T17:49:33.829Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T03:45:04Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')