The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-25196

CVE-2025-25196: OpenFGA Helm Charts Auth Bypass Flaw

CVE-2025-25196 is an authorization bypass vulnerability in OpenFGA Helm Charts affecting versions before 0.2.22. Attackers can bypass authorization checks under specific conditions involving public access tuples.

Updated: January 22, 2026

CVE-2025-25196 Overview

CVE-2025-25196 is an authorization bypass vulnerability affecting OpenFGA, a high-performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar. The vulnerability exists in OpenFGA versions prior to v1.8.4 (Helm chart < openfga-0.2.22, Docker < v1.8.4) and allows attackers to bypass authorization controls when certain Check and ListObject API calls are executed under specific conditions.

Critical Impact

This authorization bypass vulnerability can allow unauthorized access to protected resources when specific tuple configurations exist, potentially compromising the integrity of the entire authorization system.

Affected Products

  • OpenFGA versions prior to v1.8.5
  • OpenFGA Helm Charts prior to openfga-0.2.22
  • OpenFGA Docker images prior to v1.8.4

Discovery Timeline

  • 2025-02-19 - CVE-2025-25196 published to NVD
  • 2025-12-31 - Last updated in NVD database

Technical Details for CVE-2025-25196

Vulnerability Analysis

The authorization bypass vulnerability in OpenFGA occurs due to improper handling of userset tuples when evaluating public access permissions. The flaw manifests when the authorization engine fails to properly distinguish between public access tuples and userset tuples of the same type during Check API or ListObjects API calls.

The vulnerability is triggered under a specific set of conditions:

  1. The Check API or ListObjects is called with a model that has a relation directly assignable to both public access AND userset with the same type
  2. A type-bound public access tuple is assigned to an object
  3. A userset tuple is NOT assigned to the same object
  4. The Check request's user field is a userset that has the same type as the type-bound public access tuple's user type

Under these conditions, the authorization engine incorrectly grants access based on the public access tuple when it should deny access because the specific userset relationship doesn't exist.

Root Cause

The root cause lies in the Check and ReverseExpand logic within OpenFGA's authorization evaluation. The vulnerability stems from CWE-285 (Improper Authorization), where the system fails to properly validate that a userset cannot be treated as a wildcard/public access tuple. When a user tuple is a userset (object relation), the code path incorrectly evaluated it against public assignability checks without first verifying that usersets, by definition, cannot match wildcard patterns.

Attack Vector

This vulnerability is exploitable over the network with low attack complexity, requiring low privileges and no user interaction. An authenticated attacker can craft malicious Check API or ListObjects API requests that exploit the improper authorization logic. By leveraging the type confusion between public access tuples and userset tuples, an attacker can gain unauthorized access to resources they should not be able to access.

The attack exploits the authorization model configuration where:

  • A relation allows both public (type:*) and userset (type#relation) assignments
  • An object has a public access tuple but lacks the specific userset tuple
  • The attacker queries using a userset that matches the public tuple's type
go
// Security patch in internal/graph/check.go
// Source: https://github.com/openfga/openfga/commit/0aee4f47e0c642de78831ceb27bb62b116f49588

 	objectType := tuple.GetType(reqTupleKey.GetObject())
 	relation := reqTupleKey.GetRelation()
 
+	// if the user tuple is userset, by definition it cannot be a wildcard
+	if tuple.IsObjectRelation(reqTupleKey.GetUser()) {
+		return false
+	}
+
 	isPubliclyAssignable, _ := typesys.IsPubliclyAssignable(
 		typesystem.DirectRelationReference(objectType, relation), // target
 		tuple.GetType(reqTupleKey.GetUser()),

The patch adds an explicit check to return false if the user tuple is a userset (object relation), preventing it from being evaluated against public assignability logic.

go
// Security patch in pkg/server/commands/reverseexpand/reverse_expand.go
// Source: https://github.com/openfga/openfga/commit/0aee4f47e0c642de78831ceb27bb62b116f49588

 	return err
 }
 
+func (c *ReverseExpandQuery) shouldCheckPublicAssignable(targetReference *openfgav1.RelationReference, userRef IsUserRef) (bool, error) {
+	_, userIsUserset := userRef.(*UserRefObjectRelation)
+	if userIsUserset {
+		// if the user is an userset, by definition it is not public assignable
+		return false, nil
+	}
+	publiclyAssignable, err := c.typesystem.IsPubliclyAssignable(targetReference, userRef.GetObjectType())
+	if err != nil {
+		return false, err
+	}
+	return publiclyAssignable, nil
+}
+
 func (c *ReverseExpandQuery) readTuplesAndExecute(
 	ctx context.Context,
 	req *ReverseExpandRequest,

This additional patch introduces a helper function that explicitly checks if the user reference is a userset before evaluating public assignability, ensuring proper separation of authorization logic.

Detection Methods for CVE-2025-25196

Indicators of Compromise

  • Unexpected successful authorization responses for userset-based Check API calls
  • Anomalous access patterns to resources that should be restricted to specific usersets
  • Authorization logs showing access grants for userset queries against objects with only public access tuples
  • Discrepancies between expected and actual ListObjects API results

Detection Strategies

  • Monitor OpenFGA Check API and ListObjects API responses for authorization decisions involving userset queries
  • Implement logging to capture all authorization decisions with details about tuple types and user references
  • Review authorization model configurations for relations that allow both public access and userset assignments with the same type
  • Audit access logs for patterns where userset-based queries succeed against objects without corresponding userset tuples

Monitoring Recommendations

  • Enable verbose logging on OpenFGA authorization endpoints to capture request details
  • Implement alerting for unusual spikes in successful authorization checks
  • Deploy network monitoring to track API call patterns to OpenFGA services
  • Regularly audit authorization models for potentially vulnerable relation configurations

How to Mitigate CVE-2025-25196

Immediate Actions Required

  • Upgrade OpenFGA to version v1.8.5 or later immediately
  • Review authorization models for relations with both public access and userset assignments of the same type
  • Audit recent authorization decisions for potential unauthorized access
  • Implement additional access controls at the application layer as a defense-in-depth measure

Patch Information

OpenFGA has released version v1.8.5 which addresses this vulnerability and is backwards compatible. The fix is available through:

  • OpenFGA: Upgrade to v1.8.5 or later
  • Helm Charts: Upgrade to openfga-0.2.22 or later
  • Docker: Pull image version v1.8.5 or later

The security patch is available in commit 0aee4f47e0c642de78831ceb27bb62b116f49588. For detailed information, see the GitHub Security Advisory.

Workarounds

  • No known workarounds exist for this vulnerability
  • Upgrading to v1.8.5 is the only recommended remediation
  • Consider temporarily restricting access to OpenFGA APIs until the upgrade is complete
  • Review and restrict network access to OpenFGA services to trusted sources only
bash
# Upgrade OpenFGA using Helm
helm repo update
helm upgrade openfga openfga/openfga --version 0.2.22

# Or upgrade using Docker
docker pull openfga/openfga:v1.8.5
docker stop openfga-container
docker run -d --name openfga-container openfga/openfga:v1.8.5

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenfga

  • SeverityMEDIUM

  • CVSS Score5.8

  • EPSS Probability0.28%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-285
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34972: OpenFGA Auth Bypass Vulnerability

  • CVE-2026-33729: OpenFGA Auth Bypass Vulnerability

  • CVE-2026-24851: OpenFGA Auth Bypass Vulnerability

  • CVE-2025-55213: OpenFGA Helm Charts Auth Bypass Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English