Description
A Spring MVC or Spring WebFlux application which configures a mapping for "/**" where the view name is not explicitly specified allows an attacker to craft a link resulting in a 302 redirect to an arbitrary external host via the redirect: prefix.

Affected versions:
Spring Framework 7.0.0 through 7.0.7; 6.2.0 through 6.2.18; 6.1.0 through 6.1.27; 5.3.0 through 5.3.48.
Published: 2026-06-09
Score: 4.2 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An attacker can craft a URL that triggers a 302 redirect to any external host by exploiting Spring MVC or Spring WebFlux applications that map / without an explicit view name. This open redirect flaw—classified as CWE‑601—enables malicious parties to lure users into visiting phishing sites or to load malicious content. The impact includes credential theft, social engineering, or facilitating later attacks, but it does not allow direct code execution or data exfiltration from the affected server.

Affected Systems

The flaw is present in the Spring Framework across multiple releases. Users deploying 7.0.0 through 7.0.7, 6.2.0 through 6.2.18, 6.1.0 through 6.1.27, or 5.3.0 through 5.3.48 are vulnerable. Any application built on these versions and using a catch‑all / mapping without a fixed view name is impacted.

Risk and Exploitability

The CVSS score of 4.2 indicates moderate risk, while the EPSS score is currently unavailable, so the current likelihood of exploitation is uncertain. The vulnerability is not listed in the CISA KEV catalog. An attacker can exploit it by embedding malicious URLs in emails, forums, or social media, then directing users to a crafted link that performs an uncontrolled redirect. No additional preconditions such as elevated privileges are required; the attack can occur simply through user interaction with the crafted link.

Generated by OpenCVE AI on June 9, 2026 at 05:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Spring Framework releases: 7.0.8 or later, 6.2.19 or later, 6.1.28 or later, 5.3.49 or later.
  • Ensure that every route mapping explicitly defines a view name; remove or modify any / mappings that act as catch‑all handlers.
  • Restrict outbound redirects to a whitelist of trusted domains or disable redirect functionality if it is not required for application workflow.

Generated by OpenCVE AI on June 9, 2026 at 05:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Tue, 09 Jun 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 09 Jun 2026 06:00:00 +0000

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

Tue, 09 Jun 2026 04:45:00 +0000

Type Values Removed Values Added
Description A Spring MVC or Spring WebFlux application which configures a mapping for "/**" where the view name is not explicitly specified allows an attacker to craft a link resulting in a 302 redirect to an arbitrary external host via the redirect: prefix. Affected versions: Spring Framework 7.0.0 through 7.0.7; 6.2.0 through 6.2.18; 6.1.0 through 6.1.27; 5.3.0 through 5.3.48.
Title Spring Framework Open Redirect in Spring MVC and WebFlux
Weaknesses CWE-601
References
Metrics cvssV3_1

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


Subscriptions

Spring Spring Framework
cve-icon MITRE

Status: PUBLISHED

Assigner: vmware

Published:

Updated: 2026-06-09T13:31:29.811Z

Reserved: 2026-04-22T06:22:08.199Z

Link: CVE-2026-41844

cve-icon Vulnrichment

Updated: 2026-06-09T13:31:26.418Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-06-09T05:16:36.440

Modified: 2026-06-09T13:49:39.993

Link: CVE-2026-41844

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-09T05:45:26Z

Weaknesses