CVE-2026-48706
Last modified
CVE-2026-48706 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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, a vulnerability exists in Envoy's TCP StatsD sink (TcpStatsdSink), where the thread-local flusher buffer can be overflowed by exceptionally long statistic names (e.g., >16KiB). EPSS estimates a 0.56% chance of exploitation in the next 30 days.
Description
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, a vulnerability exists in Envoy's TCP StatsD sink (TcpStatsdSink), where the thread-local flusher buffer can be overflowed by exceptionally long statistic names (e.g., >16KiB). During formatting, TcpStatsdSink reserves a single contiguous memory slice of 16KiB (FLUSH_SLICE_SIZE_BYTES). If formatting a single metric exceeds the remaining capacity, the flusher initiates a buffer rotation but incorrectly continues to allocate another fixed 16KiB slice. If an attacker can trigger a statistic name longer than 16KiB—for example, by sending an HTTP or gRPC request with an extremely long request path (:path) that is recorded by the grpc_stats filter configured with stats_for_all_methods: true—the flusher will attempt to copy the metric name using memcpy operations beyond the allocated heap buffer boundaries. This leads to a heap write overflow, which can cause immediate denial-of-service (process crash) or potential remote code execution (RCE). This vulnerability is fixed in 1.35.13, 1.36.9, 1.37.5, and 1.38.3.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Envoyproxy | Envoy | >= 1.34.0, < 1.35.13 |
| Envoyproxy | Envoy | >= 1.36.0, < 1.36.9 |
| Envoyproxy | Envoy | >= 1.37.0, < 1.37.5 |
| Envoyproxy | Envoy | >= 1.38.0, < 1.38.3 |
References
- https://github.com/envoyproxy/envoy/security/advisories/GHSA-7q3f-gwg7-j8g4Vendor Advisory, Mitigation
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-48706?
How severe is CVE-2026-48706?
How do I fix CVE-2026-48706?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48696FastNetMon Community Edition through 1.2.9 has a buffer over…6.2
- CVE-2026-48697FastNetMon Community Edition through 1.2.9 does not verify T…7.4
- CVE-2026-4870IBM Qiskit SDK 0.43.0 through 2.5.0 could allow an attacker …7.5
- CVE-2026-48700An issue was discovered in all versions of PCManFM-Qt starti…9.3
- CVE-2026-48703Warp is an agentic development environment. From 0.2025.04.0…7.8
- CVE-2026-48704Warp is an agentic development environment. From 0.2023.10.2…8.8
- CVE-2026-48708OliveTin gives access to predefined shell commands from a we…7.5
- CVE-2026-48709OliveTin gives access to predefined shell commands from a we…3.7
- CVE-2026-4871The Sports Club Management plugin for WordPress is vulnerabl…6.4
- CVE-2026-48710Starlette is a lightweight ASGI framework/toolkit. Prior to …6.5
- CVE-2026-48712protobufjs compiles protobuf definitions into JavaScript (JS…7.5
- CVE-2026-48713Versions prior to 2.6.6 are vulnerable to prototype pollutio…9.1
Are you affected by CVE-2026-48706?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
