{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "4.0.0-rc.1"
              },
              {
                "fixed": "4.15.2"
              },
              {
                "introduced": "0"
              },
              {
                "fixed": "3.4.12"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "8f0b7ebf028187e84881694bb931cbe33604e308"
            },
            {
              "introduced": "0"
            },
            {
              "fixed": "c53d9774d4272d3cebeee4131012c20bd77b9dfb"
            },
            {
              "fixed": "c6b7e67548cfec209d7e22cd6256b04ca6b02995"
            },
            {
              "fixed": "4925fab849d39a88674485d937b79e54318b48a8"
            },
            {
              "fixed": "d1c3aa84af8fcb0f33910ada30b866f4afb551ac"
            }
          ],
          "repo": "https://github.com/zitadel/zitadel",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-wxg7-w2v3-w38g"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-613"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/56xxx/CVE-2026-56664.json"
  },
  "details": "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.",
  "id": "CVE-2026-56664",
  "modified": "2026-07-15T01:49:21.058817090Z",
  "published": "2026-07-10T17:21:22.653Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/zitadel/zitadel/releases/tag/v3.4.12"
    },
    {
      "type": "WEB",
      "url": "https://github.com/zitadel/zitadel/releases/tag/v4.15.2"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/56xxx/CVE-2026-56664.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/zitadel/zitadel/security/advisories/GHSA-wxg7-w2v3-w38g"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-56664"
    },
    {
      "type": "FIX",
      "url": "https://github.com/zitadel/zitadel/commit/4925fab849d39a88674485d937b79e54318b48a8"
    },
    {
      "type": "FIX",
      "url": "https://github.com/zitadel/zitadel/commit/d1c3aa84af8fcb0f33910ada30b866f4afb551ac"
    }
  ],
  "schema_version": "1.8.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
      "type": "CVSS_V3"
    }
  ],
  "summary": "ZITADEL: Missing Token Lifecyle Validation (`exp` and `iat`) in JWT IdP Provider"
}