CVE-2026-33494 PUBLISHED

Ory Oathkeeper has a path traversal authorization bypass

Assigner: GitHub_M
Reserved: 20.03.2026 Published: 26.03.2026 Updated: 27.03.2026

ORY Oathkeeper is an Identity & Access Proxy (IAP) and Access Control Decision API that authorizes HTTP requests based on sets of Access Rules. Versions prior to 26.2.0 are vulnerable to an authorization bypass via HTTP path traversal. An attacker can craft a URL containing path traversal sequences (e.g. /public/../admin/secrets) that resolves to a protected path after normalization, but is matched against a permissive rule because the raw, un-normalized path is used during rule evaluation. Version 26.2.0 contains a patch.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
CVSS Score: 10

Product Status

Vendor ory
Product oathkeeper
Versions
  • Version < 26.2.0 is affected

References

Problem Types

  • CWE-23: Relative Path Traversal CWE