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-2023-20859

CVE-2023-20859: Spring Vault Info Disclosure Vulnerability

CVE-2023-20859 is an information disclosure vulnerability in Spring Vault that exposes sensitive information in log files during token revocation. This article covers technical details, affected versions, and mitigation.

Published: February 4, 2026

CVE-2023-20859 Overview

CVE-2023-20859 is an Information Disclosure vulnerability affecting VMware Spring Vault and related Spring Cloud components. The vulnerability allows sensitive information to be inserted into application log files when the application attempts to revoke a Vault batch token. This exposure could allow attackers with local access to log files to obtain sensitive authentication tokens that may still be valid or provide insights into the application's security configuration.

Critical Impact

Sensitive Vault batch tokens may be exposed in log files, potentially enabling unauthorized access to secrets stored in HashiCorp Vault if log files are compromised or accessible to unauthorized parties.

Affected Products

  • VMware Spring Vault versions 3.0.x prior to 3.0.2
  • VMware Spring Vault versions 2.3.x prior to 2.3.3 and older versions
  • VMware Spring Cloud Vault (affected versions)
  • VMware Spring Cloud Config (affected versions)

Discovery Timeline

  • March 23, 2023 - CVE-2023-20859 published to NVD
  • November 21, 2024 - Last updated in NVD database

Technical Details for CVE-2023-20859

Vulnerability Analysis

This vulnerability is classified under CWE-532 (Insertion of Sensitive Information into Log File). The issue occurs within Spring Vault's token revocation workflow. When an application using Spring Vault attempts to revoke a Vault batch token, the token value itself is inadvertently written to the application's log files. This behavior violates security best practices as authentication credentials and tokens should never be logged, even during error conditions or debugging scenarios.

The local attack vector requires an attacker to have access to the system's log files, which could occur through various means including compromised log aggregation systems, insufficient file permissions, or insider threats. Once obtained, these tokens could potentially be used to access secrets stored in the Vault instance, depending on the token's permissions and whether it has already been successfully revoked.

Root Cause

The root cause of this vulnerability lies in improper handling of sensitive data during the token revocation process. The Spring Vault library includes the actual token value in log messages rather than masking or omitting this sensitive information. This represents a failure in implementing proper data sanitization before logging operations, which should treat authentication tokens as sensitive data that must never appear in plaintext within log outputs.

Attack Vector

The attack vector for this vulnerability requires local access to the affected system or its log files. An attacker would need to:

  1. Gain access to application log files through legitimate means (e.g., system administrator, log aggregation access) or through a separate vulnerability
  2. Search log files for exposed Vault batch tokens logged during revocation attempts
  3. Attempt to use any discovered tokens before they expire or are successfully revoked

While this is a local attack vector, the impact can be significant in environments where multiple users have access to log files or where logs are stored in centralized logging systems with broad access permissions.

Detection Methods for CVE-2023-20859

Indicators of Compromise

  • Presence of Vault batch tokens in application log files in plaintext format
  • Unusual access patterns to log files or log aggregation systems
  • Authentication attempts to Vault using tokens that should have been revoked
  • Unexpected Vault API access patterns from accounts associated with revoked tokens

Detection Strategies

  • Implement log file scanning to detect potential token exposure patterns matching Vault token formats
  • Monitor Vault audit logs for authentication attempts using tokens that were previously marked for revocation
  • Deploy file integrity monitoring on application log directories to detect unauthorized access
  • Use SentinelOne Singularity Platform to detect anomalous file access patterns on log directories

Monitoring Recommendations

  • Enable comprehensive audit logging on HashiCorp Vault to track all token usage and revocation events
  • Implement alerting for authentication attempts using revoked or expired tokens
  • Monitor log file access patterns for unusual activity from non-standard processes or users
  • Review Spring Vault application logs periodically for signs of sensitive data exposure

How to Mitigate CVE-2023-20859

Immediate Actions Required

  • Upgrade Spring Vault to version 3.0.2 or later for the 3.0.x branch
  • Upgrade Spring Vault to version 2.3.3 or later for the 2.3.x branch
  • Update Spring Cloud Vault and Spring Cloud Config dependencies to patched versions
  • Review existing log files for potentially exposed tokens and rotate any credentials that may have been logged
  • Restrict access to application log files to essential personnel only

Patch Information

VMware has released patched versions of Spring Vault that address this vulnerability. Organizations should update to Spring Vault 3.0.2 or 2.3.3 depending on their version branch. The patch modifies the logging behavior during token revocation to prevent sensitive token values from being written to log files. For detailed patch information and upgrade instructions, refer to the Spring Security Advisory for CVE-2023-20859.

Workarounds

  • Implement strict file permissions on application log directories to limit access to authorized processes and users only
  • Configure log rotation and secure deletion policies to minimize the window of exposure for any sensitive data
  • Use log filtering or scrubbing solutions to detect and redact patterns matching Vault tokens before log storage
  • Consider disabling verbose logging for Vault-related operations until patches can be applied
  • Implement network segmentation to limit which systems can access Vault APIs even if tokens are compromised
bash
# Configuration example - Restrict log file permissions
chmod 600 /var/log/spring-vault/*.log
chown app-user:app-group /var/log/spring-vault/*.log

# Configure logrotate with secure deletion
cat >> /etc/logrotate.d/spring-vault << EOF
/var/log/spring-vault/*.log {
    daily
    rotate 7
    compress
    delaycompress
    missingok
    notifempty
    create 600 app-user app-group
    shred
}
EOF

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechVmware Spring Cloud Config

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-532
  • Vendor Resources
  • Spring Security Advisory CVE-2023-20859
  • Related CVEs
  • CVE-2020-5410: Spring Cloud Config Path Traversal 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