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: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

UrlHandlerFilter can be compromised to perform an open redirect when configured with very broadly matching patterns. The vulnerability appears in both the Spring MVC and Spring WebFlux implementations of the filter. An attacker can send a specially crafted HTTP request that causes the application to redirect the user to an arbitrary external URL. The consequence is primarily phishing or credential theft, as the redirect can lead to malicious sites that mimic the legitimate application.

Affected Systems

The flaw affects Spring Framework versions 6.2.0 through 6.2.19 and 7.0.0 through 7.0.8. These versions are used by Spring MVC and Spring WebFlux applications that employ UrlHandlerFilter without strictly limiting the patterns they accept. Any deployment using these library versions and exposing the filter to user input is potentially vulnerable.

Risk and Exploitability

No CVSS score is published, and the EPSS score is not available, so the quantitative risk estimate remains uncertain. The KEV catalog does not list this issue, indicating that there have been no confirmed exploitations yet. Nevertheless, the attack path does not require authentication; a remote attacker can trigger the redirect by calling the filter with an appropriate URL. Given the potential for social‑engineering attacks, administrators should treat the vulnerability as high priority relative to other medium‑severity issues.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the application to a Spring Framework release that includes the UrlHandlerFilter fix, such as versions 6.2.20 or later and 7.0.9 or later.
  • If an upgrade is not immediately feasible, constrain the patterns used by UrlHandlerFilter so that only explicitly safe, internal paths are accepted, eliminating the possibility of matching arbitrary external URLs.
  • Add an additional validation layer or reverse‑proxy that checks redirect targets against an allow‑list of trusted domains before allowing the redirect to take place.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

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
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-08-27T05:21:32.084Z

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

Link: CVE-2026-47883

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-47883

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T07:45:03Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')