Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI 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-2026-24851

CVE-2026-24851: OpenFGA Auth Bypass Vulnerability

CVE-2026-24851 is an authentication bypass vulnerability in OpenFGA affecting versions 1.8.5 to 1.11.2 due to improper policy enforcement during Check calls. This article covers technical details, affected versions, and mitigation.

Published: February 13, 2026

CVE-2026-24851 Overview

CVE-2026-24851 is an Improper Authorization vulnerability (CWE-863) affecting OpenFGA, a high-performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar. The vulnerability allows improper policy enforcement when certain Check calls are executed, potentially leading to unauthorized access to protected resources in downstream systems that rely on OpenFGA for authorization decisions.

Critical Impact

Applications relying on OpenFGA for authorization decisions may incorrectly grant access to protected resources due to improper policy enforcement during Check calls, potentially compromising the confidentiality and integrity of downstream systems.

Affected Products

  • OpenFGA versions v1.8.5 to v1.11.2
  • Helm chart versions openfga-0.2.22 to openfga-0.2.51
  • Docker images v1.8.5 to v1.11.2

Discovery Timeline

  • 2026-02-06 - CVE-2026-24851 published to NVD
  • 2026-02-06 - Last updated in NVD database

Technical Details for CVE-2026-24851

Vulnerability Analysis

This vulnerability represents an authorization bypass condition that occurs under specific model configurations in OpenFGA. The improper policy enforcement manifests when Check calls evaluate authorization tuples in a manner that does not correctly account for the distinction between type-bound public access and type-bound non-public access relationships.

The exploitation requires a specific combination of model configuration and tuple assignments. The authorization model must have a relation that is directly assignable by both type-bound public access and type-bound non-public access. When tuples are assigned in a particular pattern—specifically when there exists a tuple for a different object with an object ID that is lexicographically larger but shares the same user and relation with non-public type binding—the Check call may return incorrect authorization decisions.

This vulnerability has downstream system impact, as indicated by the scope change in the security analysis. While the vulnerable OpenFGA component itself may not directly expose confidential data, applications relying on its authorization decisions may incorrectly grant access to protected resources.

Root Cause

The root cause is improper authorization logic (CWE-863) in the OpenFGA Check call implementation. The authorization engine fails to correctly enforce policy boundaries when evaluating tuples that combine public and non-public type-bound access patterns. The lexicographic ordering of object IDs appears to influence the evaluation order or caching behavior in a way that causes incorrect authorization results.

Attack Vector

Exploitation of this vulnerability requires network access and authenticated access to the OpenFGA instance. An attacker would need to:

  1. Identify an OpenFGA deployment using a vulnerable version (v1.8.5 through v1.11.2)
  2. Ensure the authorization model contains a relation with both type-bound public access and type-bound non-public access assignments
  3. Craft or identify tuple configurations where object IDs with lexicographically larger values have non-public type-bound relationships
  4. Execute Check calls that trigger the improper policy enforcement condition

The vulnerability requires specific preconditions to be present in the authorization model, which adds complexity to exploitation but does not eliminate the risk in affected deployments. See the GitHub Security Advisory for complete technical details on the vulnerability mechanism.

Detection Methods for CVE-2026-24851

Indicators of Compromise

  • Unexpected authorization successes in audit logs for users who should not have access to specific resources
  • Check call responses that inconsistently return different authorization results for semantically identical queries
  • Anomalous access patterns where users gain access to resources through lexicographically ordered object relationships

Detection Strategies

  • Audit OpenFGA Check call logs for authorization decisions that contradict expected policy outcomes
  • Review authorization models for relations that combine type-bound public access with type-bound non-public access patterns
  • Implement regression testing for authorization decisions across different object ID orderings
  • Monitor for unexpected changes in authorization behavior after tuple modifications

Monitoring Recommendations

  • Enable comprehensive logging for all Check calls with input parameters and results
  • Implement alerting for authorization grant patterns that deviate from baseline behavior
  • Periodically audit tuple assignments for configurations that match the vulnerable pattern
  • Deploy canary checks that verify expected authorization denials remain enforced

How to Mitigate CVE-2026-24851

Immediate Actions Required

  • Upgrade OpenFGA to version v1.11.3 or later immediately
  • Audit authorization models for relations with combined public and non-public type-bound access
  • Review recent authorization decisions for potentially impacted resources
  • Implement additional authorization checks at the application layer as defense-in-depth

Patch Information

The vulnerability is fixed in OpenFGA v1.11.3. Organizations should upgrade to this version or later. The fix is available through:

  • GitHub Release v1.11.3
  • Updated Helm charts (versions after openfga-0.2.51)
  • Updated Docker images (v1.11.3 and later)

For detailed information about the vulnerability and fix, refer to the GitHub Security Advisory GHSA-jq9f-gm9w-rwm9.

Workarounds

  • If immediate upgrade is not possible, review and restructure authorization models to avoid combining type-bound public access with type-bound non-public access on the same relation
  • Implement application-layer authorization checks as an additional verification layer
  • Restrict network access to OpenFGA instances to reduce exposure while planning upgrades
  • Consider temporarily removing type-bound public access tuples from affected relations until the upgrade is complete
bash
# Upgrade OpenFGA using Helm
helm repo update
helm upgrade openfga openfga/openfga --version 0.2.52

# Verify the upgraded version
kubectl exec -it deployment/openfga -- openfga version
# Expected output: v1.11.3 or later

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

  • 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-863
  • Technical References
  • GitHub Release v1.11.3

  • GitHub Security Advisory GHSA-jq9f-gm9w-rwm9
  • Related CVEs
  • CVE-2026-41131: OpenFGA Auth Bypass Vulnerability

  • CVE-2026-34972: OpenFGA Auth Bypass Vulnerability

  • CVE-2026-33729: 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