CVE-2026-86205
Received Received - Intake

Open Redirect in h3 Versions Before 2.0.1-rc.18

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

Publication date: 2026-09-06

Last updated on: 2026-09-06

Assigner: VulnCheck

Description

h3 versions before 2.0.1-rc.18 contain an open redirect vulnerability in the redirectBack() utility that fails to sanitize protocol-relative paths in the Referer header pathname. Attackers can craft a same-origin URL with a double-slash path segment that passes origin validation but produces a Location header interpreted by browsers as a protocol-relative redirect to an external domain.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

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

CVE-2026-86205 is an open redirect vulnerability in the h3 library's redirectBack() utility. It occurs because the function fails to properly sanitize protocol-relative paths in the Referer header's pathname. Attackers can exploit this by crafting URLs with double-slash path segments that pass origin validation but cause browsers to redirect to external domains.

Detection Guidance

To detect this vulnerability, inspect your h3 library version. If using npm, run: npm list h3. Versions before 2.0.1-rc.18 are vulnerable. Check application logs for unexpected redirects or protocol-relative URLs in Referer headers.

Impact Analysis

This vulnerability allows attackers to redirect users from a trusted application to malicious domains. This can lead to phishing attacks, theft of OAuth tokens, or other forms of trust exploitation. Users of affected h3 versions (2.0.1-rc.17 and earlier) are at risk.

Compliance Impact

This vulnerability could indirectly impact compliance with GDPR and HIPAA by enabling phishing attacks or unauthorized data access. If attackers redirect users to malicious domains, they may steal credentials or session tokens, leading to unauthorized access to personal or health data. GDPR requires protecting personal data, and HIPAA mandates safeguarding protected health information. A successful exploit could violate these regulations by exposing sensitive data.

Mitigation Strategies

Upgrade the h3 library to version 2.0.1-rc.18 or later immediately. If upgrading is not possible, sanitize the pathname in the redirectBack() function to block protocol-relative paths (//). Review and restrict redirect logic in your application.

Chat Assistant

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

EPSS Chart