Envoy crashes when JWT authentication is configured with the remote JWKS fetching, allow_missing_or_failed is enabled, multiple JWT tokens are present in the request headers and the JWKS fetch fails.
This is caused by a re-entry bug in the JwksFetcherImpl. When the first token's JWKS fetch fails, onJwksError() callback triggers processing of the second token, which calls fetch() again on the same fetcher object.
The original callback's reset() then clears the second fetch's state (receiver_ and request_) which causes a crash when the async HTTP response arrives.
allow_missing_or_failed or allow_missing is enabledDoS and Crash
allow_missing_or_failed or allow_missing{
"github_reviewed": true,
"nvd_published_at": "2025-12-03T18:15:46Z",
"severity": "MODERATE",
"cwe_ids": [
"CWE-476"
],
"github_reviewed_at": "2025-12-05T18:12:39Z"
}