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

CVE-2025-52894: Openbao Denial of Service Vulnerability

CVE-2025-52894 is a denial of service flaw in Openbao that allows unauthenticated attackers to cancel root rekey operations. This article covers the technical details, affected versions, impact, and mitigation steps.

Updated: May 19, 2026

CVE-2025-52894 Overview

CVE-2025-52894 affects OpenBao, an open-source secrets management platform used to store and distribute sensitive data such as credentials, certificates, and cryptographic keys. Versions before v2.3.0 expose unauthenticated rekey and recovery-rekey endpoints that allow remote attackers to cancel in-progress rekey operations. The endpoints also lacked audit logging, leaving the abuse invisible to defenders. An attacker can repeatedly disrupt root key and recovery key rotation, producing a denial of service against critical key management workflows. The flaw is tracked as an improper input validation issue [CWE-20] and corresponds to upstream HashiCorp Vault advisory HCSEC-2025-11 / CVE-2025-4656.

Critical Impact

Unauthenticated network attackers can cancel root rekey and recovery rekey operations on vulnerable OpenBao instances, preventing key rotation and leaving no audit trail of the abuse.

Affected Products

  • OpenBao versions prior to v2.3.0
  • OpenBao v2.2.0 and later without disable_unauthed_rekey_endpoints=true configured
  • Deployments exposing sys/rekey/* and sys/rekey-recovery-key/* HTTP endpoints to untrusted networks

Discovery Timeline

  • 2025-06-25 - CVE-2025-52894 published to NVD
  • 2025-08-12 - Last updated in NVD database

Technical Details for CVE-2025-52894

Vulnerability Analysis

OpenBao's HTTP handler registered the rekey routes /v1/sys/rekey/init, /v1/sys/rekey/update, /v1/sys/rekey/verify, and the corresponding sys/rekey-recovery-key/* endpoints without authentication and without audit instrumentation. These endpoints exist so operators can initialize, advance, or cancel a rekey ceremony when unseal keys are split among multiple holders. Because cancellation does not require any token, any unauthenticated client able to reach the listener can issue a DELETE request that aborts an in-progress rekey. Repeating this action prevents legitimate operators from ever completing a rotation, disrupting incident response, key compromise recovery, and routine rotation policy enforcement.

Root Cause

The rekey endpoints were intentionally reachable without authentication so that quorum holders without OpenBao tokens could participate in unseal-key ceremonies. The design did not anticipate hostile cancellation traffic and omitted both audit logging and an authenticated alternative. As a result, the endpoints violated the principle of least privilege and provided an unauthenticated control plane over key rotation lifecycle state.

Attack Vector

Exploitation requires only network reachability to an OpenBao listener. An attacker sends unauthenticated HTTP requests that cancel any active rekey or recovery-rekey operation. No user interaction, privileges, or prior knowledge of cluster state is needed. Because the endpoints were not audited prior to the fix, the cancellation leaves no log entry, complicating incident detection.

text
// Source: https://github.com/openbao/openbao/commit/fe75468822a22a88318c6079425357a02ae5b77b
// Patch in changelog/1496.txt

release-note:security
core/sys: Add listener parameter (`disable_unauthed_rekey_endpoints`,
default: `false`) to optionally disable unauthenticated rekey operations
(to `sys/rekey/*` and `sys/rekey-recovery-key/*`) for a listener. This
will be set to true in a future release; see the deprecation notice for
more information. Auditing is now enabled for these endpoints as well.
CVE-2025-52894. Upstream HCSEC-2025-11 / CVE-2025-4656.

The handler-level fix conditionally registers the rekey routes and wraps them with handleAuditNonLogical so that requests are now logged:

go
// Source: https://github.com/openbao/openbao/commit/fe75468822a22a88318c6079425357a02ae5b77b
// http/handler.go

// Register without unauthenticated rekey, if necessary.
if props.ListenerConfig == nil || !props.ListenerConfig.DisableUnauthedRekeyEndpoints {
    mux.Handle("/v1/sys/rekey/init", handleRequestForwarding(core,
        handleAuditNonLogical(core, handleSysRekeyInit(core, false))))
    mux.Handle("/v1/sys/rekey/update", handleRequestForwarding(core,
        handleAuditNonLogical(core, handleSysRekeyUpdate(core, false))))
    mux.Handle("/v1/sys/rekey/verify", handleRequestForwarding(core,
        handleAuditNonLogical(core, handleSysRekeyVerify(core, false))))
    mux.Handle("/v1/sys/rekey-recovery-key/init", handleRequestForwarding(core,
        handleAuditNonLogical(core, handleSysRekeyInit(core, true))))
    mux.Handle("/v1/sys/rekey-recovery-key/update", handleRequestForwarding(core,
        handleAuditNonLogical(core, handleSysRekeyUpdate(core, true))))
    mux.Handle("/v1/sys/rekey-recovery-key/verify", handleRequestForwarding(core,
        handleAuditNonLogical(core, handleSysRekeyVerify(core, true))))
}

Detection Methods for CVE-2025-52894

Indicators of Compromise

  • Unexpected HTTP requests against /v1/sys/rekey/* or /v1/sys/rekey-recovery-key/* from unauthorized source IP ranges.
  • Repeated DELETE requests to rekey endpoints coinciding with operator reports of failed key rotation ceremonies.
  • Absence of audit log entries for rekey activity on pre-patch versions, since auditing was not enabled for these endpoints.

Detection Strategies

  • Monitor reverse proxy and load balancer access logs for unauthenticated calls to sys/rekey paths and alert on requests from outside management subnets.
  • After upgrading to v2.3.0 or later, enable file or syslog audit devices and watch for rekey cancellations not initiated by a known operator workflow.
  • Correlate rekey ceremony failure events from operations tooling with network telemetry showing concurrent external access to the affected endpoints.

Monitoring Recommendations

  • Ingest OpenBao audit logs and proxy logs into a centralized analytics platform and build alerts for any sys/rekey* request volume anomalies.
  • Track rekey operation lifecycle metrics and alert when an init is followed by an unexpected cancellation.
  • Review listener configuration drift to confirm disable_unauthed_rekey_endpoints remains enabled across all nodes.

How to Mitigate CVE-2025-52894

Immediate Actions Required

  • Upgrade OpenBao to v2.3.0 or later, which incorporates commit fe75468822a22a88318c6079425357a02ae5b77b.
  • For deployments running v2.2.0 through pre-v2.3.0, set disable_unauthed_rekey_endpoints=true on every listener exposed to untrusted networks.
  • Restrict network reachability of OpenBao listeners to trusted management ranges using firewall, security group, or service mesh policies.

Patch Information

The fix is available in OpenBao v2.3.0 and was committed as fe75468822a22a88318c6079425357a02ae5b77b. The patch adds the disable_unauthed_rekey_endpoints listener option, wraps the rekey handlers with handleAuditNonLogical so requests are audited, and signals a future release in which unauthenticated rekey endpoints will be disabled by default. See the OpenBao Security Advisory GHSA-prpj-rchp-9j5h and the OpenBao Rekey Deprecation Guide for upgrade and migration guidance.

Workarounds

  • Place an authenticating reverse proxy or load balancer in front of OpenBao and deny requests to sys/rekey/* and sys/rekey-recovery-key/* from unauthorized IP ranges.
  • Bind OpenBao listeners to internal management interfaces only and require VPN or bastion access for operator key ceremonies.
  • Schedule rekey ceremonies during controlled maintenance windows and monitor for concurrent unauthorized requests against the affected endpoints.
bash
# Listener configuration example for OpenBao v2.2.0+
listener "tcp" {
  address                          = "0.0.0.0:8200"
  tls_disable                      = false
  tls_cert_file                    = "/etc/openbao/tls/tls.crt"
  tls_key_file                     = "/etc/openbao/tls/tls.key"
  disable_unauthed_rekey_endpoints = true
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechOpenbao

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-20
  • Technical References
  • OpenBao Deprecation Documentation

  • OpenBao Rekey Deprecation Guide
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-39396: OpenBao OCI Plugin DOS Vulnerability

  • CVE-2025-59043: OpenBao Denial of Service Vulnerability

  • CVE-2026-39946: Openbao PostgreSQL SQLI Vulnerability

  • CVE-2026-40264: OpenBao Privilege Escalation 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