6.1

CVE-2026-41706

Open Redirect When Using CookieRequestCache

Spring Security's CookieRequestCache and CookieServerRequestCache store the pre-authentication request URL in a browser cookie so that users can be redirected back to their intended destination after a successful login. In affected versions, the full absolute URL is stored in the cookie and is used without validation as the post-login redirect target.

Affected versions:
Spring Security 5.7.0 through 5.7.23; 5.8.0 through 5.8.25; 6.3.0 through 6.3.16; 6.4.0 through 6.4.16; 6.5.0 through 6.5.10; 7.0.0 through 7.0.5.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
VMwareSpring Security Version < 5.7.24
VMwareSpring Security Version >= 5.8.0 < 5.8.26
VMwareSpring Security Version >= 6.3.0 < 6.3.17
VMwareSpring Security Version >= 6.4.0 < 6.4.17
VMwareSpring Security Version >= 6.5.0 < 6.5.11
VMwareSpring Security Version >= 7.0.0 < 7.0.6
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.21% 0.112
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
security@vmware.com 6.1 2.8 2.7
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CWE-601 URL Redirection to Untrusted Site ('Open Redirect')

The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect.