CVE-2019-11269: Open Redirect in Spring Security OAuth
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.90788%
CWE
Published
6/13/2019
Updated
5/14/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.springframework.security.oauth:spring-security-oauth | maven | >= 2.0.0.RELEASE, < 2.0.18.RELEASE | 2.0.18.RELEASE |
org.springframework.security.oauth:spring-security-oauth | maven | >= 2.1.0.RELEASE, < 2.1.5.RELEASE | 2.1.5.RELEASE |
org.springframework.security.oauth:spring-security-oauth | maven | >= 2.2.0.RELEASE, < 2.2.5.RELEASE | 2.2.5.RELEASE |
org.springframework.security.oauth:spring-security-oauth | maven | >= 2.3.0.RELEASE, < 2.3.6.RELEASE | 2.3.6.RELEASE |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability root cause is in redirect URI validation logic handled by DefaultRedirectResolver
. Runtime detection would show this method processing attacker-controlled redirect_uri
parameters. The Pivotal advisory explicitly identifies DefaultRedirectResolver
as the vulnerable component when used in AuthorizationEndpoint
configurations. While no direct patch diffs are shown, the mitigation requires updating this class to enforce exact redirect URI matching.