BaseDraft
CWE-601URL Redirection to Untrusted Site ('Open Redirect')
Category: other
Description
The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.
Common consequences· 2
- Access Control — Bypass Protection Mechanism, Gain Privileges or Assume IdentityThe user may be redirected to an untrusted page that contains malware which may then compromise the user's system. In some cases, an open redirect can also enable the immediate download of a file without the user's permission, because the redirection to an external site may lead to endpoints on those sites that automatically trigger a download action ("drive-by download" [REF-1478]). This will expose the user to extensive risk. The user's interaction with the web server may also be compromised if the malware conducts keylogging or other attacks that steal credentials, personally identifiable information (PII), or other important data.
- Access Control / Confidentiality / Other — Bypass Protection Mechanism, Gain Privileges or Assume Identity, OtherBy modifying the URL value to a malicious site, an attacker may successfully launch a phishing scam. The user may be subjected to phishing attacks by being redirected to an untrusted page. The phishing attack may point to an attacker controlled web page that appears to be a trusted web site. The phishers may then steal the user's credentials and then use these credentials to access the legitimate web site. Because the server name in the modified link is identical to the original site, phishing attempts have a more trustworthy appearance.
Potential mitigations· 5
- [Implementation]
- [Architecture and Design]Use an intermediate disclaimer page that provides the user with a clear warning that they are leaving the current site. Implement a long timeout before the redirect occurs, or force the user to click on the link. Be careful to avoid XSS problems (CWE-79) when generating the disclaimer page.
- [Architecture and Design]
- [Architecture and Design]Ensure that no externally-supplied requests are honored by requiring that all redirect requests include a unique nonce generated by the application [REF-483]. Be sure that the nonce is not predictable (CWE-330).
- [Architecture and Design, Implementation]
Related CAPEC attack patterns· 1
References
Exploits (incoming)1
| Type | Target | Confidence | Tier |
|---|---|---|---|
| AttackPattern | Cross-Site Flashingcapec-178 | 100% | live |
Compliance frameworks addressing this (incoming)2
| Type | Target | Confidence | Tier |
|---|---|---|---|
| ComplianceControl | iso27001-a.8.23 | 100% | live |
| ComplianceControl | nis2-art21g | 100% | live |
(incoming)34
| Type | Target | Confidence | Tier |
|---|---|---|---|
| Vulnerability | CVE-2025-24180cve-2025-24180 | 0% | live |
| Vulnerability | CVE-2025-24381cve-2025-24381 | 0% | live |
| Vulnerability | CVE-2025-25198cve-2025-25198 | 0% | live |
| Vulnerability | CVE-2025-26483cve-2025-26483 | 0% | live |
| Vulnerability | CVE-2025-2697cve-2025-2697 | 0% | live |
| Vulnerability | CVE-2025-31491cve-2025-31491 | 0% | live |
| Vulnerability | CVE-2025-36016cve-2025-36016 | 0% | live |
| Vulnerability | CVE-2025-43526cve-2025-43526 | 0% | live |
| Vulnerability | CVE-2025-48936cve-2025-48936 | 0% | live |
| Vulnerability | CVE-2025-50067cve-2025-50067 | 0% | live |
| Vulnerability | CVE-2025-50578cve-2025-50578 | 0% | live |
| Vulnerability | CVE-2025-54145cve-2025-54145 | 0% | live |
| Vulnerability | CVE-2025-55031cve-2025-55031 | 0% | live |
| Vulnerability | CVE-2025-57800cve-2025-57800 | 0% | live |
| Vulnerability | CVE-2025-6238cve-2025-6238 | 0% | live |
| Vulnerability | CVE-2025-62716cve-2025-62716 | 0% | live |
| Vulnerability | CVE-2025-64101cve-2025-64101 | 0% | live |
| Vulnerability | CVE-2026-0508cve-2026-0508 | 0% | live |
| Vulnerability | CVE-2026-0573cve-2026-0573 | 0% | live |
| Vulnerability | CVE-2026-23818cve-2026-23818 | 0% | live |
| Vulnerability | CVE-2026-25649cve-2026-25649 | 0% | live |
| Vulnerability | CVE-2026-28681cve-2026-28681 | 0% | live |
| Vulnerability | CVE-2026-29067cve-2026-29067 | 0% | live |
| Vulnerability | CVE-2026-33102cve-2026-33102 | 0% | live |
| Vulnerability | CVE-2026-33506cve-2026-33506 | 0% | live |
| Vulnerability | CVE-2026-33510cve-2026-33510 | 0% | live |
| Vulnerability | CVE-2026-34931cve-2026-34931 | 0% | live |
| Vulnerability | CVE-2026-40905cve-2026-40905 | 0% | live |
| Vulnerability | CVE-2026-41670cve-2026-41670 | 0% | live |
| Vulnerability | CVE-2026-43941cve-2026-43941 | 0% | live |
Showing top 30 of 34 by confidence. Click any target to see the full neighbourhood.
Related by meaning· 6
Nearest entities by semantic similarity across the cs-graph corpus.