---
id: CVE-2026-53714
title: >-
  Envoy Gateway is an open source project for managing Envoy Proxy as a
  standalone or Kubernetes-based application gateway
summary: >-
  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,
  the xDS gRPC server in GatewayNamespaceMode, configured through
  provider.kubernetes.deplo…
severity: high
cvss: 7.4
cvssVector: 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N'
cwe:
  - CWE-306
vendor: envoyproxy
product: gateway
affected:
  - gateway < 1.7.4
  - 'gateway >= 1.8.0-rc.0, < 1.8.1'
patched:
  - github.com/envoyproxy/gateway 1.8.1
  - github.com/envoyproxy/gateway 1.7.4
published: '2026-09-14'
updated: '2026-09-15'
sourceUpdated: '2026-09-15T20:17:18.290'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-53714'
references:
  - url: >-
      https://github.com/envoyproxy/gateway/commit/4df0809ff1ed59ffb09604da4084335b8c6647c5
    label: security-advisories@github.com
  - url: >-
      https://github.com/envoyproxy/gateway/commit/e9124abc4ff4b63a218a6890c1b28a982c850465
    label: security-advisories@github.com
  - url: >-
      https://github.com/envoyproxy/gateway/commit/f1f9829af2a231f0cae915c09800353c76622d97
    label: security-advisories@github.com
  - url: 'https://github.com/envoyproxy/gateway/pull/8986'
    label: security-advisories@github.com
  - url: 'https://github.com/envoyproxy/gateway/pull/9116'
    label: security-advisories@github.com
  - url: 'https://github.com/envoyproxy/gateway/pull/9118'
    label: security-advisories@github.com
  - url: 'https://github.com/envoyproxy/gateway/releases/tag/v1.7.4'
    label: security-advisories@github.com
  - url: 'https://github.com/envoyproxy/gateway/releases/tag/v1.8.1'
    label: security-advisories@github.com
  - url: >-
      https://github.com/envoyproxy/gateway/security/advisories/GHSA-22xc-xg2r-9j7v
    label: security-advisories@github.com
  - url: 'https://github.com/envoyproxy/gateway'
  - url: 'https://github.com/advisories/GHSA-22xc-xg2r-9j7v'
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53714.json
  - url: 'https://access.redhat.com/security/cve/CVE-2026-53714'
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2533375'
  - url: 'https://www.cve.org/CVERecord?id=CVE-2026-53714'
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2026-53714'
tags:
  - nvd
  - cve.org
  - osv
  - go
  - ghsa
  - csaf
  - vex
  - red-hat
ssvc:
  exploitation: none
  automatable: 'no'
  technicalImpact: partial
  timestamp: '2026-09-15T19:28:35.774243Z'
epss: 0.00348
epssPercentile: 0.25577
aliases:
  - GHSA-22xc-xg2r-9j7v
  - GO-2026-6003
  - BIT-envoy-gateway-2026-53714
ecosystem: go
ingestedAt: '2026-07-16T19:57:16.520Z'
---

## Overview

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, the xDS gRPC server in GatewayNamespaceMode, configured through provider.kubernetes.deploy.type=GatewayNamespace, installs a JWT StreamInterceptor but no UnaryInterceptor, leaving every unary Fetch RPC unauthenticated. The streaming interceptor also authenticates only discoveryv3.DeltaDiscoveryRequest messages; a discoveryv3.DiscoveryRequest used by the State-of-the-World protocol fails the type assertion and returns success without JWT validation. Any pod that can reach port 18000 can use the unauthenticated unary or State-of-the-World paths to retrieve TLS private keys through StreamSecrets, all xDS resources through StreamAggregatedResources, backend endpoints through StreamClusters or StreamEndpoints, and routing configuration through StreamRoutes or StreamListeners. This issue is fixed in versions 1.7.4 and 1.8.1.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.

## Package advisory (CVE-2026-53714)

Affected packages:

- `github.com/envoyproxy/gateway >= 1.8.0-rc.0, < 1.8.1`
- `github.com/envoyproxy/gateway < 1.7.4`

Patched in:

- `github.com/envoyproxy/gateway 1.8.1`
- `github.com/envoyproxy/gateway 1.7.4`

Source: https://osv.dev/vulnerability/GHSA-22xc-xg2r-9j7v

## Vendor advisories

- **Red Hat VEX** · Important · updated 2026-09-24 · [vex](https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53714.json)
