LiveActive security incident?Get immediate response
CVE Record

CVE-2021-22573: Incorrect signature verification on Google-oauth-java-client

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

HighCVSS 8.7Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This flaw affects Google-oauth-java-client token validation. The ID token verifier did not properly confirm that a token was signed by the trusted provider, so a crafted or compromised token with attacker-controlled claims could be accepted by client-side validation.

Executive priority

Treat as high priority for systems using this library in authentication. It affects trust in identity tokens and can impact confidentiality and integrity, but current supplied evidence does not show known active exploitation.

Technical view

CVE-2021-22573 is CWE-347 in Google-oauth-java-client. The IDToken verifier failed to verify token signatures, undermining issuer authenticity and allowing custom payloads to pass validation. Sources recommend upgrading to version 1.33.3 or later. CVSS 3.1 score is 8.7 high.

Likely exposure

Exposure is likely in Java applications using Google-oauth-java-client for ID token verification, especially authentication or identity flows. The source bundle does not provide exact affected version ranges beyond recommending 1.33.3 or later.

Exploitation context

No active exploitation is stated in the supplied sources, and the CVE is not marked KEV. Practical impact depends on whether the application trusts ID token claims for login, authorization, identity linking, or account decisions.

Researcher notes

The key issue is missing signature verification in IDToken validation. CVSS indicates network attack vector, low complexity, user interaction, changed scope, and high confidentiality/integrity impact. Evidence is limited on exact vulnerable versions and exploit activity.

Mitigation direction

  • Upgrade Google-oauth-java-client to version 1.33.3 or later.
  • Check vendor guidance and the referenced pull request for fix context.
  • Inventory direct and transitive uses of Google-oauth-java-client.
  • Retest login and token-validation flows after upgrading.
  • Review any authorization decisions based on ID token claims.

Validation and detection

  • Confirm deployed dependency versions are 1.33.3 or later.
  • Identify code paths using IDToken verifier for authentication.
  • Verify tests cover rejection of improperly signed tokens.
  • Review logs for suspicious identity-claim mismatches where available.
  • Confirm production artifacts match the remediated dependency version.
Prepared
Confidence
high
Sources
3

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-347: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2021-22573 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.7 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
8.7CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N2.35.8Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.7High
CVSS 3.1 vector shape for CVE-2021-22573Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Google LLCGoogle-oauth-java-clientunspecifiedListed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-347 · source CWE mapping

Improper Verification of Cryptographic Signature

Improper Verification of Cryptographic Signature represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.