<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Oathkeeper - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/oathkeeper/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Tue, 23 Jan 2024 12:00:00 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/oathkeeper/feed.xml" rel="self" type="application/rss+xml"/><item><title>ORY Oathkeeper Authentication Bypass Vulnerability (CVE-2026-33496)</title><link>https://feed.craftedsignal.io/briefs/2024-01-ory-oathkeeper-auth-bypass/</link><pubDate>Tue, 23 Jan 2024 12:00:00 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2024-01-ory-oathkeeper-auth-bypass/</guid><description>ORY Oathkeeper before 26.2.0 is vulnerable to authentication bypass (CVE-2026-33496) due to cache key confusion in the `oauth2_introspection` authenticator, allowing attackers with a valid token to bypass authentication by reusing it with different introspection URLs.</description><content:encoded><![CDATA[<p>ORY Oathkeeper, an Identity &amp; Access Proxy, is susceptible to an authentication bypass vulnerability (CVE-2026-33496) affecting versions prior to 26.2.0. This vulnerability stems from a cache key confusion issue within the <code>oauth2_introspection</code> authenticator. The cache fails to differentiate between tokens validated using different introspection URLs. This allows an attacker, who has legitimately obtained a valid token for one of the configured introspection servers, to prime the cache and subsequently reuse the same token for access rules intended for a different introspection server. The attack requires the Oathkeeper instance to be configured with multiple <code>oauth2_introspection</code> authenticators, all utilizing caching. This poses a significant risk as it enables unauthorized access to protected resources. Version 26.2.0 addresses this issue by incorporating the introspection server URL into the cache key.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>The attacker identifies an ORY Oathkeeper instance running a version prior to 26.2.0 configured with multiple <code>oauth2_introspection</code> authenticators using caching.</li>
<li>The attacker obtains a valid OAuth2 token for one of the configured introspection endpoints, potentially through legitimate means or by compromising a service that issues tokens for that endpoint.</li>
<li>The attacker crafts a request to a protected resource that is governed by an access rule configured to use the compromised token's introspection endpoint. This primes the Oathkeeper's cache with the token's validation result.</li>
<li>The attacker then crafts a second request to a <em>different</em> protected resource that is governed by an access rule configured to use a <em>different</em> introspection endpoint. Critically, this request uses the <em>same</em> token.</li>
<li>Due to the cache key collision, Oathkeeper incorrectly uses the cached validation result from the first introspection endpoint for the second request.</li>
<li>If the token is considered valid based on the cached result (even though it should be invalid for the second introspection endpoint), Oathkeeper grants unauthorized access to the protected resource.</li>
<li>The attacker successfully bypasses authentication and gains access to a resource they should not be authorized to access.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-33496 allows an attacker to bypass authentication and gain unauthorized access to protected resources managed by ORY Oathkeeper. The number of affected organizations depends on the adoption rate of ORY Oathkeeper and the number of instances running vulnerable versions with the specific misconfiguration (multiple <code>oauth2_introspection</code> authenticators with caching enabled). If exploited, this vulnerability can lead to data breaches, unauthorized modification of resources, and other security incidents.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade ORY Oathkeeper to version 26.2.0 or later to incorporate the fix for CVE-2026-33496.</li>
<li>As a temporary workaround, disable caching for <code>oauth2_introspection</code> authenticators to mitigate the vulnerability until an upgrade can be performed, as suggested in the advisory.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>authentication-bypass</category><category>vulnerability</category><category>oathkeeper</category><category>cache-poisoning</category><category>cloud</category></item></channel></rss>