CVE-2024-27919

HIGH

Envoy 1.29.0-1.29.1 - Denial of Service via HTTP/2 CONTINUATION Frame Flood

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2024-27919. PoCs published by lockness-Ko.

AI-analyzed exploit summary This repository contains a functional Go-based proof-of-concept exploit for CVE-2024-27316, targeting HTTP/2 servers with a denial-of-service (DoS) attack via crafted headers and continuous frame flooding. The exploit leverages HPACK header compression to generate large headers and floods the target with CONTINUATION frames.

Description

Envoy is a cloud-native, open-source edge and service proxy. In versions 1.29.0 and 1.29.1, theEnvoy HTTP/2 protocol stack is vulnerable to the flood of CONTINUATION frames. Envoy's HTTP/2 codec does not reset a request when header map limits have been exceeded. This allows an attacker to send an sequence of CONTINUATION frames without the END_HEADERS bit set causing unlimited memory consumption. This can lead to denial of service through memory exhaustion. Users should upgrade to versions 1.29.2 to mitigate the effects of the CONTINUATION flood. Note that this vulnerability is a regression in Envoy version 1.29.0 and 1.29.1 only. As a workaround, downgrade to version 1.28.1 or earlier or disable HTTP/2 protocol for downstream connections.

Exploits (1)

github WORKING POC 15 stars
by lockness-Ko · gopoc
https://github.com/lockness-Ko/CVE-2024-27316

This repository contains a functional Go-based proof-of-concept exploit for CVE-2024-27316, targeting HTTP/2 servers with a denial-of-service (DoS) attack via crafted headers and continuous frame flooding. The exploit leverages HPACK header compression to generate large headers and floods the target with CONTINUATION frames.

Classification
Working Poc 95%
Attack Type
Dos
Complexity
Moderate
Reliability
Reliable
Target: HTTP/2 servers (unencrypted or TLS)
No auth needed
Prerequisites: Network access to the target HTTP/2 server · Unencrypted HTTP/2 or TLS-enabled endpoint
devstral-2 · analyzed Feb 19, 2026 Full analysis →

Scores

CVSS v3 7.5
EPSS 0.8675
EPSS Percentile 99.7%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact partial

Details

CWE
CWE-390
Status published
Products (2)
envoyproxy/envoy 1.29.0
envoyproxy/envoy 1.29.1
Published Apr 04, 2024
Tracked Since Feb 18, 2026