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-2024-8185

CVE-2024-8185: HashiCorp Vault DoS Vulnerability

CVE-2024-8185 is a denial-of-service vulnerability in HashiCorp Vault that allows attackers to exhaust memory through the Raft cluster join API. This post explains its impact, affected versions, and mitigation steps.

Published: June 2, 2026

CVE-2024-8185 Overview

CVE-2024-8185 affects HashiCorp Vault Community and Vault Enterprise clusters that use the Integrated Storage (Raft) backend. The vulnerability allows an unauthenticated remote attacker to trigger a denial-of-service (DoS) condition through memory exhaustion against the Raft cluster join API endpoint. Sending a large volume of requests to this endpoint causes Vault to consume excessive system memory, potentially crashing both the Vault process and the underlying host. HashiCorp resolved the issue in Vault Community 1.18.1 and Vault Enterprise 1.18.1, 1.17.8, and 1.16.12. The flaw is classified under CWE-636 (Not Failing Securely).

Critical Impact

Unauthenticated network attackers can crash Vault clusters by flooding the Raft cluster join endpoint, disrupting secret management and downstream applications that depend on Vault.

Affected Products

  • HashiCorp Vault Community prior to 1.18.1
  • HashiCorp Vault Enterprise prior to 1.18.1, 1.17.8, and 1.16.12
  • OpenBao (impacted by the same upstream Raft join handling)

Discovery Timeline

  • 2024-10-31 - CVE-2024-8185 published to NVD
  • 2025-11-13 - Last updated in NVD database

Technical Details for CVE-2024-8185

Vulnerability Analysis

Vault's Integrated Storage backend uses the Raft consensus protocol to replicate state across cluster nodes. New nodes join the cluster by issuing requests to the Raft cluster join API endpoint. The endpoint accepts and processes incoming join requests without sufficient resource controls, allocating memory per request before validating or rate-limiting the workload.

An attacker who can reach the Vault API over the network can send a sustained volume of join requests. Each request causes the Vault process to allocate memory structures associated with cluster join handling. Because these allocations are not bounded, sustained requests grow Vault's resident memory until the operating system kills the process or the host runs out of memory.

The impact is limited to availability. Confidentiality and integrity of stored secrets are not affected, but a Vault outage cascades to any service that depends on Vault for credentials, certificates, or encryption operations.

Root Cause

The root cause is improper resource management on the Raft cluster join code path. The endpoint does not enforce backpressure, request quotas, or memory bounds before processing join attempts. Combined with the lack of authentication enforcement at the network layer, the endpoint can be abused by any actor with reachability to the Vault listener.

Attack Vector

Exploitation requires only network access to the Vault API endpoint. No authentication or user interaction is required. An attacker submits many concurrent or rapid join requests to the Raft cluster join API path, observing Vault's memory footprint grow until the process crashes. Operators typically detect the issue through out-of-memory (OOM) events on the host or sudden cluster leadership failures.

No public proof-of-concept code is associated with this CVE. See the HashiCorp Security Advisory HCSEC-2024-26 for vendor technical details.

Detection Methods for CVE-2024-8185

Indicators of Compromise

  • Rapid growth in Vault process resident memory (RSS) without a corresponding increase in legitimate request volume.
  • Linux OOM killer events terminating the vault process, visible in dmesg or /var/log/messages.
  • Spikes in HTTP requests to the Raft cluster join API endpoint from unexpected source IPs.
  • Unexpected Raft leadership elections or cluster instability events in Vault audit logs.

Detection Strategies

  • Monitor Vault telemetry metrics, particularly vault.runtime.alloc_bytes and vault.runtime.sys_bytes, for abnormal allocation patterns.
  • Inspect access logs at the load balancer or reverse proxy in front of Vault for repeated requests to Raft join paths from non-cluster sources.
  • Correlate host-level memory pressure alerts with Vault API request rates to identify exhaustion attempts in progress.

Monitoring Recommendations

  • Alert on Vault process memory exceeding a baseline threshold (for example, 80% of allocated container or host memory).
  • Log and review all requests to cluster management API paths, restricting them to known peer IP ranges.
  • Track Raft cluster health metrics (vault.raft.leader.lastContact, vault.raft.peers) for instability that could indicate an exhaustion attack.

How to Mitigate CVE-2024-8185

Immediate Actions Required

  • Upgrade Vault Community to 1.18.1 or later.
  • Upgrade Vault Enterprise to 1.18.1, 1.17.8, or 1.16.12 depending on the deployed release line.
  • Restrict network access to the Vault API and cluster ports so only trusted operators and peer nodes can reach them.
  • Review host and container memory limits to ensure Vault failure does not destabilize co-located services.

Patch Information

HashiCorp fixed CVE-2024-8185 in Vault Community 1.18.1 and Vault Enterprise 1.18.1, 1.17.8, and 1.16.12. Refer to HashiCorp Security Advisory HCSEC-2024-26 for the official advisory and upgrade guidance. OpenBao users should track upstream releases that incorporate the equivalent fix.

Workarounds

  • Place Vault behind a network policy or firewall that limits cluster-management API access to known peer node IP addresses.
  • Configure rate limits at an upstream reverse proxy or API gateway to throttle requests to Raft cluster join paths.
  • Run Vault under a process supervisor with strict memory cgroup limits so an exhausted instance restarts cleanly rather than destabilizing the host.
bash
# Example: restrict Vault cluster port (8201) to known peers using nftables
nft add table inet vault_filter
nft add chain inet vault_filter input { type filter hook input priority 0 \; policy drop \; }
nft add rule inet vault_filter input ip saddr { 10.0.1.10, 10.0.1.11, 10.0.1.12 } tcp dport 8201 accept
nft add rule inet vault_filter input tcp dport 8201 drop

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechHashicorp Vault

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.81%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-636
  • Vendor Resources
  • HashiCorp Security Advisory HCSEC-2024-26
  • Related CVEs
  • CVE-2026-3605: HashiCorp Vault DoS Vulnerability

  • CVE-2025-12044: HashiCorp Vault DOS Vulnerability

  • CVE-2025-6203: HashiCorp Vault DoS Vulnerability

  • CVE-2026-5052: HashiCorp Vault Information Disclosure
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