The vulnerability is that IDToken verifier does not verify if token is properly signed. Signature verification makes sure that the token's payload comes from valid provider, not from someone else. An attacker can provide a compromised token with custom payload. The token will pass the validation on the client side. We recommend upgrading to version 1.33.3 or above
References
Link | Resource |
---|---|
https://github.com/googleapis/google-oauth-java-client/pull/872 | Issue Tracking Patch Release Notes Third Party Advisory |
https://github.com/googleapis/google-oauth-java-client/pull/872 | Issue Tracking Patch Release Notes Third Party Advisory |
Configurations
History
21 Nov 2024, 05:50
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/googleapis/google-oauth-java-client/pull/872 - Issue Tracking, Patch, Release Notes, Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : 3.5
v3 : 8.7 |
Information
Published : 2022-05-03 16:15
Updated : 2024-11-21 05:50
NVD link : CVE-2021-22573
Mitre link : CVE-2021-22573
CVE.ORG link : CVE-2021-22573
JSON object : View
Products Affected
- oauth_client_library_for_java
CWE
CWE-347
Improper Verification of Cryptographic Signature