ApiFest OAuth 2.0 Server 0.3.1 does not validate the redirect URI in accordance with RFC 6749 and is susceptible to an open redirector attack. Specifically, it directly sends an authorization code to the redirect URI submitted with the authorization request, without checking whether the redirect URI is registered by the client who initiated the request. This allows an attacker to craft a request with a manipulated redirect URI (redirect_uri parameter), which is under the attacker's control, and consequently obtain the leaked authorization code when the server redirects the client to the manipulated redirect URI with an authorization code. NOTE: this is similar to CVE-2019-3778.
References
Link | Resource |
---|---|
http://www.apifest.org/index.html | Vendor Advisory |
https://github.com/apifest/apifest-oauth20 | Third Party Advisory |
https://tools.ietf.org/html/rfc6749#section-3.1.2.3 | Third Party Advisory |
Configurations
History
08 Jul 2022, 16:21
Type | Values Removed | Values Added |
---|---|---|
References | (MISC) http://www.apifest.org/index.html - Vendor Advisory | |
References | (MISC) https://tools.ietf.org/html/rfc6749#section-3.1.2.3 - Third Party Advisory | |
References | (MISC) https://github.com/apifest/apifest-oauth20 - Third Party Advisory | |
CWE | CWE-601 | |
CPE | cpe:2.3:a:apifest:oauth_2.0_server:0.3.1:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : 5.8
v3 : 6.1 |
29 Jun 2022, 15:38
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2022-06-29 14:15
Updated : 2024-02-04 22:29
NVD link : CVE-2020-26877
Mitre link : CVE-2020-26877
CVE.ORG link : CVE-2020-26877
JSON object : View
Products Affected
apifest
- oauth_2.0_server
CWE
CWE-601
URL Redirection to Untrusted Site ('Open Redirect')