RATATOSKRATATOSK
Sign in

Releases

AI-analyzed release notes for CNCF graduated and incubating projects.

Project: OpenFGAClear ×
OpenFGAv1.18.0SecurityJun 17, 2026

v1.18.0 is a security-focused release with authentication hardening and stricter configuration validation. MySQL deployments have migration and maintenance-window requirements, while OIDC deployments have required issuer and audience settings.

Check if affected (3)

  • securitymediumMySQL schema migrations 008

    Applies if you use the MySQL backend.

    v1.18.0 ships schema migrations 008 for the MySQL backend, and they require a maintenance window. The release note points to the [operator runbook](https://github.com/openfga/openfga/blob/main/assets/migrations/mysql/collation_migrations.md) before upgrading and associates the migrations with CVE-2026-55170 and CVE-2026-55689.

  • securityConstant-time preshared key authentication

    Applies if you use preshared key authentication.

    The release uses crypto/subtle.ConstantTimeCompare for preshared key authentication in v1.18.0. This closes a timing side-channel caused by the prior map lookup revealing information about valid key bytes.

  • securityRequired OIDC issuer and audience configuration

    Applies if authn.method is set to oidc.

    v1.18.0 requires both authn.oidc.issuer and authn.oidc.audience to be set when authn.method is oidc.

Source
OpenFGAv1.14.1SecurityApr 10, 2026

A maintenance release adds server shutdown-timeout configuration and performance improvements in object listing and cache key generation. It also corrects an AuthZEN discovery security issue and replaces a vulnerable test dependency.

Check if affected (2)

  • securityAuthZEN discovery metadata endpoint URLs

    Applies if authzen.baseURL is configured.

    AuthZEN discovery metadata now publishes endpoint URLs from the configured authzen.baseURL instead of request-supplied host headers, preventing host-header poisoning.

  • securityThe github.com/docker/docker test dependency, replaced with Moby

    Applies if tests run.

    The vulnerable github.com/docker/docker package, used only in tests, was removed and replaced with Moby (client & api).

Source
OpenFGAv1.13.1SecurityMar 24, 2026

A maintenance release fixes a disclosed security vulnerability in Check requests with conditions and caching enabled, which could return incorrect cached results. The fix addresses the interaction between conditional checks and caching.

Check if affected (1)

  • securitymediumCVE-2026-33729 and GHSA-h6c8-cww8-35hf fixed

    Applies if Check requests use conditions and caching is enabled.

    The fix addresses CVE-2026-33729 and GHSA-h6c8-cww8-35hf in Check requests with conditions and caching enabled, which could return incorrect cached results. This correction ships in this release.

Source
Browse by month