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
    • 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-46331

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

CVE-2025-46331 is an authorization bypass vulnerability in OpenFGA Helm Charts affecting versions 1.3.6 to 1.8.10. Attackers can bypass authorization controls during Check and ListObject calls. This article covers technical details, affected versions, impact, and mitigation.

Published: March 11, 2026

CVE-2025-46331 Overview

CVE-2025-46331 is an authorization bypass vulnerability affecting OpenFGA, a high-performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar. This vulnerability allows attackers to bypass authorization controls when certain Check and ListObject API calls are executed, potentially granting unauthorized access to protected resources.

Critical Impact

Authorization bypass in OpenFGA can allow attackers to circumvent permission checks, potentially gaining unauthorized access to resources that should be protected by the authorization engine. This undermines the core security function of the permission management system.

Affected Products

  • OpenFGA versions v1.3.6 to v1.8.10
  • OpenFGA Helm Charts versions <= openfga-0.2.28
  • OpenFGA Docker images versions <= v1.8.10

Discovery Timeline

  • 2025-04-30 - CVE-2025-46331 published to NVD
  • 2025-12-31 - Last updated in NVD database

Technical Details for CVE-2025-46331

Vulnerability Analysis

This authorization bypass vulnerability (CWE-284: Improper Access Control) affects the core authorization checking functionality within OpenFGA. The vulnerability manifests when specific combinations of Check and ListObject API calls are processed by the authorization engine. Under certain conditions, the permission evaluation logic fails to properly enforce access controls, allowing requests that should be denied to succeed.

OpenFGA serves as a centralized authorization service that applications rely upon to make critical access control decisions. When this bypass condition is triggered, the authorization engine may return incorrect permission results, effectively granting access to resources that should be protected. This is particularly concerning in multi-tenant environments or systems where OpenFGA gates access to sensitive data and operations.

Root Cause

The root cause of this vulnerability lies in improper access control handling within the OpenFGA authorization engine. The Check and ListObject operations, which are fundamental to evaluating user permissions against defined authorization models, contain logic flaws that can be exploited under specific conditions. The exact triggering conditions involve particular patterns of authorization model configurations and query parameters that cause the permission evaluation to return erroneous results.

Attack Vector

This vulnerability is exploitable over the network and requires low-privileged access to the OpenFGA API. An attacker with the ability to make authorization requests could craft specific Check or ListObject API calls designed to trigger the bypass condition. The attack does not require user interaction but does require specific preconditions to be present in the authorization model configuration.

The exploitation scenario involves:

  1. Identifying an OpenFGA instance running a vulnerable version
  2. Crafting Check or ListObject requests with parameters that trigger the bypass condition
  3. Successfully bypassing authorization checks to access protected resources
  4. Leveraging unauthorized access to exfiltrate data or perform privileged operations

Technical details of the exploitation mechanism can be found in the GitHub Security Advisory.

Detection Methods for CVE-2025-46331

Indicators of Compromise

  • Unusual patterns in OpenFGA authorization logs showing unexpected successful Check or ListObject responses
  • Access to resources by users or services that should not have permissions based on the authorization model
  • Anomalous API request patterns targeting specific authorization endpoints
  • Discrepancies between expected authorization model behavior and actual access grants

Detection Strategies

  • Monitor OpenFGA access logs for authorization decisions that don't align with expected model behavior
  • Implement audit logging to track all Check and ListObject API calls and their results
  • Deploy anomaly detection to identify unusual authorization query patterns
  • Cross-reference application access logs with OpenFGA authorization decisions to identify inconsistencies

Monitoring Recommendations

  • Enable verbose logging on OpenFGA instances to capture detailed authorization decision data
  • Set up alerts for authorization pattern anomalies using SIEM integration
  • Regularly audit authorization model configurations against actual access patterns
  • Implement periodic authorization model testing to validate expected behavior

How to Mitigate CVE-2025-46331

Immediate Actions Required

  • Upgrade OpenFGA to version 1.8.11 or later immediately
  • Review recent authorization logs for any signs of exploitation
  • Audit access patterns to identify any unauthorized access that may have occurred
  • Consider temporarily increasing logging verbosity to detect any ongoing exploitation attempts

Patch Information

OpenFGA has released version 1.8.11 which addresses this authorization bypass vulnerability. The fix is available through the following channels:

  • OpenFGA Core: Upgrade to version 1.8.11 or later
  • Helm Charts: Upgrade to versions newer than openfga-0.2.28
  • Docker Images: Pull versions newer than v1.8.10

The patch commit is available at the OpenFGA GitHub repository. For complete security advisory details, refer to the GitHub Security Advisory GHSA-w222-m46c-mgh6.

Workarounds

  • If immediate patching is not possible, consider implementing additional authorization validation at the application layer
  • Temporarily restrict network access to OpenFGA API endpoints to trusted services only
  • Implement additional monitoring and alerting on authorization decisions as an interim measure
  • Review and audit authorization models to understand potential impact scope
bash
# Upgrade OpenFGA using Helm
helm repo update
helm upgrade openfga openfga/openfga --version ">0.2.28"

# Alternatively, upgrade Docker image
docker pull openfga/openfga:v1.8.11

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.32%

  • 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-284

  • NVD-CWE-noinfo
  • 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