Threats Tagged 'cwe-601'
View all threats tagged with 'cwe-601'. Filter and sort to focus on specific types of threats.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threats Tagged 'cwe-601'
Click on any threat for detailed analysis and mitigation recommendations
CVE-2026-54215: CWE-601 URL redirection to untrusted site ('open redirect') in Tobit Laboratories AG TeamDavidCVE-2026-54215 0 Tobit Laboratories AG TeamDavid's Webbox contains an open redirect vulnerability via the “replyUrl” parameter. An attacker can exploit this vulnerability to craft a URL within the application that, when visited, redirects the user’s browser to an arbitrary third-party site. This can be abused for phishing attacks, where users receive a trusted domain link but are redirected to a phishing website. This issue affects TeamDavid through Rollout 524. Join the discussion | CVE Database V5 | 08/07/2026, 09:48:16 UTC Added: 08/07/2026, 10:12:17 UTC |
CVE-2026-54214: CWE-601 URL redirection to untrusted site ('open redirect') in Tobit Laboratories AG TeamDavidCVE-2026-54214 0 Tobit Laboratories AG TeamDavid's Webbox application is vulnerable to HTTP header injection through the “cType” URL parameter, which allows arbitrary modification of the Content-Type header in HTTP responses. Because the parameter does not properly restrict control characters such as URL-encoded newlines (“%0a”) or colons, attackers can inject additional headers including extra Location headers into the server’s response. This results e.g. in an open redirect vulnerability. This issue affects TeamDavid through Rollout 524. Join the discussion | CVE Database V5 | 08/07/2026, 09:47:55 UTC Added: 08/07/2026, 10:12:17 UTC |
CVE-2026-12071: CWE-601 URL redirection to untrusted site ('open redirect') in Tobit Laboratories AG TeamDavidCVE-2026-12071 0 CVE-2026-12071 is an open redirect vulnerability in the Webbox component of TeamDavid by Tobit Laboratories AG. The vulnerability arises because redirect URLs are constructed using user-supplied input appended to the redirect target in a 302 HTTP response. Attackers can manipulate the URL using encoded characters to redirect users to malicious domains with similar top-level domains. Additionally, URL-encoded line feeds can be used to inject arbitrary HTTP response headers. This issue affects TeamDavid through Rollout 524. No official patch or remediation guidance is currently available. Join the discussion | CVE Database V5 | 08/07/2026, 09:40:52 UTC Added: 08/07/2026, 10:12:15 UTC |
CVE-2026-66829: CWE-601 URL Redirection to Untrusted Site ('Open Redirect') in rrrene html_sanitize_exCVE-2026-66829 0 URL Redirection to Untrusted Site ('Open Redirect') vulnerability in the HTML5 scrubber in rrrene html_sanitize_ex allows a remote attacker to force visitors of a page to navigate to a site of the attacker's choosing via a <meta http-equiv="refresh"> element in sanitized HTML. HtmlSanitizeEx.html5/1 keeps attacker-supplied <meta> elements in its output. A meta element acts on the whole document rather than on the fragment it was embedded in, so it can also declare document-wide directives such as Content-Security-Policy. This is not cross-site scripting. Browsers do not navigate a meta refresh to a javascript: URL, so the uppercase JAVASCRIPT: filter bypass yields no script execution and none was demonstrated. This issue affects html_sanitize_ex: from 0.3.1 before 1.5.3. Join the discussion | CVE Database V5 | 08/06/2026, 14:49:23 UTC Added: 08/06/2026, 15:41:53 UTC |
CVE-2026-66370: CWE-601 URL Redirection to Untrusted Site ('Open Redirect') in rrrene html_sanitize_exCVE-2026-66370 0 URL Redirection to Untrusted Site ('Open Redirect') vulnerability in the HTML5 scrubber in rrrene html_sanitize_ex allows an unauthenticated remote attacker to retarget a form already on the rendering page and receive whatever the victim submits, including credentials, via the form and formaction attributes on an <input> element in sanitized HTML. HTML's form attribute associates an input with any form on the page by its id even when the input sits outside that form, and formaction on a submit control overrides the owning form's action. Neither attribute receives a scheme check, so an absolute cross-origin URL survives sanitizing. No script executes. The scrubber allows neither form nor button, so the attacker cannot introduce a form of their own and the rendering page must already contain a form carrying an id. This issue affects html_sanitize_ex: from 0.3.1 before 1.5.3. Join the discussion | CVE Database V5 | 08/06/2026, 14:49:15 UTC Added: 08/06/2026, 15:41:53 UTC |
CVE-2026-71240: CWE-601 URL Redirection to Untrusted Site in DjangoCRM django-crmCVE-2026-71240 0 DjangoCRM's toggle_default_sorting view is the only route in common/urls.py that is not wrapped in login_required or staff_member_required, and it redirects to a caller-supplied next_url GET parameter after only checking secure_url(next_url), which merely verifies the target host matches the current site's domain (blocking only cross-domain redirects) while allowing any same-site path with no authentication required to reach the view. This enables unauthenticated phishing redirects and referrer-based token leakage via redirect chains. Join the discussion | CVE Database V5 | 08/05/2026, 10:56:39 UTC Added: 08/05/2026, 11:12:01 UTC |
CVE-2026-14219: CWE-601 URL redirection to untrusted site ('open redirect') in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human ResourcesCVE-2026-14219 0 URL redirection to untrusted site ('open redirect') vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows Phishing. This issue affects HUMANIST Digital Human Resources: from 26.0 before 26.1. Join the discussion | CVE Database V5 | 08/04/2026, 08:33:44 UTC Added: 08/04/2026, 09:18:34 UTC |
CVE-2026-16296: CWE-601 URL Redirection to Untrusted Site ('Open Redirect') in Clearfy CacheCVE-2026-16296 0 The Clearfy Cache WordPress plugin before 2.4.3 does not validate the redirect target in its Cyrlitera old-URL redirect handler, passing a decoded request URI to an unsafe redirect function, which allows unauthenticated attackers to redirect visitors to an arbitrary external URL when a non-default option is enabled. Join the discussion | CVE Database V5 | 08/04/2026, 06:00:12 UTC Added: 08/04/2026, 06:33:52 UTC |
CVE-2026-53573: CWE-601: URL Redirection to Untrusted Site ('Open Redirect') in geonetwork core-geonetworkCVE-2026-53573 0 GeoNetwork is a catalog application to manage spatially referenced resources. From 3.12.0 until 4.2.16 and 4.4.11, unsafe redirect validation in GeonetworkOAuth2LoginAuthenticationFilter and KeycloakAuthenticationProcessingFilter permits an attacker-controlled external redirect after login. This issue is fixed in versions 4.2.16 and 4.4.11. Join the discussion | CVE Database V5 | 07/31/2026, 22:16:25 UTC Added: 07/31/2026, 22:33:41 UTC |
IBM Planning Analytics Local 2.1.0 through 2.1.21 is vulnerable to an open redirect that allows an attacker to redirect users to arbitrary external… (CVE-2026-10545)CVE-2026-10545 0 IBM Planning Analytics Local 2.1.0 through 2.1.21 is vulnerable to an open redirect that allows an attacker to redirect users to arbitrary external websites via a crafted URL. If used in SSO authentication flows, this could result in exposure of session tokens and allow attackers to hijack user sessions. Join the discussion | GCVE Database | 07/30/2026, 21:31:48 UTC Added: 07/30/2026, 23:26:03 UTC |
Showing 1 to 10 of 36 results