Vulnerabilities > CVE-2019-3778 - Open Redirect vulnerability in multiple products

047910
CVSS 6.4 - MEDIUM
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
NONE
network
low complexity
pivotal-software
oracle
CWE-601
exploit available

Summary

Spring Security OAuth, versions 2.3 prior to 2.3.5, and 2.2 prior to 2.2.4, and 2.1 prior to 2.1.4, and 2.0 prior to 2.0.17, and 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. This vulnerability exposes applications that meet all of the following requirements: Act in the role of an Authorization Server (e.g. @EnableAuthorizationServer) and uses the DefaultRedirectResolver in the AuthorizationEndpoint. This vulnerability does not expose applications that: Act in the role of an Authorization Server and uses a different RedirectResolver implementation other than DefaultRedirectResolver, act in the role of a Resource Server only (e.g. @EnableResourceServer), act in the role of a Client only (e.g. @EnableOAuthClient).

Vulnerable Configurations

Part Description Count
Application
Pivotal_Software
37
Application
Oracle
3

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Fake the Source of Data
    An adversary provides data under a falsified identity. The purpose of using the falsified identity may be to prevent traceability of the provided data or it might be an attempt by the adversary to assume the rights granted to another identity. One of the simplest forms of this attack would be the creation of an email message with a modified "From" field in order to appear that the message was sent from someone other than the actual sender. Results of the attack vary depending on the details of the attack, but common results include privilege escalation, obfuscation of other attacks, and data corruption/manipulation.

Exploit-Db

idEDB-ID:47000
last seen2019-06-17
modified2019-06-17
published2019-06-17
reporterExploit-DB
sourcehttps://www.exploit-db.com/download/47000
titleSpring Security OAuth - Open Redirector

Packetstorm

data sourcehttps://packetstormsecurity.com/files/download/153299/sprintsecurityoauth-redirect.txt
idPACKETSTORM:153299
last seen2019-06-18
published2019-06-17
reporterRiemann
sourcehttps://packetstormsecurity.com/files/153299/Spring-Security-OAuth-2.3-Open-Redirection.html
titleSpring Security OAuth 2.3 Open Redirection