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
    • 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-2808

CVE-2026-2808: HashiCorp Consul File Read Vulnerability

CVE-2026-2808 is an arbitrary file read vulnerability in HashiCorp Consul when configured with Kubernetes authentication. This flaw enables unauthorized access to sensitive files. Learn about affected versions and mitigation.

Published: March 13, 2026

CVE-2026-2808 Overview

CVE-2026-2808 is an arbitrary file read vulnerability affecting HashiCorp Consul and Consul Enterprise versions 1.18.20 up to 1.21.10 and 1.22.4. The vulnerability is exploitable when Consul is configured with Kubernetes authentication, allowing attackers to read arbitrary files from the system. This vulnerability is classified as CWE-59 (Improper Link Resolution Before File Access), commonly known as a symlink attack.

Critical Impact

Authenticated attackers with high privileges can exploit this vulnerability to read sensitive files from the Consul server filesystem, potentially exposing secrets, configuration data, and other confidential information in Kubernetes environments.

Affected Products

  • HashiCorp Consul versions 1.18.20 through 1.18.20
  • HashiCorp Consul versions 1.21.10 and earlier in the 1.21.x branch
  • HashiCorp Consul Enterprise versions 1.22.4 and earlier in the 1.22.x branch

Discovery Timeline

  • 2026-03-12 - CVE-2026-2808 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-2808

Vulnerability Analysis

This vulnerability stems from improper link resolution before file access (CWE-59) within the Vault Kubernetes authentication provider component of HashiCorp Consul. When Consul is configured to use Kubernetes authentication, the system fails to properly validate file paths, enabling attackers to leverage symlink attacks to read arbitrary files from the underlying filesystem.

The attack requires network access and high privileges, but once exploited, it can affect resources beyond the vulnerable component's security scope. The primary impact is on confidentiality, as attackers can access sensitive data stored on the Consul server without affecting system integrity or availability.

Root Cause

The root cause of CVE-2026-2808 is improper link resolution before file access in the Vault Kubernetes authentication provider. The vulnerable code path does not adequately verify that file paths resolve to intended locations, allowing symbolic links to be followed to arbitrary filesystem locations. This type of symlink following vulnerability occurs when the application trusts user-controlled paths without canonicalizing them or checking their final destinations.

Attack Vector

The attack is network-based and requires the attacker to have high privileges within the target Consul environment. The exploitation flow involves:

  1. The attacker must have authenticated access to a Consul instance configured with Kubernetes authentication
  2. By crafting malicious requests through the Vault Kubernetes authentication provider, the attacker can manipulate file path resolution
  3. The vulnerable component follows symbolic links without proper validation, allowing access to files outside the intended directory
  4. Sensitive files such as service tokens, configuration files, or secrets stored on the Consul server can be exfiltrated

The vulnerability can be exploited through the Vault Kubernetes authentication mechanism. For detailed technical information about the exploitation technique, refer to the HashiCorp Security Discussion advisory.

Detection Methods for CVE-2026-2808

Indicators of Compromise

  • Unusual file access patterns in Consul server logs, particularly requests targeting sensitive system paths
  • Authentication requests through the Kubernetes auth provider that reference unexpected file paths or contain path traversal sequences
  • Audit log entries showing access to files outside normal Consul data directories
  • Unexpected read operations on sensitive files like /etc/passwd, service account tokens, or Consul configuration files

Detection Strategies

  • Monitor Consul audit logs for authentication requests containing path manipulation characters or symlink references
  • Implement file integrity monitoring on the Consul server to detect unauthorized file access attempts
  • Deploy SentinelOne Singularity to detect and alert on anomalous file read patterns associated with symlink exploitation
  • Review Kubernetes authentication provider configurations and audit authentication flows for suspicious activity

Monitoring Recommendations

  • Enable verbose logging for the Vault Kubernetes authentication provider to capture detailed request information
  • Configure alerts for file access attempts outside the expected Consul data directories
  • Implement runtime application self-protection (RASP) to monitor and block symlink attack patterns
  • Use SentinelOne's Kubernetes Sentinel to monitor container and pod behavior for exploitation attempts

How to Mitigate CVE-2026-2808

Immediate Actions Required

  • Upgrade HashiCorp Consul to patched versions: 1.18.21, 1.21.11, or 1.22.5 immediately
  • Review Kubernetes authentication configurations and restrict access to only necessary service accounts
  • Audit file permissions on Consul servers to minimize the impact of potential file read exploits
  • Implement network segmentation to limit exposure of Consul servers to trusted networks only

Patch Information

HashiCorp has released security patches addressing this vulnerability. Organizations should upgrade to the following fixed versions:

  • Consul 1.18.21 for the 1.18.x branch
  • Consul 1.21.11 for the 1.21.x branch
  • Consul 1.22.5 for the 1.22.x branch

The security advisory is available at the HashiCorp Security Discussion page with detailed upgrade instructions.

Workarounds

  • If immediate patching is not possible, consider temporarily disabling Kubernetes authentication until upgrades can be applied
  • Implement strict file system permissions to limit readable files on Consul servers
  • Deploy additional access controls and network policies to restrict who can authenticate through the Kubernetes provider
  • Use read-only root filesystems for Consul containers where possible to limit the attack surface
bash
# Verify current Consul version and plan upgrade
consul version

# Example: Upgrading Consul on Kubernetes via Helm
helm repo update hashicorp
helm upgrade consul hashicorp/consul --version <fixed-version> --namespace consul

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechConsul

  • SeverityMEDIUM

  • CVSS Score6.8

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-59
  • Technical References
  • HashiCorp Security Discussion
  • Latest CVEs
  • CVE-2026-35467: Browser API Key Information Disclosure

  • CVE-2026-35466: cveInterface.js XSS Vulnerability

  • CVE-2026-30252: ZenShare Suite XSS Vulnerability

  • CVE-2026-30251: ZenShare Suite v17.0 XSS Vulnerability
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