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

CVE-2026-33494: ORY Oathkeeper Auth Bypass Vulnerability

CVE-2026-33494 is an authorization bypass flaw in ORY Oathkeeper that allows attackers to access protected paths using path traversal sequences. This article covers the technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-33494 Overview

ORY Oathkeeper, an Identity & Access Proxy (IAP) and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules, contains a critical authorization bypass vulnerability via HTTP path traversal. Versions prior to 26.2.0 are vulnerable to this flaw, which allows an attacker to craft malicious URLs containing path traversal sequences that circumvent access control rules.

The vulnerability exists because the raw, un-normalized path is used during rule evaluation, while the actual request resolves to a protected path after normalization. This mismatch enables attackers to access protected resources without proper authorization.

Critical Impact

Attackers can bypass authorization controls to access protected administrative endpoints and sensitive resources by exploiting path traversal sequences in HTTP requests.

Affected Products

  • ORY Oathkeeper versions prior to 26.2.0

Discovery Timeline

  • 2026-03-26 - CVE CVE-2026-33494 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-33494

Vulnerability Analysis

This authorization bypass vulnerability (CWE-23: Relative Path Traversal) occurs due to a fundamental flaw in how ORY Oathkeeper processes and evaluates HTTP request paths against access control rules. The vulnerability is network-exploitable without requiring any authentication or user interaction, and it can impact resources beyond the vulnerable component's security scope.

When a request is received, Oathkeeper evaluates the raw request path against its configured access rules. However, the backend service normalizes the path before processing. This creates a security gap where an attacker can craft a URL that matches a permissive rule during evaluation but resolves to a protected endpoint after normalization.

Root Cause

The root cause of this vulnerability lies in the path matching logic within ORY Oathkeeper's rule evaluation engine. The system fails to normalize incoming request paths before comparing them against access control rules. This means that path traversal sequences such as /../ remain intact during rule matching, allowing requests to match against less restrictive rules intended for public endpoints.

When the request is subsequently forwarded to the backend service, standard path normalization occurs, and the request resolves to the attacker's intended protected target. This inconsistency between rule evaluation and actual request routing creates a complete authorization bypass.

Attack Vector

An attacker can exploit this vulnerability by crafting HTTP requests with path traversal sequences embedded in the URL. For example, a request to /public/../admin/secrets would be evaluated against rules for the /public/ path prefix, potentially matching a permissive rule that allows unauthenticated access. However, after path normalization, the request resolves to /admin/secrets, bypassing any authentication or authorization requirements configured for the /admin/ path.

The attack requires no authentication or special privileges and can be executed remotely over the network. Since ORY Oathkeeper is designed to protect backend services, successful exploitation grants attackers unauthorized access to protected APIs, administrative interfaces, and sensitive data.

Technical details and the specific fix can be found in the GitHub Security Advisory and the commit implementing the patch.

Detection Methods for CVE-2026-33494

Indicators of Compromise

  • HTTP requests containing path traversal sequences (/../, /./, %2e%2e/, %2e/) in URL paths
  • Unexpected access to administrative or protected endpoints from unauthenticated sources
  • Anomalous access patterns showing requests to public paths that result in access to protected resources
  • Audit logs showing successful access to protected resources without corresponding authentication events

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal sequences
  • Configure access logging on backend services to correlate Oathkeeper access decisions with actual resource access
  • Deploy anomaly detection to identify requests with unusual path patterns or encoding
  • Monitor for successful access to protected endpoints that lack corresponding authentication tokens

Monitoring Recommendations

  • Enable detailed access logging in ORY Oathkeeper to capture raw request paths alongside routing decisions
  • Implement real-time alerting for requests containing multiple consecutive dot-dot-slash sequences
  • Review access logs for discrepancies between intended and actual accessed resources
  • Monitor authentication and authorization metrics for unexpected patterns in protected resource access

How to Mitigate CVE-2026-33494

Immediate Actions Required

  • Upgrade ORY Oathkeeper to version 26.2.0 or later immediately
  • Review access logs for any evidence of exploitation attempts using path traversal sequences
  • Audit all access rules to ensure protected endpoints cannot be reached via alternative paths
  • Implement additional input validation at the reverse proxy or load balancer level

Patch Information

ORY has released version 26.2.0 which contains a fix for this vulnerability. The patch ensures that request paths are properly normalized before being evaluated against access control rules, eliminating the inconsistency between rule matching and actual request routing.

For detailed information about the patch, review the GitHub commit which implements path normalization in the rule evaluation logic.

Workarounds

  • Deploy a reverse proxy or WAF in front of Oathkeeper configured to normalize paths before forwarding requests
  • Implement explicit deny rules for any path containing traversal sequences (.., %2e%2e)
  • Configure backend services to reject requests containing unnormalized path components
  • Use network segmentation to limit which clients can reach Oathkeeper-protected services

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOry Oathkeeper

  • SeverityCRITICAL

  • CVSS Score10.0

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

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33496: ORY Oathkeeper Auth Bypass Vulnerability

  • CVE-2026-33495: ORY Oathkeeper Auth Bypass 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