SCA: security update for github.com/envoyproxy/gateway (GHSA-8fv2-88gg-hm7q)

medium Tenable Cloud Security Plugin ID 444809

Description

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

- Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based
application gateway. Prior to 1.7.4 and 1.8.1, HTTPServer.ServeHTTP in internal/wasm/httpserver.go reads
the plain mappingPath2Cache map without synchronization while HTTPServer.Get writes the same map during
EnvoyExtensionPolicy translation. An attacker with pod-network access to unauthenticated port 18002 and
tenant permission to churn policies with distinct Wasm URLs can flood GET requests until a per-request
reader overlaps a writer. Go's concurrent map read and write detection invokes runtime.throw, which the
net/http connection recovery cannot catch, terminating the controller process and causing a timing-
dependent, cross-tenant control-plane denial of service until Kubernetes restarts the pod. This issue is
fixed in versions 1.7.4 and 1.8.1. (CVE-2026-53715)

Solution

Update the github.com/envoyproxy/gateway library and its related packages to version 1.7.4 or later.

See Also

https://github.com/advisories/GHSA-8fv2-88gg-hm7q

Plugin Details

Severity: Medium

ID: 444809

Version: Revision 1.3

Type: Local

Family: SCA Checks

Published: 7/17/2026

Updated: 9/15/2026

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

Risk Information

VPR

Risk Factor: Low

Score: 3

Percentile: 23.77

Vendor

Vendor Severity: Medium

CVSS v2

Risk Factor: Medium

Base Score: 4.9

Temporal Score: 3.6

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

CVSS Score Source: CVE-2026-53715

CVSS v3

Risk Factor: Medium

Base Score: 5.3

Temporal Score: 4.6

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

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

Vulnerability Information

Exploit Ease: No known exploits are available

Patch Publication Date: 7/16/2026

Vulnerability Publication Date: 7/16/2026

Reference Information

CVE: CVE-2026-53715

cwe: CWE-362