---
id: CVE-2026-41131
aliases:
  - GHSA-57j5-qwp2-vqp6
  - GO-2026-5136
title: OpenFGA has Improper Policy Enforcement
summary: OpenFGA has Improper Policy Enforcement
severity: medium
cvss: 5
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L'
vendor: openfga
product: github.com/openfga/openfga
ecosystem: go
affected:
  - github.com/openfga/openfga < 1.14.1
patched:
  - github.com/openfga/openfga 1.14.1
published: '2026-04-22'
updated: '2026-09-10'
sourceUpdated: '2026-09-10T03:50:42.824662710Z'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-57j5-qwp2-vqp6'
references:
  - url: 'https://github.com/openfga/openfga/security/advisories/GHSA-57j5-qwp2-vqp6'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-41131'
  - url: 'https://github.com/openfga/openfga'
  - url: 'https://github.com/openfga/openfga/releases/tag/v1.14.1'
tags:
  - osv
  - go
epss: 0.00226
epssPercentile: 0.11949
ingestedAt: '2026-07-09T18:56:37.052Z'
---

## Overview

### Description
In OpenFGA, in specific scenarios, models using conditions with caching enabled can result in two different check requests producing the same cache key. This could result in OpenFGA reusing an earlier cached result for a subsequent request.

### Am I Affected?
Users are affected if their applications meet the following preconditions:

* The model has relations which rely on condition evaluation.
* Caching is enabled.

### Fix
Upgrade to OpenFGA v1.14.1.

### Acknowledgement
OpenFGA would like to thank @bugbunny-research for the detailed report.

## Affected packages

- `github.com/openfga/openfga < 1.14.1`

## Remediation

Upgrade to a patched release:

- `github.com/openfga/openfga 1.14.1`
