CVE-2026-56664 PUBLISHED

ZITADEL: Missing Token Lifecyle Validation (`exp` and `iat`) in JWT IdP Provider

Assigner: GitHub_M
Reserved: 22.06.2026 Published: 10.07.2026 Updated: 10.07.2026

ZITADEL is an open source identity management platform. Prior to 3.4.12 and 4.15.2, ZITADEL's external JWT Identity Provider validation in internal/idp/providers/jwt/session.go skips the maximum token age freshness check when an incoming token omits the iat claim, allowing arbitrarily old tokens from a trusted issuer to pass authentication. This issue is fixed in versions 3.4.12 and 4.15.2.

Metrics

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

Product Status

Vendor zitadel
Product zitadel
Versions
  • Version >= 4.0.0-rc.1, < 4.15.2 is affected
  • Version < 3.4.12 is affected

References

Problem Types

  • CWE-613: Insufficient Session Expiration CWE