CVE-2026-41706
Received
Received - Intake
Open Redirect via Unvalidated Cookie in Spring Security
Publication date: 2026-06-10
Last updated on: 2026-06-10
Assigner: VMware
Description
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vmware | spring_security | From 5.7.0 (inc) to 5.7.23 (inc) |
| vmware | spring_security | From 5.8.0 (inc) to 5.8.25 (inc) |
| vmware | spring_security | From 6.3.0 (inc) to 6.3.16 (inc) |
| vmware | spring_security | From 6.4.0 (inc) to 6.4.16 (inc) |
| vmware | spring_security | From 6.5.0 (inc) to 6.5.10 (inc) |
| vmware | spring_security | From 7.0.0 (inc) to 7.0.5 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-601 | The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect. |