- CVE ID
- CVE-2026-41844
- CVE 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
- Jun 8, 2026
- CVSS Score & Severity
6.1Medium
- CVSS Vector
- CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
- EPSS Score
- 0.072%
- KEV Status
Not in KEV Catalog: No known exploits
- Vulnerable Methods
org/springframework/web/reactive/result/view/ViewResolutionResultHandler.getDefaultViewName(Lorg/springframework/web/server/ServerWebExchange;)Ljava/lang/String;JVMVulnerable params: 0
org/springframework/web/servlet/view/DefaultRequestToViewNameTranslator.getViewName(Ljakarta/servlet/http/HttpServletRequest;)Ljava/lang/String;JVMVulnerable params: 0
- Source
- National Vulnerability Database