CVE-2026-55689
Published:June 19, 2026
Updated:June 21, 2026
Description OpenFGA's OIDC authenticator skipped JWT audience ("aud") validation when no audience was configured. In deployments where one identity provider issues tokens for multiple services, a token minted for an unrelated service could authenticate to OpenFGA. Preconditions This applies if the following preconditions are met: 1. You run OpenFGA with "authn.method" set to "oidc". 2. You configured "authn.oidc.issuer" but did not set "authn.oidc.audience" ("--authn-oidc-audience" / "OPENFGA_AUTHN_OIDC_AUDIENCE"). Fix Upgrade to OpenFGA 1.18.0 or greater. OpenFGA now refuses to start in "oidc" mode unless both "authn.oidc.issuer" and "authn.oidc.audience" are set, and the "aud" claim is always validated. Acknowledgements OpenFGA would like to thank https://github.com/0xVijay for the report.
Affected Packages
github.com/openfga/openfga (GO):
Affected version(s) >=v0.0.0-20220602004900-bf52032b6273 <v1.18.0Fix Suggestion:
Update to version v1.18.0Related Resources (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.6
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.8
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
NONE
Weakness Type (CWE)
Improper Authentication