Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2025-64527
December 03, 2025
Envoy is a high-performance edge/middle/service proxy. In 1.33.12, 1.34.10, 1.35.6, 1.36.2, and earlier, 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.
Affected Packages
https://github.com/envoyproxy/envoy.git (GITHUB):
Affected version(s) >=v1.35.0 <v1.35.7
Fix Suggestion:
Update to version v1.35.7
https://github.com/envoyproxy/envoy.git (GITHUB):
Affected version(s) >=v1.0.0 <v1.33.13
Fix Suggestion:
Update to version v1.33.13
https://github.com/envoyproxy/envoy.git (GITHUB):
Affected version(s) >=v1.34.0 <v1.34.11
Fix Suggestion:
Update to version v1.34.11
https://github.com/envoyproxy/envoy.git (GITHUB):
Affected version(s) >=v1.36.0 <v1.36.3
Fix Suggestion:
Update to version v1.36.3
github.com/envoyproxy/envoy (GO):
Affected version(s) >=v1.35.0 <v1.35.7
Fix Suggestion:
Update to version v1.35.7
github.com/envoyproxy/envoy (GO):
Affected version(s) >=v1.36.0 <v1.36.3
Fix Suggestion:
Update to version v1.36.3
github.com/envoyproxy/envoy (GO):
Affected version(s) >=v1.34.0 <v1.34.11
Fix Suggestion:
Update to version v1.34.11
Do you need more information?
Contact Us
CVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
NULL Pointer Dereference