CVE-2026-47774
EUVD-2026-3776517.06.2026, 18:18
Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.35.11, 1.36.7, 1.37.3, and 1.38.1, a vulnerability in Envoy's HTTP/2 downstream request processing allows an unauthenticated remote client to trigger excessive memory consumption, potentially resulting in OOM termination of the Envoy process and denial of service. The issue arises from the combination of two behaviors. First, cookie header bytes are not fully accounted for during request header size validation in Envoy. Second, HPACK header block limits in oghttp2/quiche are enforced on encoded bytes without a corresponding limit on total decoded header size. Together, these behaviors allow a malicious client to cause large decoded header allocations while bypassing the intended request header size protections. Versions 1.35.11, 1.36.7, 1.37.3, and 1.38.1 contain a fix. No complete workaround is known short of applying a fix. Possible temporary mitigations include disabling downstream HTTP/2 where operationally feasible; enforcing stricter request header and cookie limits before traffic reaches Envoy; and monitoring Envoy memory usage for abnormal growth under HTTP/2 traffic.
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| envoyproxy | envoy | 𝑥 < 1.35.11 |
| envoyproxy | envoy | 1.36.0 ≤ 𝑥 < 1.36.7 |
| envoyproxy | envoy | 1.37.0 ≤ 𝑥 < 1.37.3 |
| envoyproxy | envoy | 1.38.0 |
| redhat | openshift_service_mesh | 2.6 ≤ 𝑥 < 2.6.17 |
| redhat | openshift_service_mesh | 3.0 ≤ 𝑥 < 3.0.12 |
| redhat | openshift_service_mesh | 3.1 ≤ 𝑥 < 3.1.9 |
| redhat | openshift_service_mesh | 3.2 ≤ 𝑥 < 3.2.6 |
| redhat | openshift_service_mesh | 3.3 ≤ 𝑥 < 3.3.4 |
𝑥
= Vulnerable software versions
Early Detection
Affected products identified ahead of NVD analysis through intelligence sources.
| Vendor | Product | Version | Source |
|---|---|---|---|
| Red Hat | Red Hat OpenShift Service Mesh 2.6 | 1781604724 ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat OpenShift Service Mesh 3.0 | 1781069908 ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat OpenShift Service Mesh 3.1 | 1781070158 ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat OpenShift Service Mesh 3.2 | 1781070967 ≤ 𝑥 < * | ADP |
| Red Hat | Red Hat OpenShift Service Mesh 3.3 | 1781094520 ≤ 𝑥 < * | ADP |
Common Weakness Enumeration
- CWE-405 - Asymmetric Resource Consumption (Amplification)Software that does not appropriately monitor or control resource consumption can lead to adverse system performance.
- CWE-409 - Improper Handling of Highly Compressed Data (Data Amplification)The software does not handle or incorrectly handles a compressed input with a very high compression ratio that produces a large output.
References