Description
A Spring MVC application that uses UrlFileNameViewController that is mapped with an end-of-path, and does not have a configured prefix is vulnerable to an open redirect.
Spring Framework 7.0.0 - 7.0.8
Spring Framework 6.2.0 - 6.2.19
Spring Framework 6.1.0 - 6.1.28
Spring Framework 6.0.0 - 6.0.30
Spring Framework 5.3.0 - 5.3.49
Spring Framework 5.2.25.RELEASE and earlier
Published: 2026-08-27
Score: n/a
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an attacker to manipulate the end‑of‑path mapping of UrlFileNameViewController in Spring MVC applications that do not have a configured prefix. When an attacker supplies a crafted URL, the application can redirect the user to a malicious site without validation, enabling phishing, credential theft, or other social‑engineering attacks. The flaw does not grant direct code execution or data disclosure, but it can be used to undermine user trust and facilitate secondary attacks.

Affected Systems

Spring Framework versions 7.0.0 through 7.0.8, 6.2.0 through 6.2.19, 6.1.0 through 6.1.28, 6.0.0 through 6.0.30, 5.3.0 through 5.3.49, and 5.2.25.RELEASE and earlier are affected. The issue exists in applications that map UrlFileNameViewController to an end‑of‑path and omit a prefix in the configuration.

Risk and Exploitability

The CVSS score is not publicly disclosed in the provided data, but the presence of an unrestricted redirect indicates a high potential impact. EPSS data is unavailable and the vulnerability is not listed in CISA KEV, yet the flaw is well‑known in the community and can be triggered via a simple crafted URL. It is inferred that the attack vector is a web request containing a malicious redirect target. Since the vulnerability is not mitigated by internal network controls, it remains exploitable in any network context where the application is reachable.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Spring Framework 7.0.9 or later, or to the latest 6.x and 5.x releases that contain the fix for UrlFileNameViewController.
  • Verify that all UrlFileNameViewController mappings include a non‑empty prefix; if a prefix cannot be added, remove the controller mapping altogether.
  • If an upgrade is not immediately possible, apply a temporary filter that validates redirect URLs against an allowlist or rejects any full URL redirects, thereby preventing open redirects.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

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 A Spring MVC application that uses UrlFileNameViewController that is mapped with an end-of-path, and does not have a configured prefix is vulnerable to an open redirect. Spring Framework 7.0.0 - 7.0.8 Spring Framework 6.2.0 - 6.2.19 Spring Framework 6.1.0 - 6.1.28 Spring Framework 6.0.0 - 6.0.30 Spring Framework 5.3.0 - 5.3.49 Spring Framework 5.2.25.RELEASE and earlier
Title Spring Framework Open Redirect in UrlFileNameViewController
References

Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

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

Reserved: 2026-05-20T10:01:00.477Z

Link: CVE-2026-47887

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-47887

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T07:30:18Z

Weaknesses
  • CWE-601

    URL Redirection to Untrusted Site ('Open Redirect')