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-33729

CVE-2026-33729: OpenFGA Auth Bypass Vulnerability

CVE-2026-33729 is an authentication bypass flaw in OpenFGA affecting models using conditions with caching enabled. Cache key collisions may allow unauthorized access. This article covers technical details, impact, and patches.

Published: April 3, 2026

CVE-2026-33729 Overview

CVE-2026-33729 is an Improper Input Validation vulnerability affecting OpenFGA, a high-performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar. In versions prior to 1.13.1, under specific conditions, models using conditions with caching enabled can result in two different check requests producing the same cache key. This can result in OpenFGA reusing an earlier cached result for a different request, potentially leading to incorrect authorization decisions.

Critical Impact

Authorization bypass through cache key collision allows attackers to potentially gain unauthorized access by exploiting cached authorization results from different requests, compromising the integrity of permission checks in downstream systems.

Affected Products

  • OpenFGA versions prior to 1.13.1
  • OpenFGA deployments with caching enabled
  • OpenFGA models using relations that rely on condition evaluation

Discovery Timeline

  • 2026-03-27 - CVE CVE-2026-33729 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-33729

Vulnerability Analysis

This vulnerability is classified under CWE-20 (Improper Input Validation) and stems from a flaw in how OpenFGA generates cache keys for authorization check requests. When models use relations that rely on condition evaluation and caching is enabled, the cache key generation algorithm fails to properly account for all relevant request parameters. This results in cache key collisions where distinct authorization requests can produce identical cache keys.

The consequence is that OpenFGA may return a cached authorization result from a previous, unrelated request. In an authorization engine context, this means a user could potentially receive an "allow" response based on another user's cached authorization check, or vice versa. This undermines the fundamental integrity of the permission system.

Root Cause

The root cause lies in insufficient input differentiation during cache key computation. When generating cache keys for requests involving conditional relations, the algorithm does not incorporate all distinguishing factors of the request context. This creates a collision scenario where semantically different authorization checks hash to the same cache key, causing the caching layer to return stale or incorrect results.

Attack Vector

The attack requires network access and authenticated interaction with the OpenFGA service. An attacker with low-level privileges can exploit this vulnerability by crafting authorization check requests that intentionally collide with cached entries from other users or contexts. The attack complexity is moderate as it requires specific conditions to be met: the target model must use relations with conditions, and caching must be enabled.

The attack mechanism involves timing requests to coincide with or follow legitimate cached authorization checks, then submitting crafted requests designed to produce matching cache keys. If successful, the attacker receives the cached authorization result from a different request context, potentially bypassing intended access controls.

Detection Methods for CVE-2026-33729

Indicators of Compromise

  • Anomalous authorization decisions where users gain access to resources they shouldn't have
  • Inconsistent permission check results for the same user/resource pair across short time windows
  • Cache hit rates for authorization checks that deviate significantly from expected patterns
  • Audit log entries showing successful resource access without corresponding valid permission grants

Detection Strategies

  • Monitor authorization audit logs for permission grants that don't match configured policies
  • Implement secondary validation for sensitive operations to detect discrepancies with primary authorization checks
  • Deploy anomaly detection on cache hit/miss patterns in the OpenFGA service
  • Cross-reference access logs with permission models to identify unauthorized access patterns

Monitoring Recommendations

  • Enable detailed logging for all authorization check requests including cache hit/miss status
  • Set up alerting for authorization decisions that conflict with explicit deny rules
  • Monitor for patterns of repeated similar requests from different user contexts that could indicate exploitation attempts
  • Review cache metrics for unexpected collision rates or cache hit patterns

How to Mitigate CVE-2026-33729

Immediate Actions Required

  • Upgrade OpenFGA to version 1.13.1 or later immediately
  • Temporarily disable caching in OpenFGA if immediate upgrade is not possible
  • Review recent authorization decisions for potential unauthorized access
  • Audit access logs for any suspicious authorization patterns during the exposure window

Patch Information

OpenFGA version 1.13.1 contains the fix for this vulnerability. The patch addresses the cache key generation algorithm to properly incorporate all relevant request parameters when computing cache keys for conditional relations. Users should update to this version or later to remediate the vulnerability.

For detailed patch information, see the GitHub Commit Update and the GitHub Release v1.13.1. Additional technical details are available in the GitHub Security Advisory GHSA-h6c8-cww8-35hf.

Workarounds

  • Disable caching in OpenFGA until the patch can be applied by setting appropriate configuration flags
  • Remove or refactor conditional relations from authorization models if they are not strictly necessary
  • Implement additional authorization validation at the application layer as a defense-in-depth measure
  • Consider implementing request-level cache invalidation for sensitive operations
bash
# Disable OpenFGA caching as a temporary workaround
# Set in your OpenFGA configuration file or environment variables
OPENFGA_CHECK_QUERY_CACHE_ENABLED=false

# Alternatively, reduce cache TTL to minimize exposure window
OPENFGA_CHECK_QUERY_CACHE_TTL=0s

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

  • 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-20
  • Technical References
  • GitHub Commit Update

  • GitHub Release v1.13.1

  • GitHub Security Advisory GHSA-h6c8-cww8-35hf
  • Related CVEs
  • CVE-2026-41131: OpenFGA Auth Bypass Vulnerability

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