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

CVE-2025-62513: OpenBao Information Disclosure Vulnerability

CVE-2025-62513 is an information disclosure flaw in OpenBao that exposes sensitive data in audit logs, including ACME verification codes and OIDC tokens. This article covers technical details, affected versions, and patches.

Published: May 26, 2026

CVE-2025-62513 Overview

CVE-2025-62513 is an information disclosure vulnerability in OpenBao, an open source identity-based secrets management system. A regression in versions 2.2.0 through 2.4.1 caused raw HTTP response bodies from specific endpoints to bypass audit log redaction. The audit subsystem failed to HMAC the HTTPRawBody response parameter, exposing sensitive data in plaintext within audit records. Affected functionality includes the Automatic Certificate Management Environment (ACME) feature of the PKI secrets engine and the OpenID Connect (OIDC) issuer in the identity subsystem. Leaked data includes short-lived ACME verification challenge codes, OIDC authentication responses, token response codes, and identity claims. The issue is tracked as CWE-532: Insertion of Sensitive Information into Log File and resolved in OpenBao 2.4.2.

Critical Impact

Operators with audit log access can read ACME challenge codes and OIDC tokens or claims that should have been redacted, undermining the confidentiality boundary of the secrets manager.

Affected Products

  • OpenBao 2.2.0 through 2.4.1
  • OpenBao PKI secrets engine using ACME functionality
  • OpenBao identity subsystem using OIDC issuer functionality

Discovery Timeline

  • 2025-10-22 - CVE-2025-62513 published to NVD
  • 2025-10-27 - Last updated in NVD database

Technical Details for CVE-2025-62513

Vulnerability Analysis

OpenBao's audit subsystem is designed to HMAC sensitive request and response fields before persisting them to audit logs. A regression introduced in version 2.2.0 broke this guarantee for endpoints that return raw HTTP response bodies through the HTTPRawBody response parameter. Instead of redacting these byte payloads, the formatter wrote them in cleartext to every configured audit sink.

Two subsystems emit HTTPRawBody responses. The PKI engine's ACME endpoints return verification challenge tokens during certificate issuance. The identity subsystem's OIDC issuer returns authorization codes, token responses, and identity claims during OAuth flows. Both response classes ended up persisted in audit logs intended only to record HMAC fingerprints.

ACME challenge codes expire after verification or challenge timeout, limiting their long-term utility. OIDC tokens and claims, however, can carry session validity sufficient for replay against relying parties.

Root Cause

The regression originated in audit log formatting logic that did not enumerate []byte typed response parameters during redaction. The patch refactors audit/format.go to ensure raw body fields are HMAC'd alongside other sensitive values. The accompanying changelog entry explicitly notes: audit: redact HTTPRawBody response parameter in audit logs; CVE-2025-62513.

Attack Vector

Exploitation requires high privileges — read access to the audit log destination (file, socket, or syslog sink). An attacker with audit log visibility passively harvests challenge codes or OIDC artifacts as legitimate operations occur. The vulnerability is not remotely triggerable without prior audit log access, which constrains the exposure to insider threat or post-compromise scenarios where audit storage has been reached.

go
// Patch excerpt from audit/format.go demonstrating the redaction refactor
// Source: https://github.com/openbao/openbao/commit/cc2c476bac66e1d94776c2629793daec3af625f8
func doElideListResponseData(data map[string]interface{}) {
	for k, v := range data {
		switch k {
		case "keys":
			if vSlice, ok := v.([]interface{}); ok {
				data[k] = len(vSlice)
			} else if vSlice, ok := v.([]string); ok {
				data[k] = len(vSlice)
			}
		}
	}
}
text
# changelog/2002.txt
release-note:security
audit: redact `HTTPRawBody` response parameter in audit logs; CVE-2025-62513 / GHSA-ghfh-fmx4-26h8.
release-note:security
audit: redact `[]byte` type response parameters in audit logs; GHSA-rc54-2g2c-g36g.

Detection Methods for CVE-2025-62513

Indicators of Compromise

  • Audit log entries containing cleartext HTTPRawBody fields rather than hmac-sha256: prefixed values.
  • ACME challenge tokens or OIDC id_token, access_token, or code strings appearing inline in audit JSON records.
  • Unexpected access patterns to audit log files or remote syslog targets storing OpenBao audit data.

Detection Strategies

  • Grep audit logs for JSON keys such as HTTPRawBody, id_token, and access_token returning string values that are not HMAC-formatted.
  • Compare audit record schemas before and after upgrading to 2.4.2 to confirm previously exposed fields are now redacted.
  • Hunt for processes or accounts that read OpenBao audit sinks outside of the expected backup or SIEM ingestion workflow.

Monitoring Recommendations

  • Forward OpenBao audit logs to a centralized log platform with strict access controls and file integrity monitoring.
  • Alert on shell access, cat, or tail against audit log paths on OpenBao nodes.
  • Track issuance of ACME challenges and OIDC tokens for replay attempts against relying parties.

How to Mitigate CVE-2025-62513

Immediate Actions Required

  • Upgrade OpenBao to version 2.4.2 or later on every node in the cluster.
  • Rotate any OIDC client secrets and force re-authentication for sessions issued during the vulnerable window if logs were accessible to untrusted parties.
  • Restrict audit log storage to least-privilege accounts and review historical access.
  • Purge or sanitize archived audit logs that contain unredacted HTTPRawBody values.

Patch Information

The fix landed in OpenBao 2.4.2. Review the GitHub Security Advisory GHSA-ghfh-fmx4-26h8 and the audit formatting commit cc2c476 for implementation details. The patch redacts both HTTPRawBody and other []byte response parameters.

Workarounds

  • If immediate upgrade is not possible, disable ACME endpoints on the PKI mount and the OIDC issuer on the identity mount until patched.
  • Tighten audit device permissions so only privileged operators can read sinks.
  • Route audit logs through a transformation pipeline that strips HTTPRawBody fields before storage.
bash
# Verify installed version and upgrade
bao version
# Upgrade to the patched release
# (example for binary install)
curl -L -o openbao_2.4.2_linux_amd64.zip \
  https://github.com/openbao/openbao/releases/download/v2.4.2/openbao_2.4.2_linux_amd64.zip
unzip -o openbao_2.4.2_linux_amd64.zip
systemctl restart openbao
# Optional: temporarily disable ACME on the PKI mount
bao write pki/config/acme enabled=false
# Optional: disable OIDC issuer until patched
bao delete identity/oidc/config

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpenbao

  • SeverityMEDIUM

  • CVSS Score5.7

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:P/VC:H/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Vendor Resources
  • GitHub Commit Details

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-39946: Openbao PostgreSQL SQLI Vulnerability

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

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