Vulnerability CVE-2023-43645


Published: 2023-09-27

Description:
OpenFGA is an authorization/permission engine built for developers and inspired by Google Zanzibar. OpenFGA is vulnerable to a denial of service attack when certain Check calls are executed against authorization models that contain circular relationship definitions. When the call is made, it's possible for the server to exhaust resources and die. Users are advised to upgrade to v1.3.2 and update any offending models. There are no known workarounds for this vulnerability. Note that for models which contained cycles or a relation definition that has the relation itself in its evaluation path, checks and queries that require evaluation will no longer be evaluated on v1.3.2+ and will return errors instead. Users who do not have cyclic models are unaffected.

Type:

CWE-835

(Loop with Unreachable Exit Condition ('Infinite Loop'))

 References:
https://github.com/openfga/openfga/security/advisories/GHSA-2hm9-h873-pgqh
https://github.com/openfga/openfga/commit/725296025fd81227c89525808652c6acd4a605f6

Copyright 2024, cxsecurity.com

 

Back to Top