SCA: security update for github.com/envoyproxy/envoy (GHSA-mp85-7mrq-r866)

medium Tenable Cloud Security Plugin ID 436267

Description

There are packages installed that are affected by a vulnerability referenced in the following CVE:

- 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. (CVE-2025-64527)

See Also

https://github.com/advisories/GHSA-mp85-7mrq-r866

Plugin Details

Severity: Medium

ID: 436267

Version: Revision 1.5

Type: Local

Family: SCA Checks

Published: 12/5/2025

Updated: 7/2/2026

Supported Sensors: Tenable Cloud Security, Tenable Self-Hosted Container Security

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.73

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 6.8

Temporal Score: 5.3

Vector: CVSS2#AV:N/AC:L/Au:S/C:N/I:N/A:C

CVSS Score Source: CVE-2025-64527

CVSS v3

Risk Factor: Medium

Base Score: 6.5

Temporal Score: 5.9

Vector: CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Temporal Vector: CVSS:3.0/E:P/RL:O/RC:C

Vulnerability Information

Exploit Available: true

Exploit Ease: Exploits are available

Patch Publication Date: 12/5/2025

Vulnerability Publication Date: 12/3/2025

Reference Information

CVE: CVE-2025-64527

cwe: CWE-476