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-2026-3605

CVE-2026-3605: HashiCorp Vault DOS Vulnerability

CVE-2026-3605 is a denial-of-service flaw in HashiCorp Vault that allows authenticated users to delete unauthorized secrets via kvv2 path policies. This article covers technical details, affected versions, and mitigation.

Published: April 23, 2026

CVE-2026-3605 Overview

CVE-2026-3605 is an authorization bypass vulnerability affecting HashiCorp Vault's KVv2 (Key-Value version 2) secrets engine. An authenticated user with access to a kvv2 path through a policy containing a glob pattern may be able to delete secrets they were not authorized to read or write, resulting in a denial-of-service condition. Importantly, this vulnerability does not allow attackers to delete secrets across namespaces or read any secret data.

Critical Impact

Authenticated attackers can cause denial-of-service by deleting secrets beyond their authorized scope within a namespace, potentially disrupting critical applications and services that depend on Vault-managed secrets.

Affected Products

  • HashiCorp Vault Community Edition versions prior to 2.0.0
  • HashiCorp Vault Enterprise versions prior to 2.0.0, 1.21.5, 1.20.10, and 1.19.16

Discovery Timeline

  • 2026-04-17 - CVE CVE-2026-3605 published to NVD
  • 2026-04-17 - Last updated in NVD database

Technical Details for CVE-2026-3605

Vulnerability Analysis

This vulnerability stems from improper authorization enforcement when processing glob patterns in Vault policies for KVv2 secrets engine paths. The KVv2 secrets engine provides versioning capabilities for secrets, storing both the secret data and associated metadata. When policies are configured using glob patterns (wildcards like *) to define access paths, the authorization logic fails to properly restrict delete operations to only the specific secrets the user is authorized to access.

The flaw is classified under CWE-288 (Authentication Bypass Using an Alternate Path or Channel), indicating that the standard authorization checks can be circumvented through the glob pattern matching mechanism. While the vulnerability's impact is constrained to the current namespace (cross-namespace deletion is not possible) and no secret data can be read, the ability to delete secrets can severely impact system availability and operational continuity.

Root Cause

The root cause lies in the policy evaluation logic for KVv2 delete operations. When a policy contains glob patterns to grant access to a subset of secrets, the authorization check for delete operations does not properly validate that the user's policy explicitly grants write or delete permissions on the targeted secret path. Instead, the presence of any glob-based access to the parent path is incorrectly interpreted as sufficient authorization for deletion operations.

Attack Vector

The attack is network-accessible and requires low-privilege authenticated access. An attacker must have:

  1. Valid authentication credentials to the Vault instance
  2. A policy assigned that includes glob patterns for KVv2 paths
  3. Network access to the Vault API endpoint

The attacker can then enumerate or guess secret paths within their namespace and issue delete requests against secrets they should not have delete permissions for. The attack does not require user interaction and can be automated to delete multiple secrets in rapid succession, maximizing the denial-of-service impact.

The vulnerability mechanism involves exploiting the glob pattern matching in Vault policies. When a policy grants access using wildcards (e.g., secret/data/myapp/*), the authorization system improperly evaluates delete requests against paths that match the glob pattern even when the specific delete capability was not granted. For detailed technical information, refer to the HashiCorp Security Advisory HCSEC-2026-05.

Detection Methods for CVE-2026-3605

Indicators of Compromise

  • Unexpected deletion of secrets in KVv2 mounts by users with limited read-only or path-specific policies
  • Audit log entries showing delete operations from users whose policies only contain glob-pattern read access
  • Application failures due to missing secrets that were previously available
  • Unusual patterns of metadata delete requests against KVv2 paths

Detection Strategies

  • Enable and monitor Vault audit logs for all delete operations on KVv2 paths
  • Implement alerting for delete operations performed by service accounts or users with policies containing glob patterns
  • Cross-reference delete operations against expected access patterns defined in policies
  • Deploy SentinelOne Singularity Platform to detect anomalous API activity patterns targeting Vault endpoints

Monitoring Recommendations

  • Configure Vault audit device to log all requests and responses for forensic analysis
  • Establish baseline metrics for secret deletion rates and alert on deviations
  • Monitor for rapid successive delete requests that may indicate automated exploitation
  • Implement real-time alerting integration between Vault audit logs and SIEM platforms

How to Mitigate CVE-2026-3605

Immediate Actions Required

  • Upgrade HashiCorp Vault Community Edition to version 2.0.0 or later
  • Upgrade HashiCorp Vault Enterprise to version 2.0.0, 1.21.5, 1.20.10, or 1.19.16 depending on your release branch
  • Audit existing policies containing glob patterns in KVv2 paths and restrict delete capabilities explicitly
  • Review audit logs for any unauthorized delete activity that may have occurred prior to patching

Patch Information

HashiCorp has released fixed versions that properly enforce authorization checks for delete operations on KVv2 paths with glob-based policies. The fix ensures that delete operations require explicit delete or write capabilities on the specific path, rather than inheriting permissions from glob pattern matches. For complete details, see the HashiCorp Security Advisory HCSEC-2026-05.

Workarounds

  • Remove glob patterns from policies where possible and use explicit path definitions
  • Implement Sentinel policies (Enterprise feature) to add additional authorization checks for delete operations
  • Temporarily revoke delete capabilities from policies containing glob patterns until patching is complete
  • Consider implementing namespace isolation to limit the blast radius of potential exploitation
bash
# Configuration example
# Review and audit policies with glob patterns for KVv2 paths
vault policy list | while read policy; do
  vault policy read "$policy" | grep -E 'secret/data/.*\*' && echo "Policy: $policy contains glob patterns"
done

# Example: Replace glob pattern with explicit paths
# Before (vulnerable):
# path "secret/data/myapp/*" {
#   capabilities = ["read", "list"]
# }

# After (mitigated - explicit delete denial):
# path "secret/data/myapp/*" {
#   capabilities = ["read", "list"]
#   denied_parameters = {
#     "delete" = []
#   }
# }

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechHashi Vault

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-288
  • Technical References
  • HashiCorp Security Advisory HCSEC-2026-05
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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