Cyber Resilience

CVE-2026-48042

Envoyproxy Envoy 1.18.0 – 1.35.13

Public PoC
Published
26 June 2026
Modified
29 June 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0037 30th percentile
Risk Priority 58 floored blend · peak EPSS

Summary

CVE-2026-48042 is a high-severity Excessively Deep Nesting (CWE-1124) vulnerability in Envoyproxy Envoy. Its CVSS base score is 7.5 (High).

Operationally, ranked at the 30th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to 1.35.11, 1.36.7, 1.37.3, and 1.38.1, destructor of JSON Object results in stack overflow when deeply O(100K) nested objects are present. This vulnerability is fixed in…

more

1.35.11, 1.36.7, 1.37.3, and 1.38.1.

CWE(s)

Related Threats

CVEs Like This One

CVE-2026-47778Same product: Envoyproxy Envoy
CVE-2025-54588Same product: Envoyproxy Envoy
CVE-2026-48706Same product: Envoyproxy Envoy
CVE-2024-34362Same product: Envoyproxy Envoy
CVE-2026-47207Same product: Envoyproxy Envoy
CVE-2024-34363Same product: Envoyproxy Envoy
CVE-2024-23325Same product: Envoyproxy Envoy
CVE-2026-26330Same product: Envoyproxy Envoy
CVE-2025-62504Same product: Envoyproxy Envoy
CVE-2025-64527Same product: Envoyproxy Envoy

Affected Assets

envoyproxy
envoy
1.18.0 — 1.35.13 · 1.36.0 — 1.36.9 · 1.37.0 — 1.37.5

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation activities can identify overly complex code structures that exceed acceptable nesting thresholds.

Requiring documented development standards and tools can enforce explicit limits on code complexity metrics including nesting depth.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 partial match
prevents

Secure SDLC practices include static analysis and code review rules that directly limit excessive nesting depth.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

prevents

Secure development life cycle mandates code reviews and design rules that can catch or prevent excessive nesting.

degrades

Secure system architecture and engineering principles include maintainability and complexity limits that address deep nesting.

prevents

Secure coding standards explicitly forbid or limit excessive nesting to improve readability and reduce defects.

finds

Security testing can detect overly complex code but does not itself prevent the weakness.

References