A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2025-64761

CVE-2025-64761: Openbao Privilege Escalation Vulnerability

CVE-2025-64761 is a privilege escalation vulnerability in Openbao that allows operators to gain root permissions via identity groups. This article covers technical details, affected versions, impact, and mitigation.

Published: May 26, 2026

CVE-2025-64761 Overview

CVE-2025-64761 is a privilege escalation vulnerability in OpenBao, an open source identity-based secrets management system. Versions prior to 2.4.4 permit a privileged operator with access to identity group endpoints to attach a root policy to an identity group. This action elevates the operator's effective permissions, or those of another user in the targeted group, to root-equivalent within the OpenBao system. The vulnerability is tracked under [CWE-266: Incorrect Privilege Assignment]. The OpenBao maintainers addressed the issue in version 2.4.4.

Critical Impact

An operator without direct policy access can obtain root-equivalent control over OpenBao secrets, configurations, and authentication backends by manipulating identity group policy assignments.

Affected Products

  • OpenBao versions prior to 2.4.4
  • OpenBao deployments where operators have access to identity/groups endpoints in the root namespace
  • OpenBao configurations where operators lack direct policy management permissions but retain identity group management privileges

Discovery Timeline

  • 2025-11-25 - CVE-2025-64761 published to NVD
  • 2025-12-01 - Last updated in NVD database

Technical Details for CVE-2025-64761

Vulnerability Analysis

OpenBao implements a policy system that controls access to secrets engines, authentication methods, and system endpoints. Policies are attached to tokens, entities, and identity groups, with the root policy granting unrestricted access to all paths and operations. The identity group subsystem is designed to aggregate users and assign shared policies, but the access control around policy attachment did not enforce separation between identity management and policy management privileges.

The flaw allows an operator with permissions on identity/groups endpoints to add the root policy directly to a group. Membership in that group then confers root-equivalent capabilities. This bypasses the expected segregation between operators who manage identity structures and operators authorized to grant policies.

The vulnerability is most relevant in environments where the principle of least privilege is enforced through role separation. An operator who was deliberately denied policy write access could still escalate to root by routing the assignment through identity group membership. Operators who already have policy write access could achieve the same outcome by creating or modifying policies with the sudo capability, so the issue principally affects deployments that rely on identity-only operator roles.

Root Cause

The root cause is incorrect privilege assignment [CWE-266] in the identity group policy attachment logic. The endpoint did not verify that the calling operator possessed the equivalent privileges of the policies being attached. As a result, root and other privileged policies could be applied through identity group operations without a corresponding policy-management permission check.

Attack Vector

An authenticated operator in the root namespace with access to identity/groups endpoints sends a request to create or update a group, including root in the group's policy list. After joining the group as a member, or having another principal joined to it, the attacker inherits root-equivalent permissions. The attack requires network access to the OpenBao API and existing high-privilege identity management credentials.

No verified public proof-of-concept code is available. Refer to the GitHub Security Advisory GHSA-7ff4-jw48-3436 and the upstream patch commit for the authoritative technical description.

Detection Methods for CVE-2025-64761

Indicators of Compromise

  • Audit log entries showing writes to identity/group or identity/group/id/* paths where the policy list contains root or policies with sudo capability.
  • Unexpected membership changes adding operator entities to identity groups associated with elevated policies.
  • Token issuance or renewal events for entities whose effective policy set suddenly includes root.

Detection Strategies

  • Enable and forward OpenBao audit device logs to a centralized log platform and alert on any modification of identity groups that includes the root policy.
  • Baseline the expected policy list per identity group and detect drift, particularly the addition of privileged or sudo-capable policies.
  • Correlate identity group changes with subsequent privileged API actions performed by group members within a short time window.

Monitoring Recommendations

  • Continuously monitor the OpenBao API endpoints identity/group, identity/group-alias, and entity-to-group associations for high-impact mutations.
  • Track the OpenBao deployed version through configuration management and alert on instances running below 2.4.4.
  • Review periodic exports of group-to-policy mappings against an approved-state inventory.

How to Mitigate CVE-2025-64761

Immediate Actions Required

  • Upgrade OpenBao to version 2.4.4 or later on all nodes in the cluster.
  • Audit all existing identity groups in the root namespace and remove the root policy or any unintended sudo-capable policies.
  • Review the policy capabilities of every operator with access to identity/groups endpoints and reduce scope where role separation is required.

Patch Information

The issue was fixed in OpenBao 2.4.4 via pull request #2143 and merged in commit 16bb0ccd37a502930a289d434cbe4e7b4edd66e5. Operators should apply the upgrade following the standard OpenBao rolling upgrade procedure.

Workarounds

  • Restrict access to identity/group and related identity write endpoints to operators who are already authorized to manage policies.
  • Apply policies that explicitly deny modification of identity groups for operators that should not hold root-equivalent capabilities.
  • Use namespaces to isolate identity management functions away from the root namespace where feasible.
bash
# Example policy restricting identity group writes in the root namespace
path "identity/group" {
  capabilities = ["deny"]
}

path "identity/group/*" {
  capabilities = ["deny"]
}

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOpenbao

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/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
  • AvailabilityHigh
  • CWE References
  • CWE-266
  • Vendor Resources
  • GitHub Commit Reference

  • GitHub Pull Request

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-40264: OpenBao Privilege Escalation Vulnerability

  • CVE-2026-39946: Openbao PostgreSQL SQLI Vulnerability

  • CVE-2026-39396: OpenBao OCI Plugin DOS Vulnerability

  • CVE-2026-39388: OpenBao Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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