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

CVE-2025-4922: Hashicorp Nomad Privilege Escalation Flaw

CVE-2025-4922 is a privilege escalation vulnerability in Hashicorp Nomad caused by prefix-based ACL policy lookup issues that lead to incorrect rule application. This article covers technical details, affected versions, and patches.

Published: June 2, 2026

CVE-2025-4922 Overview

CVE-2025-4922 affects HashiCorp Nomad Community and Nomad Enterprise editions. The vulnerability resides in the prefix-based Access Control List (ACL) policy lookup logic. When Nomad evaluates ACL policies attached to a job, the prefix matching can cause incorrect rule application and policy shadowing. An authenticated operator can leverage this behavior to receive policy permissions that should not apply to their job, resulting in unauthorized access to resources within the Nomad cluster.

HashiCorp tracks this issue as HCSEC-2025-12 and has released fixed versions in Nomad Community Edition 1.10.2 and Nomad Enterprise 1.10.2, 1.9.10, and 1.8.14.

Critical Impact

Authenticated users can obtain ACL permissions beyond their intended scope, leading to unauthorized read and modify access on jobs and cluster resources.

Affected Products

  • HashiCorp Nomad Community Edition prior to 1.10.2
  • HashiCorp Nomad Enterprise prior to 1.10.2, 1.9.10, and 1.8.14
  • Deployments using prefix-based ACL policies attached to jobs

Discovery Timeline

  • 2025-06-11 - CVE-2025-4922 published to the National Vulnerability Database
  • 2025-12-22 - Last updated in NVD database

Technical Details for CVE-2025-4922

Vulnerability Analysis

Nomad supports attaching ACL policies to jobs by specifying policy names. When Nomad resolves the attached policy, it performs a prefix-based lookup rather than an exact match. If multiple policies share a common naming prefix, the lookup can resolve to an unintended policy. This causes incorrect rule application: rules from a broader-scoped policy may be evaluated when a narrower policy was intended, or a more permissive policy may shadow a restrictive one. The flaw maps to [CWE-266: Incorrect Privilege Assignment].

The issue allows a low-privileged but authenticated principal to operate within the cluster under permissions that exceed their assigned scope. Confidentiality and integrity of workloads, secrets referenced by jobs, and cluster state are at risk. Availability is not directly impacted by the lookup flaw itself.

Root Cause

The defect originates in the ACL policy resolution code path. Policy names attached to a job specification are matched using prefix semantics rather than strict equality. Operators creating policies with hierarchical or shared naming conventions can unintentionally trigger the wrong policy binding. The behavior violates the principle of least privilege because evaluation collapses distinct policies into a single matched set.

Attack Vector

Exploitation requires network access to the Nomad API and valid credentials with permission to submit or update jobs. An attacker who controls a job submission can reference an ACL policy by a name whose prefix overlaps with a more privileged policy. The Nomad server then applies the unintended policy rules when evaluating subsequent operations performed in the context of that job. No user interaction is required, and complexity is low.

No verified public exploit code or proof-of-concept has been published. Refer to the HashiCorp HCSEC-2025-12 advisory for vendor technical details.

Detection Methods for CVE-2025-4922

Indicators of Compromise

  • Job submissions referencing ACL policy names that share prefixes with higher-privileged policies
  • Audit log entries showing job operations succeeding against resources the submitting identity should not access
  • Unexpected reads or writes to namespaces, variables, or jobs by tokens assigned to narrower-scoped policies

Detection Strategies

  • Enumerate all ACL policies and identify any names that share a leading prefix with another policy
  • Review Nomad audit logs for job runs whose effective permissions exceed the attached policy's documented scope
  • Compare token capability calls (acl token self) against the rules of the explicitly attached policy to detect drift

Monitoring Recommendations

  • Enable Nomad audit logging on all servers and forward events to a centralized log platform for correlation
  • Alert on job submissions that reference ACL policies whose names overlap by prefix with administrative or namespace-wide policies
  • Track the Nomad server version reported by /v1/agent/self to confirm patched builds are deployed across the cluster

How to Mitigate CVE-2025-4922

Immediate Actions Required

  • Upgrade Nomad Community Edition to 1.10.2 or later
  • Upgrade Nomad Enterprise to 1.10.2, 1.9.10, or 1.8.14 depending on your supported release line
  • Audit existing ACL policy names and rename any policies that share leading prefixes with other policies
  • Rotate ACL tokens for any identity that may have benefited from the incorrect lookup behavior

Patch Information

HashiCorp released fixed builds for all supported branches. Operators should deploy nomad 1.10.2 for Community Edition, and 1.10.2, 1.9.10, or 1.8.14 for Enterprise. The vendor advisory is published as HCSEC-2025-12 on the HashiCorp Discuss forum.

Workarounds

  • Restrict job submission privileges to a minimal set of trusted operators until patched versions are deployed
  • Restructure ACL policy names so no policy name is a prefix of another policy name
  • Review and tighten namespace ACLs to constrain blast radius for any token operating within the cluster
bash
# Verify Nomad server version on each cluster member
nomad agent-info | grep -i version

# List ACL policies and inspect for prefix collisions
nomad acl policy list
nomad acl policy info <policy-name>

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechHashicorp Nomad

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-266
  • Vendor Resources
  • HashiCorp Discussion on Vulnerability
  • Related CVEs
  • CVE-2026-8052: HashiCorp Nomad Path Traversal Flaw

  • CVE-2024-6717: HashiCorp Nomad Path Traversal 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