← Vulnerability feed

Vulnerability record · CVE-2019-15226 · published 9 October 2019

CVE-2019-15226: Envoy header parsing CPU exhaustion denial of service

Envoyproxy · Envoy

Envoy verifies total request header size by iterating over existing headers on each incoming header, giving O(n^2) performance for HTTP/1.x in versions 1.10.0 through 1.11.1 and for HTTP/2 in all versions. A remote attacker can send a request with many thousands of small headers that stays under the maximum header size limit, consuming CPU and causing denial of service. The flaw matters because it lets unauthenticated traffic degrade or stall a core proxy component with a single crafted request.

7.5 CVSS 3.1 High EPSS 65% · top 0.8% CWE-400 · Uncontrolled resource consumption
7.5CVSS 3.1 base score, v2 7.8
65%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
6References
17 Jun 2026Last modified by NVD

Description

Upon receiving each incoming request header data, Envoy will iterate over existing request headers to verify that the total size of the headers stays below a maximum limit. The implementation in versions 1.10.0 through 1.11.1 for HTTP/1.x traffic and all versions of Envoy for HTTP/2 traffic had O(n^2) performance characteristics. A remote attacker may craft a request that stays below the maximum request header size but consists of many thousands of small headers to consume CPU and result in a denial-of-service attack.

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 19 September 2026. Confidence: high.

high priorityUnauthenticated remote denial of service with a CVSS of 7.5 and very high EPSS, though no KEV listing or confirmed in-the-wild exploitation is recorded.

What it is

Envoy verifies total request header size by iterating over existing headers on each incoming header, giving O(n^2) performance for HTTP/1.x in versions 1.10.0 through 1.11.1 and for HTTP/2 in all versions. A remote attacker can send a request with many thousands of small headers that stays under the maximum header size limit, consuming CPU and causing denial of service. The flaw matters because it lets unauthenticated traffic degrade or stall a core proxy component with a single crafted request.

Impact

An attacker can drive excessive CPU consumption on the Envoy proxy, degrading or denying service to legitimate traffic. No data confidentiality or integrity loss is described; the effect is availability only.

Attack surface

Reachable over the network by sending HTTP/1.x or HTTP/2 requests to Envoy; the CVSS vector shows no privileges and no user interaction required. Any client able to reach the listener can attempt it.

Exploitation

Not listed in CISA KEV and no public exploit references are tagged in the record, but EPSS is high at 0.65393 (99.2nd percentile), indicating elevated predicted exploitation activity. The patch commit is public, which aids reverse engineering.

What to do

  • Upgrade Envoy to a release containing the fix commit afc39bea36fd436e54262f150c009e8d72db5014; versions 1.10.0 through 1.11.1 are explicitly affected for HTTP/1.x and all versions for HTTP/2.
  • If immediate upgrade is not possible, lower the maximum request header size limit and cap the number of headers accepted to reduce the O(n^2) work per request.
  • Rate-limit or throttle requests per client at the edge to blunt high-volume header floods.
  • Monitor Envoy CPU and request latency for anomalies and shed load when thresholds are exceeded.

Detection

  • Alert on requests with unusually high header counts or header counts near the configured maximum.
  • Baseline and monitor Envoy CPU usage and request processing latency for sustained spikes without matching traffic growth.
  • Log and review clients that repeatedly send large numbers of small headers, especially from single sources.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2019-15226 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

7.5CVE-2023-44487HTTP/2 Rapid Reset stream cancellation denial of serviceThe HTTP/2 protocol permits a client to cancel many streams quickly, and the server's handling of those resets consumes disproportionate resources. T…KEVEPSS 100%analysed10.0CVE-2019-9901Envoyproxy envoy vulnerabilityEnvoy 1.9.0 and before does not normalize HTTP URL paths. A remote attacker may craft a relative path, e.g., something/../admin, to bypass access con…EPSS 5.0%9.8CVE-2023-35941Envoyproxy envoy vulnerabilityEnvoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.27.0, 1.26.4, 1.25.9, 1.24.10, and 1.23.12…EPSS 0.81%9.8CVE-2023-27488Envoyproxy envoy improper input validation vulnerabilityEnvoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.26.0, 1.25.3, 1.24.4, 1.23.6, and 1.22.9, …EPSS 0.73%9.8CVE-2022-21654Envoyproxy envoy improper certificate validation vulnerabilityEnvoy is an open source edge and service proxy, designed for cloud-native applications. Envoy's tls allows re-use when some cert validation settings …EPSS 1.1%9.8CVE-2019-18801Envoyproxy envoy out-of-bounds write vulnerabilityAn issue was discovered in Envoy 1.12.0. An untrusted remote client may send HTTP/2 requests that write to the heap outside of the request buffers wh…EPSS 2.5%9.8CVE-2019-18802Envoyproxy envoy vulnerabilityAn issue was discovered in Envoy 1.12.0. An untrusted remote client may send an HTTP header (such as Host) with whitespace after the header content. …EPSS 2.5%9.1CVE-2024-39305Envoyproxy envoy use after free vulnerabilityEnvoy is a cloud-native, open source edge and service proxy. Prior to versions 1.30.4, 1.29.7, 1.28.5, and 1.27.7. Envoy references already freed mem…EPSS 0.65%

Source: NIST National Vulnerability Database (record CVE-2019-15226), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.