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-55669 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 3.4.12 and 4.15.2, ZITADEL's external JWT Identity Provider validates a token's signature and issuer (iss) but not the audience (aud) claim, allowing a validly signed token from a trusted issuer for another relying party to be accepted by ZITADEL. This issue is fixed in versions 3.4.12 and 4.15.2.

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-346Origin Validation Error[email protected]

Affected Products

ProductVersions
ZITADEL
>= 4.0.0, <= 4.15.1 (semver)
<= 3.4.11 (semver)

CPE

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

Remediation

  • Upgrade: 4.15.2moderate efforthttps://github.com/zitadel/zitadel/releases/tag/v4.15.2
  • Upgrade: 3.4.12moderate efforthttps://github.com/zitadel/zitadel/releases/tag/v3.4.12
  • Mitigation:low effort

    Ensure the external Identity Provider issues scoped tokens with highly unique, non-overlapping audience values that cannot be misconstrued by separate service deployments.

  • Mitigation:low effort

    Deploy a reverse proxy, API gateway, or Web Application Firewall (WAF) layer in front of ZITADEL to inspect incoming identity tokens and explicitly drop requests where the 'aud' field does not strictly match ZITADEL's deployment target.

Change History

2 change records found show changes


QUICK INFO

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