Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-32811

CVE-2026-32811: Heimdall Auth Bypass Vulnerability

CVE-2026-32811 is an authentication bypass flaw in Heimdall Identity Aware Proxy that allows attackers to bypass path-based rules through URL encoding. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-32811 Overview

CVE-2026-32811 is an authorization bypass vulnerability in Heimdall, a cloud native Identity Aware Proxy and Access Control Decision service. When Heimdall operates in Envoy gRPC decision API mode, incorrect encoding of the query URL string allows attackers to bypass access control rules configured with non-wildcard path expressions. This vulnerability affects versions 0.7.0-alpha through 0.17.10 and has been addressed in version 0.17.11.

Critical Impact

Attackers can bypass path-based access control rules to gain unauthorized access to protected resources when Heimdall is configured with an "allow all" default rule.

Affected Products

  • Heimdall versions 0.7.0-alpha through 0.17.10
  • Heimdall deployments using Envoy gRPC decision API mode
  • Configurations with "allow all" default rules (especially versions prior to v0.16.0 which did not enforce secure defaults)

Discovery Timeline

  • 2026-03-20 - CVE-2026-32811 published to NVD
  • 2026-03-20 - Last updated in NVD database

Technical Details for CVE-2026-32811

Vulnerability Analysis

This vulnerability stems from improper URL encoding when Heimdall reconstructs URLs from parts provided by Envoy Proxy. When Envoy processes a request, it splits the URL into component parts and sends them individually to Heimdall through the gRPC decision API. According to the Envoy Proxy API Reference, while a query field exists in the API, it is documented to always be empty, with the URL query actually included in the path field.

The core issue lies in how Heimdall's implementation uses Go's url library to reconstruct the URL. This library automatically encodes special characters in the path, causing query string delimiters to be transformed in unintended ways. For example, when a request path like /mypath?foo=bar is processed, the ? character gets percent-encoded to %3F, resulting in /mypath%3Ffoo=bar.

This encoding transformation breaks rule matching. A rule configured to protect /mypath will no longer match the encoded path /mypath%3Ffoo=bar, allowing the request to bypass the intended access control. The attack is particularly effective against non-wildcard path expressions that expect exact matches.

Root Cause

The root cause is classified as CWE-116 (Improper Encoding or Escaping of Output). The vulnerability exists because Go's url library performs automatic character encoding when reconstructing URLs, but Heimdall did not account for this behavior when processing path data that already contained query string components. The mismatch between how Envoy packages URL data (query in path field) and how Heimdall processes it (treating the entire path field as just a path) creates the encoding discrepancy that enables rule bypass.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by crafting HTTP requests with query parameters targeting resources protected by non-wildcard path rules. When these requests pass through Envoy to Heimdall, the automatic URL encoding causes the path matching to fail, bypassing the access control decision.

The impact is most severe when Heimdall is configured with an "allow all" default rule—requests that don't match any specific rule are permitted access. Starting with version v0.16.0, Heimdall enforces secure defaults and refuses to start with such configurations unless explicitly overridden using flags like --insecure-skip-secure-default-rule-enforcement or --insecure.

The vulnerability allows unauthorized access to protected resources, potentially exposing sensitive data or functionality. The integrity impact is high as attackers can bypass intended access controls, though confidentiality impact is limited to the resources accessible through the bypassed rules.

Detection Methods for CVE-2026-32811

Indicators of Compromise

  • Access logs showing successful requests to protected paths that include percent-encoded query delimiters (%3F) in the path segment
  • Unusual patterns of requests with query strings to paths that should be access-controlled
  • Audit log discrepancies where access was granted to resources that should have been denied based on configured rules

Detection Strategies

  • Review Heimdall access logs for requests containing %3F (encoded ?) in path segments that match protected resources
  • Implement log analysis rules to detect requests where the path contains encoded special characters that may indicate bypass attempts
  • Monitor for configuration flags indicating insecure mode operation (--insecure, --insecure-skip-secure-default-rule-enforcement)
  • Compare Envoy access logs with Heimdall decision logs to identify authorization decisions that don't align with expected rule behavior

Monitoring Recommendations

  • Enable detailed logging in both Envoy and Heimdall to capture full request paths and authorization decisions
  • Create alerts for requests that successfully access resources while containing percent-encoded characters in paths
  • Implement periodic configuration audits to ensure secure defaults are enforced and no insecure override flags are in use
  • Monitor application logs for unauthorized access patterns to resources that should be protected

How to Mitigate CVE-2026-32811

Immediate Actions Required

  • Upgrade Heimdall to version 0.17.11 or later immediately
  • Review current Heimdall configuration for "allow all" default rules and replace with explicit deny-by-default policies
  • Audit access logs for potential exploitation attempts by searching for percent-encoded query delimiters in path segments
  • If running versions prior to v0.16.0, ensure you are not using configurations that would be rejected by the secure defaults enforcement

Patch Information

The vulnerability has been fixed in Heimdall version 0.17.11. The fix addresses the URL encoding issue to ensure proper handling of query strings in the path field when using the Envoy gRPC decision API mode. Technical details of the fix can be found in the GitHub Commit and GitHub Pull Request. The full security advisory is available at GHSA-r8x2-fhmf-6mxp.

Workarounds

  • Replace "allow all" default rules with explicit deny-by-default configurations to limit the impact of rule bypass
  • Use wildcard path expressions (e.g., /mypath*) instead of exact path matches where feasible, as these may be less susceptible to encoding-based bypass
  • Implement additional access control layers at the application or network level to provide defense in depth
  • If using Heimdall version v0.16.0 or later, ensure secure defaults enforcement is enabled and avoid using --insecure or --insecure-skip-secure-default-rule-enforcement flags
bash
# Configuration example - Verify Heimdall is running without insecure flags
# Check running processes for insecure flags (should return empty)
ps aux | grep heimdall | grep -E "(--insecure|--insecure-skip-secure-default-rule-enforcement)"

# Verify Heimdall version is patched
heimdall version
# Output should show version 0.17.11 or later

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechHeimdall

  • SeverityHIGH

  • CVSS Score8.2

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-116
  • Technical References
  • GitHub Commit Details

  • GitHub Pull Request

  • GitHub Security Advisory GHSA-r8x2-fhmf-6mxp

  • Envoy Proxy API Reference
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS Vulnerability
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