Description
OpenFGA is an authorization/permission engine built for developers. Prior to 1.18.0, when MySQL is being used as the datastore and authorization decisions rely on case-sensitive user strings, the tuple, changelog, and authorization_model identifier columns can compare case-distinct values such as user:Alice and user:alice as equivalent, causing two distinct check requests to return the same response. This issue is fixed in 1.18.0.
Published: 2026-07-09
Score: 2.1 Low
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

OpenFGA is an authorization engine that supports MySQL as a datastore. Prior to version 1.18.0, deployments that relied on case‑sensitive user identifiers had identifier columns – tuple, changelog, and authorization_model – using a case‑insensitive collation. This caused values that differ only by case, such as user:Alice and user:alice, to be treated as equivalent, so two distinct authorization checks returned the same result. An attacker could exploit this to gain unintended access by manipulating stored identifiers. The vulnerability is fixed in version 1.18.0.

Affected Systems

The vulnerability affects the OpenFGA product (openfga:openfga) in any deployment using MySQL as the data store. All releases prior to v1.18.0 are impacted; version v1.18.0 and later include the fix.

Risk and Exploitability

The CVSS score of 2.1 indicates a low severity impact, while the EPSS score of less than 1% shows a very low probability of exploitation in the wild. The vulnerability is not listed in CISA's KEV catalog. A scenario in which an attacker could alter the contents of identifier columns—by gaining write access to the database—would allow them to place or modify values that differ only in case, potentially causing the authorization engine to treat distinct users as equivalent. Because the description does not specify any required attacker privileges, we infer that the ability influence the database is sufficient for exploitation. The attack would not require code execution beyond manipulating database entries and is most relevant in environments that rely on case‑sensitive user identifiers.

Generated by OpenCVE AI on July 29, 2026 at 11:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenFGA to version 1.18.0 to apply the vendor‑provided fix.
  • If an upgrade is not possible immediately, reconfigure the MySQL collation (e.g., to utf8mb4_bin) as a temporary mitigation.
  • After applying the upgrade or collation change, monitor logs for unauthorized or duplicated access to confirm the issue is resolved.

Generated by OpenCVE AI on July 29, 2026 at 11:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-cf98-j28v-49v6 OpenFGA Improper Policy Enforcement
History

Sat, 11 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.4, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N'}

threat_severity

Moderate


Fri, 10 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 09 Jul 2026 22:45:00 +0000

Type Values Removed Values Added
First Time appeared Openfga
Openfga openfga
Vendors & Products Openfga
Openfga openfga

Thu, 09 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
Description OpenFGA is an authorization/permission engine built for developers. Prior to 1.18.0, when MySQL is being used as the datastore and authorization decisions rely on case-sensitive user strings, the tuple, changelog, and authorization_model identifier columns can compare case-distinct values such as user:Alice and user:alice as equivalent, causing two distinct check requests to return the same response. This issue is fixed in 1.18.0.
Title OpenFGA MySQL backend: case-insensitive collation on identifier columns causes incorrect authorization decisions
Weaknesses CWE-178
References
Metrics cvssV4_0

{'score': 2.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:P/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-10T14:26:15.294Z

Reserved: 2026-06-16T15:13:28.166Z

Link: CVE-2026-55170

cve-icon Vulnrichment

Updated: 2026-07-10T14:26:10.283Z

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-09T21:04:28Z

Links: CVE-2026-55170 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-07-29T12:00:12Z

Weaknesses
  • CWE-178

    Improper Handling of Case Sensitivity