← Vulnerability feed

Vulnerability record · CVE-2024-27316 · published 4 April 2024

CVE-2024-27316: Apache HTTP Server HTTP/2 header flood causes memory exhaustion

Apache · Http Server

Apache HTTP Server buffers incoming HTTP/2 headers that exceed the configured limit in nghttp2 so it can return an HTTP 413 response. If the client keeps sending headers instead of stopping, that buffer grows without bound and exhausts server memory. The flaw is an unbounded allocation in a network-facing component, so it matters for availability of any exposed HTTP/2 endpoint.

7.5 CVSS 3.1 High EPSS 91% · top 0.2% CWE-770 · Allocation without limits
7.5CVSS 3.1 base score
91%EPSS exploitation probability, 30 days
NoNot in CISA KEV
3Affected product versions listed by NVD
15References
17 Jun 2026Last modified by NVD

Description

HTTP/2 incoming headers exceeding the limit are temporarily buffered in nghttp2 in order to generate an informative HTTP 413 response. If a client does not stop sending headers, this leads to memory exhaustion.

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 18 September 2026. Confidence: medium.

high priorityNetwork-reachable unauthenticated memory exhaustion with a 7.5 CVSS score and very high EPSS, though no KEV listing or confirmed in-the-wild exploitation is recorded.

What it is

Apache HTTP Server buffers incoming HTTP/2 headers that exceed the configured limit in nghttp2 so it can return an HTTP 413 response. If the client keeps sending headers instead of stopping, that buffer grows without bound and exhausts server memory. The flaw is an unbounded allocation in a network-facing component, so it matters for availability of any exposed HTTP/2 endpoint.

Impact

An unauthenticated remote attacker can drive memory consumption until the server becomes unresponsive or crashes, denying service to legitimate users. There is no data confidentiality or integrity impact; the effect is availability loss.

Attack surface

Reachable over the network via HTTP/2 requests to the affected server; the CVSS vector shows no privileges and no user interaction required. Any client able to open an HTTP/2 connection and keep sending headers can trigger it.

Exploitation

Not listed in CISA KEV and no ransomware association is recorded, but EPSS is very high (0.913 probability, 99.8th percentile), indicating strong predicted exploitation activity. Reference tags are product advisories and mailing lists, with no public exploit tag in the record.

What to do

  • Apply the vendor HTTP/2 fix from the Apache HTTP Server security page and upgrade to a patched release.
  • Update downstream packages (Fedora, Debian LTS, NetApp ONTAP, Apple) per their advisories.
  • If patching is delayed, disable HTTP/2 or restrict it to trusted clients.
  • Cap concurrent HTTP/2 connections and header volume at the reverse proxy or load balancer.
  • Monitor server memory and restart or shed load before exhaustion during suspected floods.

Detection

  • Alert on sustained growth in Apache worker memory correlated with HTTP/2 traffic.
  • Look for clients sending unusually large or repeated header blocks, especially after a 413 response.
  • Track spikes in HTTP/2 connections or 413 responses per source IP.
  • Watch for OOM-killer events or process restarts on HTTP/2 front ends.

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

Affected products

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

References

Track CVE-2024-27316 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.

10.0CVE-2021-44228Apache Log4j2 JNDI lookup remote code executionApache Log4j2 versions 2.0-beta9 through 2.15.0 (excluding 2.12.2, 2.12.3, and 2.3.1) do not protect against attacker-controlled LDAP and other JNDI …KEVEPSS 100%analysed9.8CVE-2024-4577PHP-CGI on Windows argument injection leads to remote code executionPHP-CGI on Windows can misinterpret characters in the command line passed to Win32 API functions when certain code pages are configured, due to Windo…KEVEPSS 100%analysed9.8CVE-2021-44026Roundcube Webmail SQL injection via search parametersRoundcube Webmail before 1.3.17 and 1.4.x before 1.4.12 is prone to SQL injection through the search or search_params input. The flaw is remotely rea…KEVEPSS 70%analysed9.8CVE-2021-42013Apache HTTP Server path traversal and RCE via incomplete fixThe fix for CVE-2021-41773 in Apache HTTP Server 2.4.50 was insufficient, leaving a path traversal flaw that lets attackers map URLs to files outside…KEVEPSS 100%analysed9.8CVE-2021-41773Apache HTTP Server 2.4.49 path traversal and RCEA path normalization flaw introduced in Apache HTTP Server 2.4.49 lets attackers map URLs to files outside directories configured by Alias-like direc…KEVEPSS 100%analysed9.8CVE-2021-1870Apple WebKit logic flaw allows remote code executionA logic issue in Apple's WebKit was addressed with improved restrictions, affecting macOS Big Sur, Catalina, Mojave, iOS and iPadOS, plus WebKitGTK a…KEVEPSS 7.7%analysed9.8CVE-2021-1871Apple WebKit logic flaw allows remote code executionA logic issue in Apple's WebKit was addressed with improved restrictions. It affects macOS Big Sur, Catalina, Mojave, iOS and iPadOS, and a remote at…KEVEPSS 7.0%analysed9.8CVE-2020-16846SaltStack Salt API shell injection via crafted web requestsSaltStack Salt through 3002 is vulnerable to OS command injection when the SSH client is enabled and crafted web requests are sent to the Salt API. T…KEVEPSS 100%analysed

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