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

CVE-2026-26205: OPA Envoy Plugin Auth Bypass Vulnerability

CVE-2026-26205 is an authentication bypass vulnerability in OPA Envoy Plugin affecting versions prior to 1.13.2-envoy-2. Attackers can bypass access controls using crafted paths. This article covers technical details, affected versions, impact, and mitigation.

Published: February 20, 2026

CVE-2026-26205 Overview

CVE-2026-26205 is an authorization bypass vulnerability affecting the OPA Envoy Plugin (opa-envoy-plugin), a critical component used to enforce Open Policy Agent (OPA) policies within Envoy proxy deployments. The vulnerability exists in how the input.parsed_path field is constructed when processing HTTP request paths. Specifically, paths are incorrectly treated as full URIs during parsing, causing leading path segments prefixed with double slashes (//) to be interpreted as authority components and subsequently dropped from the parsed path.

This path interpretation mismatch between authorization policies and backend servers creates a dangerous security gap, enabling attackers to craft malicious requests that bypass access controls. The authorization filter evaluates a different path than the one ultimately served by the backend, effectively negating security policies.

Critical Impact

Attackers can bypass OPA authorization policies by exploiting path parsing inconsistencies, potentially gaining unauthorized access to protected API endpoints and resources behind Envoy proxies.

Affected Products

  • OPA Envoy Plugin versions prior to 1.13.2-envoy-2
  • Envoy proxy deployments using vulnerable OPA plugin versions
  • Applications relying on OPA policies for path-based authorization

Discovery Timeline

  • 2026-02-19 - CVE CVE-2026-26205 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-26205

Vulnerability Analysis

The vulnerability stems from improper handling of HTTP request paths in the OPA Envoy Plugin's path parsing logic. When the plugin constructs the input.parsed_path field for policy evaluation, it incorrectly applies URI parsing semantics to HTTP request paths. This causes path segments beginning with double slashes (//) to be misinterpreted as the authority component of a URI (as defined in RFC 3986), rather than as literal path segments.

For example, a request to //admin/secret-endpoint would have the //admin portion stripped from the parsed path, leaving only /secret-endpoint for policy evaluation. However, the backend server receives and processes the original full path //admin/secret-endpoint. This discrepancy allows attackers to access resources that should be protected by path-based authorization policies.

This vulnerability is classified under CWE-863 (Incorrect Authorization), as it results in the authorization mechanism making decisions based on incorrect or incomplete information about the requested resource.

Root Cause

The root cause is a fundamental semantic mismatch in path parsing logic. The plugin incorrectly treats HTTP request paths as complete URIs during parsing operations. In URI parsing, a path beginning with // indicates the start of an authority component (typically a host), causing the parser to consume and discard this portion of the input. The plugin should instead treat the path as a raw path string without applying full URI parsing semantics.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Identifying protected endpoints in the target application that rely on OPA path-based policies
  2. Crafting HTTP requests with path prefixes containing double slashes (//)
  3. Sending these malformed requests to bypass authorization checks
  4. Gaining access to protected resources that the backend server processes normally

For example, if an OPA policy denies access to /admin/* paths, an attacker could request //admin/sensitive-data. The authorization filter would evaluate the path as /sensitive-data (after dropping //admin), potentially allowing the request, while the backend would serve the original /admin/sensitive-data resource.

The vulnerability is exploitable remotely over the network without requiring any special privileges. The attack complexity is low, though some environmental conditions must be met (path-based authorization policies must be in use).

Detection Methods for CVE-2026-26205

Indicators of Compromise

  • HTTP access logs containing request paths with unusual double-slash (//) prefixes
  • Unexpected access to protected endpoints from unauthorized sources
  • OPA decision logs showing path evaluations that don't match corresponding access logs
  • Anomalous traffic patterns targeting administrative or sensitive API endpoints

Detection Strategies

  • Implement log correlation between Envoy access logs and OPA decision logs to identify path discrepancies
  • Create alerting rules for HTTP requests containing // at the start of paths or within path segments
  • Deploy web application firewall (WAF) rules to detect and block path manipulation attempts
  • Review OPA audit logs for authorization decisions on paths that don't match expected patterns

Monitoring Recommendations

  • Enable detailed logging in both Envoy proxy and OPA to capture full request paths and policy decisions
  • Monitor for increased access to sensitive endpoints that may indicate exploitation attempts
  • Set up automated alerts for requests with malformed or unusual path patterns
  • Regularly audit access patterns to protected resources for anomalies

How to Mitigate CVE-2026-26205

Immediate Actions Required

  • Upgrade to OPA Envoy Plugin version 1.13.2-envoy-2 or later immediately
  • Review access logs for any signs of exploitation attempts using double-slash path manipulation
  • Audit existing OPA policies to identify path-based authorization rules that may have been bypassed
  • Consider implementing additional path normalization at the Envoy level as a defense-in-depth measure

Patch Information

The vulnerability has been addressed in OPA Envoy Plugin version 1.13.2-envoy-2. The fix corrects the path parsing logic to properly handle HTTP request paths without incorrectly interpreting them as full URIs.

Relevant resources:

  • GitHub Security Advisory GHSA-9f29-v6mm-pw6w
  • GitHub Release v1.13.2-envoy-2
  • Commit Fix

Workarounds

  • Implement path normalization in Envoy using Lua filters or external processing to sanitize paths before OPA evaluation
  • Deploy an upstream reverse proxy or WAF that normalizes paths and rejects requests with malformed path patterns
  • Add explicit OPA policy rules to deny requests containing suspicious path patterns with double slashes
  • Consider implementing additional authorization checks at the application layer as defense-in-depth
bash
# Example Envoy Lua filter configuration to normalize paths
# Add this to your Envoy configuration to reject paths with double slashes
envoy:
  http_filters:
  - name: envoy.filters.http.lua
    typed_config:
      "@type": type.googleapis.com/envoy.extensions.filters.http.lua.v3.Lua
      inline_code: |
        function envoy_on_request(request_handle)
          local path = request_handle:headers():get(":path")
          if string.match(path, "^//") then
            request_handle:respond({[":status"] = "400"}, "Invalid path")
          end
        end

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpa Envoy Plugin

  • SeverityHIGH

  • CVSS Score7.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-863
  • Technical References
  • GitHub Commit Update

  • GitHub Release v1.13.2

  • GitHub Security Advisory GHSA-9f29-v6mm-pw6w
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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