CVE-2026-33496
8.1Ory · Oathkeeper
Ory Oathkeeper versions before 26.2.0 are vulnerable to an authentication bypass via cache key confusion in the oauth2_introspection authenticator.
Executive summary
A cache key confusion vulnerability in Ory Oathkeeper allows authenticated attackers to bypass security controls by reusing tokens across different introspection servers.
Vulnerability
This vulnerability involves an authentication bypass caused by improper validation of cache keys. An attacker with a valid token for one introspection server can trick the cache into accepting that token for a different introspection server, provided the system is configured with multiple servers and caching is enabled.
Business impact
The ability to bypass authentication mechanisms poses a significant risk to organizational data integrity and confidentiality. By successfully exploiting this cache confusion, an attacker can gain unauthorized access to protected resources, potentially leading to unauthorized data exfiltration or system manipulation. Given the CVSS score of 8.1, this represents a high-severity risk that could compromise the entire security posture of the identity and access management layer.
Remediation
Immediate Action: Update Ory Oathkeeper to version 26.2.0 or later to implement the corrected cache key logic. If an immediate update is not feasible, disable caching for all oauth2_introspection authenticators to mitigate the risk of cross-token validation.
Proactive Monitoring: Review authentication and access logs for suspicious patterns, particularly where tokens appear to be utilized across different service endpoints or introspection contexts.
Compensating Controls: Ensure that network traffic is strictly segmented and monitor for unusual API request patterns that may indicate an attempt to probe or bypass introspection rules.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
This vulnerability represents a critical failure in the identity proxy's ability to enforce consistent security boundaries. Administrators must prioritize patching or applying the recommended cache-disabling configuration immediately to prevent unauthorized access. Failure to address this flaw could allow attackers to manipulate the identity validation process, undermining the entire authorization architecture.