CVE-2026-85676
Received Received - Intake

Open Redirect Vulnerability in Dub Short Links

Vulnerability report for CVE-2026-85676, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-04
AI Q&A
2026-09-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
dub_technologies dub to 73415cf5e6be13ce9adb7ba5e97474307db34a17 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-601 The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Dub has an open redirect vulnerability where the redir_url query parameter is accepted on every short link without validation or domain allowlist enforcement. Attackers can append this parameter to any short link to redirect visitors to arbitrary external URLs through the trusted Dub domain, bypassing destination blacklists and enabling phishing attacks with link cloaking.

Detection Guidance

To detect this vulnerability, monitor network traffic for Dub short links containing the redir_url parameter. Check HTTP logs for URLs with suspicious external domains appended to legitimate Dub links. Use tools like curl to test if a Dub short link redirects to an arbitrary domain by appending redir_url=https://example.com to a valid short link.

Impact Analysis

This vulnerability allows attackers to trick users into visiting malicious websites by redirecting them from a trusted Dub domain. Users may unknowingly disclose sensitive information or install malware. Organizations using Dub for link shortening may face reputational damage and increased risk of phishing attacks targeting their users.

Compliance Impact

This vulnerability could lead to compliance violations under GDPR or HIPAA if user data is exposed due to phishing attacks or unauthorized redirects. Organizations may fail to protect user data adequately, resulting in regulatory penalties or legal consequences.

Mitigation Strategies

Implement input validation to restrict redir_url to trusted domains only. Add a domain allowlist for redirection targets. Update Dub configurations to enforce strict URL validation. Monitor and block any requests with unapproved redir_url parameters.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-85676. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart