Vulnerability Description
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
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Oauth Client Library For Java | < 1.33.3 |
Related Weaknesses (CWE)
References
- https://github.com/googleapis/google-oauth-java-client/pull/872Issue TrackingPatchRelease Notes
- https://github.com/googleapis/google-oauth-java-client/pull/872Issue TrackingPatchRelease Notes
FAQ
What is CVE-2021-22573?
CVE-2021-22573 is a vulnerability with a CVSS score of 8.7 (HIGH). 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 ...
How severe is CVE-2021-22573?
CVE-2021-22573 has been rated HIGH with a CVSS base score of 8.7/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-22573?
Check the references section above for vendor advisories and patch information. Affected products include: Google Oauth Client Library For Java.