OathkeeperApplication · Ory

CVE-2026-33494

CRITICAL · 10.0 CVSS v3.1 Published 2026-03-26
Fix available
A fix is available. Upgrade to 26.2.0 or later.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click Patch available

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
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.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

ORY Oathkeeper versions prior to 26.2.0 suffer from an authorization bypass via HTTP path traversal. The vulnerability occurs because the raw, un-normalized request path is used during access rule evaluation instead of the normalized path. An attacker can craft URLs containing path traversal sequences (e.g., `/public/../admin/secrets`) that resolve to protected paths after server-side normalization but match against permissive rules designed for the un-normalized path.

MitigationUpgrade to ORY Oathkeeper version 26.2.0 or later which contains the patch for this path normalization vulnerability. If immediate upgrade is not possible, implement web application firewall (WAF) rules to detect and block path traversal sequences in incoming requests.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
OathkeeperApplication
Affected:< 26.2.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None

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

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify Oathkeeper version
    Run `oathkeeper version` or check the container image tag / binary version installed in your environment
    Affected if Version is below 26.2.0
  2. Confirm proxy mode is in use
    Review Oathkeeper configuration (e.g., oathkeeper.yaml) and check if the 'proxy' server is enabled under the 'serve' section
    Affected if Proxy mode is enabled and version is below 26.2.0
  3. List active access rules
    Query the Oathkeeper API at GET /api/rules or check rule files in the configured rules directory
    Affected if Any access rules exist with broad path matchers (e.g., prefix matches like '/public', '/api', or wildcard patterns)
  4. Identify rules with permissive path matchers
    Review access rules for path patterns that could be traversed (e.g., rules matching '/public', '/api/', or paths without strict anchoring)
    Affected if Rules contain path matchers that start with '/public' or similar broadly accessible paths that could be bypassed via path traversal (e.g., /public/../admin)

You are affected if running Oathkeeper version below 26.2.0 with proxy mode enabled and access rules that contain permissive path matchers vulnerable to traversal manipulation.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 26.2.0 or later
Fixed in 26.2.0
Vendor patch github.com →
Interim mitigation

Upgrade to ORY Oathkeeper version 26.2.0 or later which contains the patch for this path normalization vulnerability. If immediate upgrade is not possible, implement web application firewall (WAF) rules to detect and block path traversal sequences in incoming requests.

Recommended fix High confidence

26.2.0

  1. 1. Identify the current running version of ORY Oathkeeper using the binary version flag or container image tag
  2. 2. Backup all existing Oathkeeper configuration files, including rule files and the API Access Rules configuration
  3. 3. Upgrade the Oathkeeper installation to version 26.2.0 using the appropriate method (binary download, container image pull, or package manager)
  4. 4. After upgrading, verify that the path normalization is now applied correctly by testing with path traversal sequences (e.g., `/public/../admin/secrets`) to confirm the vulnerability is remediated
  5. 5. Review the Oathkeeper changelog or release notes for version 26.2.0 to ensure all rule evaluation behaviors are as expected

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Oathkeeper Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA2.0 h
11.0 hours of engineering $1,930
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-33494 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-33494 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data