CVE-2026-33494: Oathkeeper Rule Matching Without Path Cleancve-2026-33494-oathkeeper-rule-matching-without-path-clean
Access rule matching is performed against an http.Request URL whose path has not been normalized via path.Clean. A request such as "/public/../admin/secrets" will have its raw path matched against rules, so a permissive wildcard rule (e.g. "/public/<.*>") may absorb the "../" segments and bypass the protected rule that governs the resolved path ("/admin/secr