#VU72076 Incorrect authorization in Google API Client Library for Java - CVE-2020-7692

 

#VU72076 Incorrect authorization in Google API Client Library for Java - CVE-2020-7692

Published: February 8, 2023


Vulnerability identifier: #VU72076
Vulnerability risk: High
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/U:Amber
CVE-ID: CVE-2020-7692
CWE-ID: CWE-863
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
Google API Client Library for Java
Software vendor:
Google

Description

The vulnerability allows a remote attacker to bypass authorization process.

The vulnerability exists due to missing support for PKCE. Without the use of PKCE, the authorization code returned by an authorization server is not enough to guarantee that the client that issued the initial authorization request is the one that will be authorized. An attacker is able to obtain the authorization code using a malicious app on the client-side and use it to gain authorization to the protected resource.


Remediation

Install updates from vendor's website.

External links