Skip to main content

Spring Framework EUVDEUVD-2026-35332

| CVE-2026-41844 MEDIUM
URL Redirection to Untrusted Site (Open Redirect) (CWE-601)
2026-06-09 vmware GHSA-h3qp-gqrc-q736
6.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
6.1 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
Red Hat
4.2 MEDIUM
qualitative

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

3
CVSS changed
Jun 11, 2026 - 16:22 NVD
4.2 (MEDIUM) 6.1 (MEDIUM)
Patch available
Jun 09, 2026 - 06:01 EUVD
Analysis Generated
Jun 09, 2026 - 05:24 vuln.today

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 6 maven packages depend on org.springframework:spring-webflux (5 direct, 1 indirect)
  • 23 maven packages depend on org.springframework:spring-webmvc (14 direct, 9 indirect)

Ecosystem-wide dependent count for version 7.0.0 and other introduced versions.

DescriptionNVD

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.

AnalysisAI

Open redirect in Spring Framework (Spring MVC and Spring WebFlux) across four major version branches enables unauthenticated remote attackers to craft URLs that cause the application to issue a 302 HTTP redirect to an arbitrary attacker-controlled external host. The vulnerability is conditionally exploitable - requiring a catch-all wildcard route mapping without an explicit view name - and demands user interaction to trigger. CVSS rates this 4.2 Medium (AV:N/AC:H/PR:N/UI:R); no public exploit code or CISA KEV listing has been identified at time of analysis.

Technical ContextAI

Spring MVC and Spring WebFlux are the primary web request-handling modules of the Spring Framework, a widely deployed Java application framework maintained by VMware (Broadcom). A core Spring view resolution feature recognizes the 'redirect:' prefix in view names and translates it into an HTTP 302 redirect response. When a controller is mapped to '/**' without specifying an explicit view name, the framework may derive the view name from attacker-controlled request data, allowing the 'redirect:' prefix to be injected and resolved. CWE-601 (URL Redirection to Untrusted Site / Open Redirect) describes this root cause class: insufficient validation of attacker-supplied input used to construct redirect URLs. The affected CPE is cpe:2.3:a:spring:spring_framework across all platforms, spanning versions 5.3.0-5.3.48, 6.1.0-6.1.27, 6.2.0-6.2.18, and 7.0.0-7.0.7.

RemediationAI

Upgrade Spring Framework to a version beyond the affected ranges per the vendor advisory at https://spring.io/security/cve-2026-41844 - consult that page directly for confirmed fixed release versions, as exact patch version numbers were not included in the provided input data and should not be assumed. As an immediate workaround with no patch dependency, replace any catch-all '/**' route mappings with specific path patterns and explicitly specify view names in every controller handler method, which eliminates the code path that allows user-controlled input to influence view name resolution. This workaround is low-risk but requires regression testing to ensure routing correctness across the application. Additionally, deploying a WAF rule to detect or block 'redirect:' patterns within URL paths can provide a secondary compensating control, though this may produce false positives in applications that legitimately use that string in URL segments.

More in Java

View all
CVE-2012-4681 CRITICAL POC
9.8 Aug 28

Oracle Java SE 7 Update 6 and earlier contains multiple sandbox bypass vulnerabilities via the ClassFinder and forName m

CVE-2015-7450 CRITICAL POC
9.8 Jan 02

Remote code execution in IBM Sterling B2B Integrator, Sterling Integrator, and Tivoli Common Reporting allows unauthenti

CVE-2013-2465 CRITICAL POC
9.8 Jun 18

Java Runtime Environment sandbox bypass via incorrect image channel verification in 2D component allows remote unauthent

CVE-2011-3544 CRITICAL POC
9.8 Oct 19

Oracle Java SE JDK/JRE 7 and 6 Update 27 and earlier allows remote code execution with complete system compromise throug

CVE-2010-1871 HIGH POC
8.8 Aug 05

JBoss Seam 2 in Red Hat JBoss EAP 4.3.0 fails to sanitize JBoss Expression Language inputs, allowing remote attackers to

CVE-2012-1723 CRITICAL POC
9.8 Jun 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 update 4 and earlier, 6 up

CVE-2013-0422 CRITICAL POC
9.8 Jan 10

Multiple vulnerabilities in Oracle Java 7 before Update 11 allow remote attackers to execute arbitrary code by (1) using

CVE-2012-0507 CRITICAL POC
9.8 Jun 07

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 2 and earlier, 6 Up

CVE-2015-4852 CRITICAL POC
9.8 Nov 18

The WLS Security component in Oracle WebLogic Server 10.3.6.0, 12.1.2.0, 12.1.3.0, and 12.2.1.0 allows remote attackers

CVE-2012-5076 CRITICAL POC
9.8 Oct 16

Unspecified vulnerability in the Java Runtime Environment (JRE) component in Oracle Java SE 7 Update 7 and earlier allow

CVE-2017-3066 CRITICAL POC
9.8 Apr 27

Remote unauthenticated attackers can execute arbitrary code on Adobe ColdFusion servers through Java deserialization fla

CVE-2012-0391 CRITICAL POC
9.8 Jan 08

The ExceptionDelegator component in Apache Struts before 2.2.3.1 interprets parameter values as OGNL expressions during

Vendor StatusVendor

Share

EUVD-2026-35332 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy