Description
UrlHandlerFilter can be vulnerable to an open redirect when configured with very broadly matching patterns. The issue applies to the filter variants in both Spring MVC and Spring WebFlux.
Spring Framework 7.0.0 - 7.0.8
Spring Framework 6.2.0 - 6.2.19
Published: 2026-08-27
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Open Redirect
Action: Immediate Patch
AI Analysis

Impact

UrlHandlerFilter can be configured with very broadly matching patterns, enabling an attacker to trigger an open redirect that sends users to arbitrary external URLs. The vulnerability exists in both Spring MVC and Spring WebFlux implementations of the filter. An attacker can craft a specially tailored HTTP request that causes the application to redirect the user to a malicious site without requiring any authentication. The consequence is primarily phishing or credential theft, as users are led to sites that mimic the legitimate application.

Affected Systems

This flaw affects Spring Framework versions 6.2.0 through 6.2.19 and 7.0.0 through 7.0.8. Applications built with Spring MVC or Spring WebFlux that incorporate UrlHandlerFilter and expose it to user input are potentially vulnerable when these library versions are in use.

Risk and Exploitability

The CVSS score of 6.1 indicates medium severity. The EPSS score of less than 1% suggests a low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog. Nevertheless, an attacker can trigger the redirect remotely by calling the filter with an appropriately crafted URL. Because no authentication is required and the potential for social‑engineering attacks exists, the issue should be treated as a higher priority relative to other medium‑severity vulnerabilities.

Generated by OpenCVE AI on August 27, 2026 at 16:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the application to a Spring Framework release that contains the fix for UrlHandlerFilter, such as 6.2.20 or newer and 7.0.9 or newer.
  • If an upgrade is not immediately possible, restrict the patterns used by UrlHandlerFilter to accept only strictly defined internal paths, preventing matches against arbitrary external URLs.
  • Implement an additional validation layer or reverse‑proxy that checks redirect targets against an allow‑list of trusted domains before allowing the redirect to occur.

Generated by OpenCVE AI on August 27, 2026 at 16:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Thu, 10 Sep 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Vmware
Vmware spring Framework
CPEs cpe:2.3:a:vmware:spring_framework:*:*:*:*:*:*:*:*
Vendors & Products Vmware
Vmware spring Framework

Thu, 27 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 6.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 27 Aug 2026 08:00:00 +0000

Type Values Removed Values Added
First Time appeared Spring
Spring spring Framework
Vendors & Products Spring
Spring spring Framework

Thu, 27 Aug 2026 07:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-601

Thu, 27 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Description UrlHandlerFilter can be vulnerable to an open redirect when configured with very broadly matching patterns. The issue applies to the filter variants in both Spring MVC and Spring WebFlux. Spring Framework 7.0.0 - 7.0.8 Spring Framework 6.2.0 - 6.2.19
Title Spring Framework Open Redirect in UrlHandlerFilter
References

Subscriptions

Spring Spring Framework
Vmware Spring Framework
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-27T15:02:25.563Z

Reserved: 2026-05-20T10:00:58.694Z

Link: CVE-2026-47883

cve-icon Vulnrichment

Updated: 2026-08-27T15:02:17.083Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-27T06:17:18.290

Modified: 2026-09-10T14:54:50.113

Link: CVE-2026-47883

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T17:00:13Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')