CVE-2026-85676 Details
Description
Dub contains an open redirect vulnerability in the redir_url query parameter that is accepted on every short link without validation or domain allowlist enforcement. Attackers can append the redir_url parameter to any short link to redirect visitors to arbitrary external URLs through the trusted Dub domain, bypassing destination blacklists and potentially enabling phishing attacks with link cloaking enabled.
A open redirect vulnerability has been identified in Dub, an open-source link attribution platform. This issue arises from the redir_url query parameter, which is accepted on all short links without proper validation or domain allowlist enforcement. As a result, attackers can append the redir_url parameter to any short link, redirecting visitors to arbitrary external URLs through the trusted Dub domain. This bypasses destination blacklists and could facilitate phishing attacks, especially with link cloaking enabled.
To address this vulnerability, it is recommended to remove the redir_url parameter if it is not necessary for public use, or to restrict it to a workspace-configured allowlist of approved domains. If the parameter is needed for internal purposes, such as Stripe redirects, it should be validated against the link's workspace domains or a signed token to prevent external abuse.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Sep 4, 2026CISA-ADP
Assessed Sep 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/dubinc/dub | [email protected] | Vendor |
| https://github.com/dubinc/dub/blob/73415cf5e6be13ce9adb7ba5e97474307db34a17/apps/web/lib/middleware/utils/get-final-url.ts | [email protected] | Source CodeVendor |
| https://github.com/dubinc/dub/issues/4337 | [email protected] | ExploitIssue TrackingTechnical DescriptionVendor |
| https://www.vulncheck.com/advisories/dub-open-redirect-via-unrestricted-redir-url-parameter | [email protected] | AdvisoryVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-601 | URL Redirection to Untrusted Site ('Open Redirect') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Dub | <= 73415cf5e6be13ce9adb7ba5e97474307db34a17 |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Sep 14, 2026 | CVE Modified | CISA-ADP |
| Sep 4, 2026 | New CVE Received | [email protected] |
Volerion