Cyber Resilience

CVE-2026-41706

Open Redirect in Vmware Spring Security ≤ 5.7.24

Published
10 June 2026
Modified
17 July 2026
Patch / advisory
CVSS Score v3.1 6.1
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0021 12th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-41706 is a medium-severity Open Redirect (CWE-601) vulnerability in Vmware Spring Security. Its CVSS base score is 6.1 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-4 (Information Flow Enforcement) and SI-10 (Information Input Validation) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

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…

more

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1566.002 Spearphishing Link Initial Access
Adversaries may send spearphishing emails with a malicious link in an attempt to gain access to victim systems.
Why these techniques?

Open redirect in public-facing Spring Security component directly enables exploitation of web app (T1190) and facilitates spearphishing via crafted redirect links (T1566.002).

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-22753Same product: Vmware Spring Security
CVE-2026-22748Same product: Vmware Spring Security
CVE-2026-22754Same product: Vmware Spring Security
CVE-2026-22732Same product: Vmware Spring Security
CVE-2026-22747Same product: Vmware Spring Security
CVE-2026-41003Same product: Vmware Spring Security
CVE-2026-47838Same product: Vmware Spring Security
CVE-2023-34042Same product: Vmware Spring Security
CVE-2026-22751Same product: Vmware Spring Security
CVE-2026-41694Same product: Vmware Spring Security

Affected Assets

vmware
spring security
≤ 5.7.24 · 5.8.0 — 5.8.26 · 6.3.0 — 6.3.17

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-4 Information Flow Enforcement
  • SI-15 Information Output Filtering
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V3.7.2

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of the redirect URL retrieved from the untrusted cookie before it is used as a post-login target.

prevent

Enforces information-flow rules that restrict redirect targets to only validated, same-origin destinations.

prevent

Filters outbound redirect URLs to block untrusted external locations before the response is sent.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require input validation and untrusted-redirect controls that prevent CWE-601.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

mitigates

Preventing access to attacker-controlled or malicious sites stops users from being redirected to untrusted locations via open-redirect or phishing links.

References