Intel

AIKIDO-2026-328842

spring-webmvc is vulnerable to Open Redirect

Open RedirectCVE-2026-47883 Published 6 days ago

54

Medium Risk

This Affects:

JAVAspring-webmvc
6.2.0 - 7.0.8
Fixed in 7.0.9
Are you affected? Scan for Free

TL;DR

spring-webmvc and spring-webflux UrlHandlerFilter can issue an open redirect when configured with overly broad URL patterns. A crafted request path is then used as the redirect location. Users following that response can be sent to an untrusted site. The patch rejects redirect targets that fall outside the intended application paths.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and UrlHandlerFilter is configured with a very broadly matching pattern.

Background info

spring-webmvc is vulnerable to Open Redirect in versions 6.2.0 - 7.0.8.

How to fix this

Upgrade the org.springframework:spring-webmvc and/or the org.springframework:spring-webflux library to the patch version.