Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CWE-601 (指向未可信站点的URL重定向(开放重定向)) — Vulnerability Class 722

722 vulnerabilities classified as CWE-601 (指向未可信站点的URL重定向(开放重定向)). AI Chinese analysis included.

CWE-601 represents a critical web application vulnerability where the software accepts user-controlled input to specify a redirect destination without adequate validation. Attackers typically exploit this weakness by crafting malicious URLs that redirect victims to untrusted, phishing sites, often leveraging the trust associated with the legitimate domain to bypass security warnings. This social engineering tactic facilitates credential theft, malware distribution, or session hijacking. To mitigate this risk, developers must implement strict validation mechanisms, such as maintaining an allowlist of permitted domains or verifying that redirect parameters originate from the same origin. Additionally, using relative paths instead of absolute URLs can significantly reduce the attack surface. By ensuring that all redirection targets are explicitly trusted and verified before processing, organizations can prevent unauthorized navigation and protect users from deceptive external links.

MITRE CWE 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 ControlBypass Protection Mechanism, Gain Privileges or Assume Identity
The 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 r…
Access Control, Confidentiality, OtherBypass Protection Mechanism, Gain Privileges or Assume Identity, Other
By 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 phi…
Mitigations (5)
ImplementationAssume all input is malicious. Use an "accept known good" input validation strategy, i.e., use a list of acceptable inputs that strictly conform to specifications. Reject any input that does not strictly conform to specifications, or transform it into something that does. When performing input validation, consider all potentially relevant properties, including length, type of input, the full range…
Architecture and DesignUse 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 DesignWhen the set of acceptable objects, such as filenames or URLs, is limited or known, create a mapping from a set of fixed input values (such as numeric IDs) to the actual filenames or URLs, and reject all other inputs. For example, ID 1 could map to "/login.asp" and ID 2 could map to "http://www.example.com/". Features such as the ESAPI AccessReferenceMap [REF-45] provide this capability.
Architecture and DesignEnsure 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, ImplementationUnderstand all the potential areas where untrusted inputs can enter your software: parameters or arguments, cookies, anything read from the network, environment variables, reverse DNS lookups, query results, request headers, URL components, e-mail, files, filenames, databases, and any external systems that provide data to the application. Remember that such inputs may be obtained indirectly throug…
Examples (2)
The following code obtains a URL from the query string and then redirects the user to that URL.
$redirect_url = $_GET['url']; header("Location: " . $redirect_url);
Bad · PHP
http://example.com/example.php?url=http://malicious.example.com
Attack
The following code is a Java servlet that will receive a GET request with a url parameter in the request to redirect the browser to the address specified in the url parameter. The servlet will retrieve the url parameter value from the request and send a response to redirect the browser to the url address.
public class RedirectServlet extends HttpServlet { protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { String query = request.getQueryString(); if (query.contains("url")) { String url = request.getParameter("url"); response.sendRedirect(url); } } }
Bad · Java
<a href="http://bank.example.com/redirect?url=http://attacker.example.net">Click here to log in</a>
Attack · HTML
CVE IDTitleCVSSSeverityPublished
CVE-2026-28413 Products.isurlinportal: Possible open redirect when using more than 2 forward slashes — Products.isurlinportal 5.3 Medium2026-03-05
CVE-2026-27982 allauth-django 输入验证错误漏洞 — django-allauth 6.1 -2026-03-05
CVE-2026-25477 AFFiNE: Open Redirect via Regex Bypass in redirect-proxy — AFFiNE 5.4AIMediumAI2026-03-02
CVE-2026-27738 Angular SSR has an Open Redirect via X-Forwarded-Prefix — angular-cli 6.1AIMediumAI2026-02-25
CVE-2026-27736 BigBlueButton has Open Redirect vulnerability in ApiController — bigbluebutton 6.1 Medium2026-02-25
CVE-2026-28194 JetBrains TeamCity 输入验证错误漏洞 — TeamCity 4.3 Medium2026-02-25
CVE-2026-24847 OpenEMR has Open Redirect in Eye Exam Form — openemr 6.1 Medium2026-02-25
CVE-2026-3049 horilla-opensource horilla Query Parameter global_search.py get redirect — horilla 4.3 Medium2026-02-24
CVE-2026-27191 Feathers: Open Redirect in OAuth callback enables account takeover — feathers 8.1AIHighAI2026-02-21
CVE-2025-71244 SPIP < 4.4.5 Open Redirect via Login Form — SPIP 6.1 Medium2026-02-19
CVE-2026-25392 WordPress Update URLs – Quick and Easy way to search old links and replace them with new links in WordPress plugin <= 1.4.0 - Open Redirection vulnerability — Update URLs – Quick and Easy way to search old links and replace them with new links in WordPress 4.7 Medium2026-02-19
CVE-2026-2709 busy Callback app.js redirect — busy 3.5 Low2026-02-19
CVE-2026-0573 Improper Handling of HTTP Redirects vulnerability was identified in GitHub Enterprise Server that allowed leaking of authorization token and enabled remote code execution — Enterprise Server 7.3 -2026-02-18
CVE-2026-1277 URL Shortify <= 1.12.1 - Unauthenticated Open Redirect via 'redirect_to' Parameter — URL Shortify – Simple and Easy URL Shortener 4.7 Medium2026-02-18
CVE-2026-1296 Frontend Post Submission Manager Lite <= 1.2.7 - Unauthenticated Open Redirect via 'requested_page' Parameter — Frontend Post Submission Manager Lite – Frontend Posting WordPress Plugin 6.1 Medium2026-02-18
CVE-2025-27900 Multiple vulnerabilities in IBM Java SDK affecting Db2 Recovery Expert for Linux, Unix and Windows — DB2 Recovery Expert for LUW 6.8 Medium2026-02-17
CVE-2025-2418 Open Redirect in TR7's Web Application Firewall — Web Application Firewall 4.3 Medium2026-02-16
CVE-2026-26003 FastGPT Plugin forwarding request is not authenticated, posing a serious risk of attack — FastGPT 6.5AIMediumAI2026-02-10
CVE-2026-25956 Frappe Affected by XSS and Open Redirect in Sign Up — frappe 6.1 Medium2026-02-10
CVE-2026-24328 Open Redirection vulnerability in Business Server Pages Application (TAF_APPLAUNCHER) — Business Server Pages Application (TAF_APPLAUNCHER) 6.1 Medium2026-02-10
CVE-2026-24323 Multiple vulnerabilities in BSP Applications of SAP Document Management System — SAP Document Management System 6.1 Medium2026-02-10
CVE-2026-0508 Open Redirect vulnerability in SAP BusinessObjects Business Intelligence Platform — SAP BusinessObjects Business Intelligence Platform 7.3 High2026-02-10
CVE-2026-0484 Missing Authorization check in SAP NetWeaver Application Server ABAP and SAP S/4HANA — SAP NetWeaver Application Server ABAP and SAP S/4HANA 6.5 Medium2026-02-10
CVE-2025-66596 Yokogawa FAST/TOOLS 安全漏洞 — FAST/TOOLS 6.1AIMediumAI2026-02-09
CVE-2026-2153 mwielgoszewski doorman views.py is_safe_url redirect — doorman 4.3 Medium2026-02-08
CVE-2026-25651 client-certificate-auth has an Open Redirect via Host Header Injection in HTTP-to-HTTPS redirect — client-certificate-auth 6.1 Medium2026-02-06
CVE-2026-1970 Edimax BR-6258n formStaDrvSetup redirect — BR-6258n 3.5 Low2026-02-05
CVE-2026-25198 web2py 输入验证错误漏洞 — web2py 6.1AIMediumAI2026-02-05
CVE-2026-20123 Cisco Prime Infrastructure and Evolved Programmable Network Manager Open Redirect Vulnerability — Cisco Evolved Programmable Network Manager (EPNM) 4.3 Medium2026-02-04
CVE-2026-25149 Qwik City Open Redirect via fixTrailingSlash — qwik 6.1AIMediumAI2026-02-03

Vulnerabilities classified as CWE-601 (指向未可信站点的URL重定向(开放重定向)) represent 722 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.