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.
$redirect_url = $_GET['url']; header("Location: " . $redirect_url);http://example.com/example.php?url=http://malicious.example.compublic 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); } } }<a href="http://bank.example.com/redirect?url=http://attacker.example.net">Click here to log in</a>| CVE ID | Title | CVSS | Severity | Published |
|---|---|---|---|---|
| CVE-2020-6803 | Open redirect in Mozilla WebThings Gateway — WebThings Gateway | 5.4 | Medium | 2020-02-28 |
| CVE-2019-19758 | Lenovo EZ Media & Backup Center 输入验证错误漏洞 — EZ Media & Backup Center ix2 | 6.1 | Medium | 2020-02-14 |
| CVE-2020-5233 | Open Redirect in OAuth2 Proxy — OAuth2 Proxy | 5.9 | Medium | 2020-01-30 |
| CVE-2018-1002102 | Kubernetes API server follows unvalidated redirects from streaming Kubelet endpoints — Kubernetes | 2.6 | Low | 2019-12-05 |
| CVE-2019-14857 | ZmartZone IAM mod_auth_openidc 输入验证错误漏洞 — mod_auth_openidc | 6.1 | - | 2019-11-26 |
| CVE-2019-15073 | Openfind MAIL2000 Webmail Pre-Auth Open Redirect — MAIL2000 | 6.1 | - | 2019-11-20 |
| CVE-2019-10098 | Apache HTTP Server 输入验证错误漏洞 — Apache HTTP Server | 6.1 | - | 2019-09-25 |
| CVE-2019-13422 | floragunn Search Guard Kibana Plugin 输入验证错误漏洞 — Search Guard Kibana Plugin | 6.1 | - | 2019-08-23 |
| CVE-2019-1954 | Cisco Webex Meetings Server Open Redirection Vulnerability — Cisco WebEx Meetings Server | 6.1 | - | 2019-08-08 |
| CVE-2019-1943 | Cisco Small Business Series Switches Open Redirect Vulnerability — Cisco Small Business 300 Series Managed Switches | 6.1 | - | 2019-07-17 |
| CVE-2019-10133 | Moodle 输入验证错误漏洞 — moodle | 6.1 | - | 2019-06-26 |
| CVE-2019-11269 | Open Redirector in spring-security-oauth2 — Spring Security OAuth | 5.4 | - | 2019-06-12 |
| CVE-2019-6741 | Samsung Galaxy S9 输入验证错误漏洞 — Galaxy S9 | 8.2 | - | 2019-06-03 |
| CVE-2019-5433 | Revive Adserver 输入验证错误漏洞 — Revive Adserver | 5.4 | - | 2019-05-06 |
| CVE-2019-3788 | UAA redirect-uri allows wildcard in the subdomain — UAA Release (OSS) | 6.1 | - | 2019-04-25 |
| CVE-2019-10955 | 多款Rockwell Automation产品输入验证错误漏洞 — MicroLogix 1400 Controllers | 6.1 | - | 2019-04-25 |
| CVE-2019-3877 | mod_auth_mellon 输入验证错误漏洞 — mod_auth_mellon | 6.1 | - | 2019-03-27 |
| CVE-2019-3778 | Open Redirect in spring-security-oauth2 — Spring Security OAuth | 5.4 | - | 2019-03-07 |
| CVE-2019-3912 | LabKey Server 安全漏洞 — LabKey Server Community Edition | 6.1 | - | 2019-01-30 |
| CVE-2018-13813 | 多款Siemens产品安全漏洞 — SIMATIC HMI Comfort Panels 4" - 22", SIMATIC HMI Comfort Outdoor Panels 7" & 15", SIMATIC HMI KTP Mobile Panels KTP400F, KTP700, KTP700F, KTP900 und KTP900F, SIMATIC WinCC Runtime Advanced, SIMATIC WinCC Runtime Professional, SIMATIC WinCC (TIA Portal), SIMATIC HMI Classic Devices (TP/MP/OP/MP Mobile Panel) | 9.1 | - | 2018-12-13 |
| CVE-2018-14658 | Red Hat JBoss KeyCloak 安全漏洞 — keycloak | 6.1 | - | 2018-11-13 |
| CVE-2018-15403 | Multiple Cisco Unified Communications Products Open Redirect Vulnerability — Cisco Emergency Responder | 5.4 | - | 2018-10-05 |
| CVE-2017-16224 | st 输入验证错误漏洞 — st node module | 6.1 | - | 2018-06-07 |
| CVE-2018-3743 | hekto 安全漏洞 — hekto | 6.1 | - | 2018-06-01 |
| CVE-2018-3819 | Elasticsearch Kibana 安全漏洞 — Kibana | 4.7 | - | 2018-03-30 |
| CVE-2018-0097 | Cisco Prime Infrastructure 安全漏洞 — Cisco Prime Infrastructure | 6.1 | - | 2018-01-18 |
| CVE-2017-11482 | Elasticsearch Kibana 安全漏洞 — Kibana | 6.1 | - | 2017-12-08 |
| CVE-2017-1002150 | python-fedora 安全漏洞 — Python-Fedora | 6.1 | - | 2017-09-14 |
| CVE-2017-6018 | B.Braun Medical SpaceCom模块输入验证错误漏洞 — B. Braun Medical SpaceCom | 6.1 | - | 2017-06-30 |
| CVE-2016-10365 | Elasticsearch Kibana 安全漏洞 — Kibana | 6.1 | - | 2017-06-16 |
Vulnerabilities classified as CWE-601 (指向未可信站点的URL重定向(开放重定向)) represent 722 CVEs. The CWE taxonomy describes the weakness; review individual CVEs for product-specific impact.