Skip to content

Open Redirect in Spring Security OAuth

Moderate severity GitHub Reviewed Published Jun 13, 2019 to the GitHub Advisory Database • Updated May 14, 2024

Package

maven org.springframework.security.oauth:spring-security-oauth (Maven)

Affected versions

>= 2.0.0.RELEASE, < 2.0.18.RELEASE
>= 2.1.0.RELEASE, < 2.1.5.RELEASE
>= 2.2.0.RELEASE, < 2.2.5.RELEASE
>= 2.3.0.RELEASE, < 2.3.6.RELEASE

Patched versions

2.0.18.RELEASE
2.1.5.RELEASE
2.2.5.RELEASE
2.3.6.RELEASE

Description

Spring Security OAuth versions 2.3 prior to 2.3.6, 2.2 prior to 2.2.5, 2.1 prior to 2.1.5, and 2.0 prior to 2.0.18, as well as older unsupported versions could be susceptible to an open redirector attack that can leak an authorization code. A malicious user or attacker can craft a request to the authorization endpoint using the authorization code grant type, and specify a manipulated redirection URI via the redirect_uri parameter. This can cause the authorization server to redirect the resource owner user-agent to a URI under the control of the attacker with the leaked authorization code.

References

Published by the National Vulnerability Database Jun 12, 2019
Reviewed Jun 13, 2019
Published to the GitHub Advisory Database Jun 13, 2019
Last updated May 14, 2024

Severity

Moderate
5.4
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
Required
Scope
Unchanged
Confidentiality
Low
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N

Weaknesses

CVE ID

CVE-2019-11269

GHSA ID

GHSA-mmf6-6597-3v6m

Source code

No known source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.