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

CVE-2025-3879: HashiCorp Vault Auth Bypass Vulnerability

CVE-2025-3879 is an authentication bypass vulnerability in HashiCorp Vault's Azure Auth method that allows attackers to circumvent location restrictions. This article covers technical details, affected versions, and fixes.

Published: June 2, 2026

CVE-2025-3879 Overview

CVE-2025-3879 is an authorization bypass vulnerability in HashiCorp Vault Community and Vault Enterprise. The Azure authentication method failed to correctly validate claims in Azure-issued tokens. This flaw allowed authenticated callers to bypass the bound_locations parameter enforced during login. An attacker with a valid Azure-issued token could authenticate to a Vault role that should have been restricted to specific Azure regions. The issue is tracked as CWE-863: Incorrect Authorization and is documented in HashiCorp Security Advisory HCSEC-2025-07. HashiCorp fixed the issue in Vault Community Edition 1.19.1 and Vault Enterprise 1.19.1, 1.18.7, 1.17.14, and 1.16.18.

Critical Impact

Attackers holding a valid Azure token can bypass region-based login restrictions on Vault Azure Auth roles, gaining access to secrets that should be unreachable from their Azure location.

Affected Products

  • HashiCorp Vault Community Edition prior to 1.19.1
  • HashiCorp Vault Enterprise prior to 1.19.1, 1.18.7, 1.17.14, and 1.16.18
  • Deployments using the Azure Auth method with bound_locations restrictions

Discovery Timeline

  • 2025-05-02 - CVE-2025-3879 published to NVD
  • 2025-08-12 - Last updated in NVD database

Technical Details for CVE-2025-3879

Vulnerability Analysis

The Vault Azure Auth method allows clients to authenticate using a signed JSON Web Token (JWT) issued by Azure Active Directory along with VM or service principal metadata. Operators can restrict authentication to specific Azure regions by configuring the bound_locations parameter on a role. When a client logs in, Vault is expected to verify that the caller's location claim matches the bound values.

The vulnerability stems from incorrect validation of these claims during the login flow. Vault did not properly enforce the bound location constraint against the data presented in the Azure-issued token. As a result, a caller could authenticate to a role even when the underlying Azure resource was located outside the permitted regions. This is an authorization bypass classified as [CWE-863].

Successful exploitation grants the attacker the Vault token and policies attached to the targeted role. Depending on role configuration, this can expose secrets, signing keys, and dynamic credentials issued by Vault.

Root Cause

The root cause is improper validation of Azure token claims in the Azure Auth method's login handler. The check intended to enforce bound_locations did not reliably compare the authoritative location value from the validated token against the configured allow list, allowing the restriction to be bypassed.

Attack Vector

The attack vector is network-based and requires the attacker to be an authenticated Azure identity capable of obtaining a token that Vault will process. An attacker with low-privileged Azure credentials can request a token and submit it to Vault's Azure Auth login endpoint. If a target role uses bound_locations as its primary scoping control, the attacker can authenticate to that role despite operating from a non-permitted region. Refer to the HashiCorp Security Advisory HCSEC-2025-07 for vendor-published technical detail.

Detection Methods for CVE-2025-3879

Indicators of Compromise

  • Successful auth/azure/login events on roles configured with bound_locations where the source Azure resource resides outside the configured regions.
  • Vault audit log entries showing token issuance for Azure Auth roles to principals not previously observed authenticating to that role.
  • Use of Vault tokens minted via Azure Auth to read secrets or generate dynamic credentials shortly after an unexpected login.

Detection Strategies

  • Parse Vault audit logs and correlate Azure Auth login events with the location claim of the presented token and the Azure resource metadata.
  • Compare each successful Azure Auth login against the bound_locations configured on the role and alert on mismatches.
  • Baseline normal Azure Auth login geography per role and flag deviations.

Monitoring Recommendations

  • Enable Vault audit devices and forward logs to a centralized analytics platform for long-term retention.
  • Monitor Azure sign-in logs for token requests targeting service principals associated with Vault Auth roles.
  • Alert on creation or modification of Vault Azure Auth roles, particularly changes to bound_locations, bound_subscription_ids, or bound_resource_groups.

How to Mitigate CVE-2025-3879

Immediate Actions Required

  • Upgrade to Vault Community Edition 1.19.1 or Vault Enterprise 1.19.1, 1.18.7, 1.17.14, or 1.16.18.
  • Inventory all Azure Auth roles and identify any that rely on bound_locations as a primary access control.
  • Rotate Vault tokens and any dynamic secrets issued through Azure Auth roles since the vulnerable versions were deployed.
  • Review Vault audit logs for unexpected Azure Auth logins prior to patching.

Patch Information

HashiCorp resolved CVE-2025-3879 in Vault Community Edition 1.19.1 and Vault Enterprise 1.19.1, 1.18.7, 1.17.14, and 1.16.18. Apply the fixed release matching your deployment track. Refer to the HashiCorp Security Advisory HCSEC-2025-07 for vendor guidance.

Workarounds

  • Tighten Azure Auth roles to also use bound_subscription_ids, bound_resource_groups, bound_group_ids, or bound_service_principal_ids instead of relying solely on bound_locations.
  • Restrict which Azure identities can request tokens for the audience accepted by Vault's Azure Auth method.
  • Reduce token TTLs and policy scope on affected roles until patches are deployed.
bash
# Example: harden an Azure Auth role with additional bound parameters
vault write auth/azure/role/my-role \
    bound_subscription_ids="<subscription-id>" \
    bound_resource_groups="<resource-group>" \
    bound_locations="eastus,westus" \
    policies="read-secrets" \
    ttl="15m" \
    max_ttl="1h"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechHashicorp Vault

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.23%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-863
  • Vendor Resources
  • HashiCorp Security Advisory HCSEC-2025-07
  • Related CVEs
  • CVE-2025-11621: HashiCorp Vault Auth Bypass Vulnerability

  • CVE-2024-2048: HashiCorp Vault Auth Bypass Vulnerability

  • CVE-2024-7594: HashiCorp Vault Auth Bypass Vulnerability

  • CVE-2023-3462: HashiCorp Vault 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