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

CVE-2025-54997: OpenBao RCE Vulnerability via Audit

CVE-2025-54997 is a remote code execution vulnerability in OpenBao that allows privileged operators to bypass security restrictions via audit log manipulation. This article covers technical details, affected versions, and mitigations.

Published: April 8, 2026

CVE-2025-54997 Overview

CVE-2025-54997 is a critical code injection vulnerability (CWE-94) affecting OpenBao, a software solution designed to manage, store, and distribute sensitive data including secrets, certificates, and keys. The vulnerability exists in the audit subsystem and allows privileged API operators to bypass security restrictions through manipulated log prefixes, enabling unauthorized code execution and network access.

In versions 2.3.1 and below, OpenBao deployments that intentionally limit privileged API operators from executing system code or making network connections can be bypassed. Malicious operators can exploit the audit subsystem by manipulating log prefixes, effectively circumventing the intended security model and gaining unauthorized capabilities.

Critical Impact

Privileged operators can achieve arbitrary code execution and unauthorized network access on the underlying host system, bypassing security restrictions that were specifically designed to prevent such actions.

Affected Products

  • OpenBao versions 2.3.1 and below
  • OpenBao deployments with privileged API operators
  • Systems relying on operator restriction policies for security isolation

Discovery Timeline

  • 2025-08-09 - CVE-2025-54997 published to NVD
  • 2025-08-13 - Last updated in NVD database

Technical Details for CVE-2025-54997

Vulnerability Analysis

This code injection vulnerability exists within OpenBao's audit subsystem. The fundamental issue arises from insufficient input validation when processing log prefixes in the audit logging mechanism. When privileged API operators interact with the sys/audit/* endpoints, they can craft malicious log prefix values that are processed without adequate sanitization.

The vulnerability affects organizations that have deployed OpenBao with security policies intended to restrict what privileged operators can do on the underlying system. By exploiting this flaw, an attacker with privileged operator access can execute arbitrary code on the host system and establish network connections, completely undermining the security boundaries that were put in place.

Root Cause

The root cause of CVE-2025-54997 lies in improper input validation within the audit subsystem's log prefix handling mechanism. The audit subsystem fails to properly sanitize or validate user-controlled input in log prefixes before processing them, creating an injection point. This allows specially crafted prefix values to be interpreted as executable code rather than static log text, leading to code injection.

Attack Vector

The attack vector for this vulnerability is network-based and requires privileged (high) access to the OpenBao API. An authenticated attacker with privileged operator permissions can exploit this vulnerability by:

  1. Accessing the sys/audit/* API endpoints
  2. Crafting malicious log prefix values containing injection payloads
  3. Submitting these payloads through the audit configuration interface
  4. The audit subsystem processes the malicious prefix, resulting in code execution

The vulnerability allows for a scope change, meaning the impact extends beyond the vulnerable component itself to affect the underlying host system. This enables both arbitrary code execution on the host and unauthorized network connections that bypass the intended security restrictions.

Detection Methods for CVE-2025-54997

Indicators of Compromise

  • Unexpected modifications to audit device configurations via sys/audit/* endpoints
  • Unusual log prefix values containing special characters or encoded payloads
  • Unauthorized outbound network connections from the OpenBao server process
  • Unexpected process spawning from the OpenBao service

Detection Strategies

  • Monitor API requests to sys/audit/* endpoints for anomalous patterns or suspicious payloads
  • Implement audit logging on all privileged operator actions and review for unusual activity
  • Deploy network monitoring to detect unauthorized outbound connections from OpenBao hosts
  • Use file integrity monitoring on OpenBao configuration files and audit device settings

Monitoring Recommendations

  • Enable comprehensive logging for all API calls to the audit subsystem endpoints
  • Configure alerts for any changes to audit device configurations
  • Monitor OpenBao process behavior for unexpected child processes or network activity
  • Review privileged operator access patterns and flag deviations from baseline behavior

How to Mitigate CVE-2025-54997

Immediate Actions Required

  • Upgrade OpenBao to version 2.3.2 or later immediately
  • Audit current audit device configurations for suspicious log prefix values
  • Review recent API access logs for sys/audit/* endpoint activity
  • Verify network egress rules are enforced at the infrastructure level as a defense-in-depth measure

Patch Information

OpenBao has addressed this vulnerability in version 2.3.2. Organizations should upgrade to this version immediately to remediate the security issue. The fix is documented in GitHub Pull Request #1634 and the patched version is available at the OpenBao v2.3.2 Release.

For additional context, refer to the OpenBao Security Advisory GHSA-xp75-r577-cvhp and the related HashiCorp Security Advisory.

Workarounds

  • Block access to sys/audit/* endpoints using explicit deny policies for non-root operators
  • Note: Root operators cannot be restricted using policy-based controls; upgrade is required for complete mitigation
  • Implement network-level controls to restrict outbound connections from OpenBao hosts
  • Consider running OpenBao in a restricted container or sandbox environment as additional isolation
bash
# Example: Deny policy for sys/audit endpoints (does not affect root operators)
path "sys/audit/*" {
  capabilities = ["deny"]
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenbao

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.15%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • HashiCorp Security Advisory

  • GitHub Pull Request Update

  • GitHub Release v2.3.2
  • Vendor Resources
  • GitHub Security Advisory GHSA-xp75-r577-cvhp
  • Related CVEs
  • CVE-2026-33757: OpenBao JWT/OIDC Auth Bypass Vulnerability

  • CVE-2026-33758: OpenBao OIDC Authentication XSS Vulnerability
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