---
id: CVE-2026-22771
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.5.7 and 1.6.2,
  EnvoyExtensionPolicy Lua scripts executed by Envoy proxy can be used to leak
  the proxy's …
severity: high
cvss: 8.8
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'
cwe:
  - CWE-94
  - CWE-94
vendor: envoyproxy
product: gateway
affected:
  - gateway < 1.5.7
  - 'gateway >= 1.6.0, < 1.6.2'
patched:
  - gateway 1.6.2
published: '2026-01-12'
updated: '2026-06-30'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-22771'
references:
  - url: >-
      https://github.com/envoyproxy/gateway/security/advisories/GHSA-xrwg-mqj6-6m22
    label: security-advisories@github.com
  - url: 'https://access.redhat.com/security/cve/CVE-2026-22771'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: 'https://bugzilla.redhat.com/show_bug.cgi?id=2428735'
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
  - url: >-
      https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-22771.json
    label: 0b0ca135-0b70-47e7-9f44-1890c2a1c46c
tags:
  - nvd
epss: 0.00631
epssPercentile: 0.48548
ingestedAt: '2026-06-30T13:26:50.441Z'
---

## Overview

Envoy Gateway is an open source project for managing Envoy Proxy as a standalone or Kubernetes-based application gateway. Prior to 1.5.7 and 1.6.2, EnvoyExtensionPolicy Lua scripts executed by Envoy proxy can be used to leak the proxy's credentials. These credentials can then be used to communicate with the control plane and gain access to all secrets that are used by Envoy proxy, e.g. TLS private keys and credentials used for downstream and upstream communication. This vulnerability is fixed in 1.5.7 and 1.6.2.

## Affected

- `gateway < 1.5.7`
- `gateway >= 1.6.0, < 1.6.2`

## Remediation

Upgrade past the affected range:

- `gateway 1.6.2`
