← Back
CWE-601

1,576 CVEs • Abstraction: Base • Likelihood of Exploit: Low

URL Redirection to Untrusted Site ('Open Redirect')

A web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a Redirect. This simplifies phishing attacks.

JSON object

Loading...

CVEs (1,576)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Flask Security Project
1Flask Security
Jun 17, 2026
May 17, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
The Python "Flask-Security-Too" package is used for adding security features to your Flask application. It is an is an independently maintained version of Flask-Security based on the 3.0.0 version of Flask-Security. All...Show more
The Python "Flask-Security-Too" package is used for adding security features to your Flask application. It is an is an independently maintained version of Flask-Security based on the 3.0.0 version of Flask-Security. All versions of Flask-Security-Too allow redirects after many successful views (e.g. /login) by honoring the ?next query param. There is code in FS to validate that the url specified in the next parameter is either relative OR has the same netloc (network location) as the requesting URL. This check utilizes Pythons urlsplit library. However many browsers are very lenient on the kind of URL they accept and 'fill in the blanks' when presented with a possibly incomplete URL. As a concrete example - setting http://login?next=\\\github.com will pass FS's relative URL check however many browsers will gladly convert this to http://github.com. Thus an attacker could send such a link to an unwitting user, using a legitimate site and have it redirect to whatever site they want. This is considered a low severity due to the fact that if Werkzeug is used (which is very common with Flask applications) as the WSGI layer, it by default ALWAYS ensures that the Location header is absolute - thus making this attack vector mute. It is possible for application writers to modify this default behavior by setting the 'autocorrect_location_header=False`.Show less
1Koa Remove Trailing Slashes Project
1Koa Remove Trailing Slashes
Jun 17, 2026
May 17, 2021
N/A· v4
5.4 MEDIUM· v3
5.8 MEDIUM· v2
The package koa-remove-trailing-slashes before 2.0.2 are vulnerable to Open Redirect via the use of trailing double slashes in the URL when accessing the vulnerable endpoint (such as https://example.com//attacker.example...Show more
The package koa-remove-trailing-slashes before 2.0.2 are vulnerable to Open Redirect via the use of trailing double slashes in the URL when accessing the vulnerable endpoint (such as https://example.com//attacker.example/). The vulnerable code is in index.js::removeTrailingSlashes(), as the web server uses relative URLs instead of absolute URLs.Show less
1Acymailing
1Acymailing
Jun 17, 2026
May 17, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
When subscribing using AcyMailing, the 'redirect' parameter isn't properly sanitized. Turning the request from POST to GET, an attacker can craft a link containing a potentially malicious landing page and send it to the...Show more
When subscribing using AcyMailing, the 'redirect' parameter isn't properly sanitized. Turning the request from POST to GET, an attacker can craft a link containing a potentially malicious landing page and send it to the victim.Show less
1Sap
1Gui For Windows
Jun 17, 2026
May 11, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
In specific situations SAP GUI for Windows until and including 7.60 PL9, 7.70 PL0, forwards a user to specific malicious website which could contain malware or might lead to phishing attacks to steal credentials of the v...Show more
In specific situations SAP GUI for Windows until and including 7.60 PL9, 7.70 PL0, forwards a user to specific malicious website which could contain malware or might lead to phishing attacks to steal credentials of the victim.Show less
1Cisco
25C125 M5 Firmware
C220 M5 FirmwareC220 M6 Firmware+22 more
Jun 17, 2026
May 6, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
A vulnerability in the web-based management interface of Cisco Integrated Management Controller (IMC) Software could allow an unauthenticated, remote attacker to redirect a user to a malicious web page. This vulnerabilit...Show more
A vulnerability in the web-based management interface of Cisco Integrated Management Controller (IMC) Software could allow an unauthenticated, remote attacker to redirect a user to a malicious web page. This vulnerability is due to improper input validation of the parameters in an HTTP request. An attacker could exploit this vulnerability by persuading a user to click a crafted link. A successful exploit could allow the attacker to redirect a user to a malicious website. This vulnerability is known as an open redirect attack, which is used in phishing attacks to get users to visit malicious sites without their knowledge.Show less
1Drupal
1Drupal
Jun 17, 2026
May 5, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
Open Redirect vulnerability in Drupal Core allows a user to be tricked into visiting a specially crafted link which would redirect them to an arbitrary external URL. This issue affects: Drupal Drupal Core 7 version 7.70...Show more
Open Redirect vulnerability in Drupal Core allows a user to be tricked into visiting a specially crafted link which would redirect them to an arbitrary external URL. This issue affects: Drupal Drupal Core 7 version 7.70 and prior versions.Show less
1Opnsense
1Opnsense
Jun 17, 2026
May 3, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
An open redirect issue was discovered in OPNsense through 20.1.5. The redirect parameter "url" in login page was not filtered and can redirect user to any website.
1Arubanetworks
1Airwave
Jun 17, 2026
Apr 29, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
A remote URL redirection vulnerability was discovered in Aruba AirWave Management Platform version(s) prior to 8.2.12.1. Aruba has released patches for AirWave Management Platform that address this security vulnerability...Show more
A remote URL redirection vulnerability was discovered in Aruba AirWave Management Platform version(s) prior to 8.2.12.1. Aruba has released patches for AirWave Management Platform that address this security vulnerability.Show less
3Broadcom
GnuNetapp
6500f Firmware
A250 FirmwareBrocade Fabric Operating System Firmware+3 more
Jun 17, 2026
Apr 29, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
GNU Wget through 1.21.1 does not omit the Authorization header upon a redirect to a different origin, a related issue to CVE-2018-1000007.
1Homeautomation Project
1Homeautomation
Jun 17, 2026
Apr 27, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
In HomeAutomation 3.3.2 input passed via the 'redirect' GET parameter in 'api.php' script is not properly verified before being used to redirect users. This can be exploited to redirect a user to an arbitrary website e.g...Show more
In HomeAutomation 3.3.2 input passed via the 'redirect' GET parameter in 'api.php' script is not properly verified before being used to redirect users. This can be exploited to redirect a user to an arbitrary website e.g. when a user clicks a specially crafted link to the affected script hosted on a trusted domain.Show less
1Apache
1Superset
Jun 17, 2026
Apr 27, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
Apache Superset up to and including 1.0.1 allowed for the creation of an external URL that could be malicious. By not checking user input for open redirects the URL shortener functionality would allow for a malicious use...Show more
Apache Superset up to and including 1.0.1 allowed for the creation of an external URL that could be malicious. By not checking user input for open redirects the URL shortener functionality would allow for a malicious user to create a short URL for a dashboard that could convince the user to click the link.Show less
1Authelia
1Authelia
Jun 17, 2026
Apr 21, 2021
N/A· v4
5.4 MEDIUM· v3
4.9 MEDIUM· v2
Authelia is an open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal. In versions 4.27.4 and earlier, utilizing a HTTP query...Show more
Authelia is an open-source authentication and authorization server providing 2-factor authentication and single sign-on (SSO) for your applications via a web portal. In versions 4.27.4 and earlier, utilizing a HTTP query parameter an attacker is able to redirect users from the web application to any domain, including potentially malicious sites. This security issue does not directly impact the security of the web application itself. As a workaround, one can use a reverse proxy to strip the query parameter from the affected endpoint. There is a patch for version 4.28.0.Show less
2Fedoraproject
Matrix
2Fedora
Synapse
Jun 17, 2026
Apr 12, 2021
N/A· v4
6.3 MEDIUM· v3
4.9 MEDIUM· v2
Synapse is a Matrix reference homeserver written in python (pypi package matrix-synapse). Matrix is an ecosystem for open federated Instant Messaging and VoIP. In Synapse before version 1.28.0 requests to user provided d...Show more
Synapse is a Matrix reference homeserver written in python (pypi package matrix-synapse). Matrix is an ecosystem for open federated Instant Messaging and VoIP. In Synapse before version 1.28.0 requests to user provided domains were not restricted to external IP addresses when transitional IPv6 addresses were used. Outbound requests to federation, identity servers, when calculating the key validity for third-party invite events, sending push notifications, and generating URL previews are affected. This could cause Synapse to make requests to internal infrastructure on dual-stack networks. See referenced GitHub security advisory for details and workarounds.Show less
1Kiboit
1Phastpress
Jun 17, 2026
Apr 5, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
There is an open redirect in the PhastPress WordPress plugin before 1.111 that allows an attacker to malform a request to a page with the plugin and then redirect the victim to a malicious page. There is also a support c...Show more
There is an open redirect in the PhastPress WordPress plugin before 1.111 that allows an attacker to malform a request to a page with the plugin and then redirect the victim to a malicious page. There is also a support comment from another user one year ago (https://wordpress.org/support/topic/phast-php-used-for-remote-fetch/) that says that the php involved in the request only go to whitelisted pages but it's possible to redirect the victim to any domain.Show less
1Ninjaforms
1Ninja Forms
Jun 17, 2026
Apr 5, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
In the Ninja Forms Contact Form WordPress plugin before 3.4.34, the wp_ajax_nf_oauth_connect AJAX action was vulnerable to open redirect due to the use of a user supplied redirect parameter and no protection in place.
1Apple
1Macos Server
Jun 17, 2026
Apr 2, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
An issue existed in the parsing of URLs. This issue was addressed with improved input validation. This issue is fixed in macOS Server 5.11. Processing a maliciously crafted URL may lead to an open redirect or cross site...Show more
An issue existed in the parsing of URLs. This issue was addressed with improved input validation. This issue is fixed in macOS Server 5.11. Processing a maliciously crafted URL may lead to an open redirect or cross site scripting.Show less
1Pomerium
1Pomerium
Jun 17, 2026
Apr 2, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
Pomerium from version 0.10.0-0.13.3 has an Open Redirect in the user sign-in/out process
1Pomerium
1Pomerium
Jun 17, 2026
Apr 2, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
Pomerium before 0.13.4 has an Open Redirect (issue 1 of 2).
1Episerver
1Find
Jun 17, 2026
Mar 31, 2021
N/A· v4
6.1 MEDIUM· v3
5.8 MEDIUM· v2
An Open Redirect vulnerability in EpiServer Find before 13.2.7 allows an attacker to redirect users to untrusted websites via the _t_redirect parameter in a crafted URL, such as a /find_v2/_click URL.
1Ilch
1Ilch Cms
Jun 17, 2026
Mar 29, 2021
N/A· v4
5.4 MEDIUM· v3
4.9 MEDIUM· v2
An open redirect vulnerability in Ilch CMS version 2.1.42 allows attackers to redirect users to an attacker's site after a successful login.