Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-56668 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

ZITADEL is an open source identity management platform. Prior to 4.15.3, ZITADEL's OAuth2 Token Exchange endpoint for urn:ietf:params:oauth:grant-type:token-exchange does not verify that the subject token belongs to the requesting client or that requested scopes remain within the original token's scopes, allowing a low-privilege token to be exchanged for elevated permissions at another application. This issue is fixed in version 4.15.3.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-862Missing Authorization[email protected]

Affected Products

ProductVersions
ZITADEL
>= 4.0.0, <= 4.15.2 (semver)
>= 3.0.0, <= 3.4.12 (semver)

CPE

  • cpe:2.3:a:zitadel:zitadel:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: >= 4.15.3moderate efforthttps://github.com/zitadel/zitadel/releases/tag/v4.15.3
  • Workaround:low effort

    Disable the Token Exchange feature flag in your instance settings or environment variables (ZITADEL_DEFAULTINSTANCE_FEATURES_TOKENEXCHANGE=false). This is only possible in versions prior to v4.11.0, where the feature was not yet GA.

  • Workaround:low effort

    Remove the Token Exchange grant type from all configured applications, especially high-privilege or public clients.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-56668
NVD Published Date:
Jul 10, 2026
NVD Last Modified:
Jul 14, 2026
Source:
[email protected]
CVE-2026-56668 Details - Not Deferred