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.
Published: 2026-09-04
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Open Redirect
Action: Patch
AI Analysis

Impact

Dub includes an open redirect flaw that accepts an unrestricted redir_url query parameter on every shortened link. Because the parameter is not validated or restricted to a whitelisted domain, attackers can append redir_url to any Dub short URL and cause visitors to be automatically sent to an arbitrary external site. This bypasses the built‑in destination blacklist and, when link cloaking is enabled, allows attackers to create convincingly disguised phishing links that exploit the trust people place in the Dub domain.

Affected Systems

All deployments of Dub by dubinc. The vulnerability applies to every short link generated by the system, regardless of version, as the redir_url parameter is currently not guarded by any validation logic.

Risk and Exploitability

The CVSS score of 5.3 classifies the flaw as medium severity. The EPSS value is currently unavailable, so the probability of exploitation in the wild is uncertain, but the flaw's simplicity and the ability to craft malicious short URLs make it likely to be used for phishing campaigns. The vulnerability is not listed in the CISA KEV catalog, yet the risk of accidental spread remains high because the short links are publicly distributed.

Generated by OpenCVE AI on September 4, 2026 at 15:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Dub release that implements validation or domain allowlist enforcement for the redir_url parameter.
  • If upgrading is not feasible, configure the application or a reverse proxy to strip or reject the redir_url query variable for incoming requests.
  • Enable logging of redirect events and monitor logs for unexpected or repeated redirects to suspicious external domains.

Generated by OpenCVE AI on September 4, 2026 at 15:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 14 Sep 2026 21:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 07 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
First Time appeared Dub
Dub dub
Vendors & Products Dub
Dub dub

Fri, 04 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
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.
Title Dub Open Redirect via Unrestricted redir_url Parameter
Weaknesses CWE-601
References
Metrics cvssV3_1

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

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-14T19:33:08.555Z

Reserved: 2026-09-04T13:32:38.751Z

Link: CVE-2026-85676

cve-icon Vulnrichment

Updated: 2026-09-14T19:24:06.319Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T15:17:45.923

Modified: 2026-09-23T17:17:44.980

Link: CVE-2026-85676

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T08:15:14Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')