Skip to main content

Envoy Proxy CVE-2026-47692

| EUVDEUVD-2026-39827 MEDIUM
Improper Handling of Length Parameter Inconsistency (CWE-130)
2026-06-26 GitHub_M
4.3
CVSS 3.1 · NVD
Share

Severity by source

Vendor (GitHub_M) PRIMARY
MEDIUM
qualitative
NVD
4.3 MEDIUM
AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
vuln.today AI
4.8 MEDIUM

Adjacent vector and PR:H reflect operator-level config access required; S:C captures smuggled-byte impact on upstream services outside Envoy's trust boundary.

3.1 AV:A/AC:L/PR:H/UI:N/S:C/C:N/I:L/A:L
4.0 AV:A/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:L/SC:N/SI:L/SA:L
SUSE
MEDIUM
qualitative
Red Hat
4.8 MEDIUM
qualitative

Primary rating from Vendor (GitHub_M).

CVSS VectorNVD

Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

3
CVSS changed
Jun 27, 2026 - 20:22 NVD
4.8 (MEDIUM) 4.3 (MEDIUM)
Patch available
Jun 26, 2026 - 19:02 EUVD
Analysis Generated
Jun 26, 2026 - 18:37 vuln.today

DescriptionNVD

Envoy is an open source edge and service proxy designed for cloud-native applications. From 1.34.0 until 1.35.13, 1.36.9, 1.37.5, and 1.38.3, PROXY Protocol v2 header generator emits TLVs beyond the maximum length of 65535 bytes, causing a mismatch between bytes written and the length field in the header. This can result in smuggled bytes on the upstream request. This vulnerability is fixed in 1.35.13, 1.36.9, 1.37.5, and 1.38.3.

AnalysisAI

PROXY Protocol v2 TLV overflow in Envoy Proxy versions 1.34.0 through the pre-fix series allows an operator-level attacker on an adjacent network to smuggle extraneous bytes into upstream requests. Envoy's header generator writes TLV content exceeding the protocol-mandated 65535-byte maximum without adjusting the length field, creating a header where declared length and actual byte count diverge - a textbook CWE-130 length-parameter inconsistency. No public exploit code has been identified and this vulnerability does not appear in the CISA KEV catalog; risk is constrained by the high-privilege and adjacent-network prerequisites reflected in the CVSS 4.8 medium score.

Technical ContextAI

PROXY Protocol v2 is a binary wire protocol used by load balancers and proxies (including Envoy) to forward client connection metadata to upstream services using Type-Length-Value (TLV) extensions. The TLV aggregate is bounded by a 16-bit length field capped at 65535 bytes. CWE-130 (Improper Handling of Length Parameter Inconsistency) describes exactly this class of defect: the implementation writes more bytes than the length field declares, so downstream parsers reading exactly 'length' bytes leave undeclared trailing bytes in the stream, which then merge into the next protocol unit as smuggled data. The affected CPE is cpe:2.3:a:envoyproxy:envoy covering the 1.34.0 release line up to the patched versions. Envoy is the data-plane proxy underpinning Istio and many AWS/GCP managed service meshes, so the TLV generator is exercised whenever PROXY Protocol v2 upstream header injection is configured.

RemediationAI

Upgrade Envoy to one of the patched releases: 1.35.13, 1.36.9, 1.37.5, or 1.38.3 as appropriate for the deployed branch. These versions are confirmed fixed per the vendor security advisory at https://github.com/envoyproxy/envoy/security/advisories/GHSA-wh36-hm39-mm3r. For environments unable to upgrade immediately, a targeted workaround is to disable or remove PROXY Protocol v2 upstream header injection from the Envoy cluster configuration (set 'use_proxy_proto: false' or omit the PROXY Protocol transport socket from upstream cluster definitions); this eliminates the vulnerable code path entirely but removes PROXY Protocol client-IP forwarding to upstream services, which may break source-IP-dependent features. Restricting Envoy configuration-plane access to a minimal set of trusted operators reduces the exploitable surface given the PR:H requirement.

More in Envoy

View all
CVE-2023-44487 HIGH POC
7.5 Oct 10

Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour

CVE-2023-27488 CRITICAL POC
9.8 Apr 04

Envoy is an open source edge and service proxy designed for cloud-native applications. Rated critical severity (CVSS 9.8

CVE-2019-18802 CRITICAL POC
9.8 Dec 13

An issue was discovered in Envoy 1.12.0. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable,

CVE-2019-18801 CRITICAL POC
9.8 Dec 13

An issue was discovered in Envoy 1.12.0. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable,

CVE-2023-27493 CRITICAL POC
9.1 Apr 04

Envoy is an open source edge and service proxy designed for cloud-native applications. Rated critical severity (CVSS 9.1

CVE-2023-27491 CRITICAL POC
9.1 Apr 04

Envoy is an open source edge and service proxy designed for cloud-native applications. Rated critical severity (CVSS 9.1

CVE-2023-27487 CRITICAL POC
9.1 Apr 04

Envoy is an open source edge and service proxy designed for cloud-native applications. Rated critical severity (CVSS 9.1

CVE-2020-25017 HIGH POC
8.3 Oct 01

Envoy through 1.15.0 only considers the first value when multiple header values are present for some HTTP headers. Rated

CVE-2019-9900 HIGH POC
8.3 Apr 25

When parsing HTTP/1.x header values, Envoy 1.9.0 and before does not reject embedded zero characters (NUL, ASCII 0x0). R

CVE-2026-26308 HIGH POC
7.5 Mar 10

Envoy's RBAC filter improperly concatenates duplicate HTTP headers into comma-separated strings instead of validating ea

CVE-2024-53270 HIGH POC
7.5 Dec 18

Envoy is a cloud-native high-performance edge/middle/service proxy. Rated high severity (CVSS 7.5), this vulnerability i

CVE-2024-53269 HIGH POC
7.5 Dec 18

Envoy is a cloud-native high-performance edge/middle/service proxy. Rated high severity (CVSS 7.5), this vulnerability i

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
openSUSE Tumbleweed Fixed

Share

CVE-2026-47692 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy