← Vulnerability feed

Vulnerability record · CVE-2019-9516 · published 13 August 2019

CVE-2019-9516: HTTP/2 header leak causes memory exhaustion denial of service

Apple · Swiftnio

Multiple HTTP/2 implementations mishandle streams of headers with zero-length names and values, allocating memory that stays alive until the session ends. An attacker can repeatedly send such headers to exhaust server memory and cause a denial of service. The flaw affects a broad set of HTTP/2 servers and libraries across many vendors.

6.5 CVSS 3.1 Medium EPSS 56% · top 1.0% CWE-400 · Uncontrolled resource consumptionCWE-770 · Allocation without limits
6.5CVSS 3.1 base score, v2 6.8
56%EPSS exploitation probability, 30 days
NoNot in CISA KEV
19Affected product versions listed by NVD
74References
17 Jun 2026Last modified by NVD

Description

Some HTTP/2 implementations are vulnerable to a header leak, potentially leading to a denial of service. The attacker sends a stream of headers with a 0-length header name and 0-length header value, optionally Huffman encoded into 1-byte or greater headers. Some implementations allocate memory for these headers and keep the allocation alive until the session dies. This can consume excess memory.

CVSS:3.1/AV:N/AC:L/PR:L/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: medium.

high priorityNetwork-reachable, low-privilege denial of service with a very high EPSS score and wide product exposure, though no KEV listing or known ransomware use.

What it is

Multiple HTTP/2 implementations mishandle streams of headers with zero-length names and values, allocating memory that stays alive until the session ends. An attacker can repeatedly send such headers to exhaust server memory and cause a denial of service. The flaw affects a broad set of HTTP/2 servers and libraries across many vendors.

Impact

An attacker can drive uncontrolled memory consumption on the target HTTP/2 endpoint, degrading or halting service for legitimate users. No data confidentiality or integrity impact is described; the effect is availability loss.

Attack surface

Reachable over the network via HTTP/2 (CVSS AV:N) with low privileges required (PR:L) and no user interaction (UI:N). Any client able to open an HTTP/2 session and send headers can attempt it.

Exploitation

Not listed in CISA KEV and no ransomware usage documented, but EPSS is high (0.56262, 99th percentile), indicating elevated likelihood of exploitation activity. References are vendor advisories and third-party bulletins rather than public exploit code.

What to do

  • Apply vendor patches for affected HTTP/2 implementations (Red Hat, Fedora, openSUSE, Debian, Ubuntu, Apache, nginx, Node.js, F5, McAfee, Synology and others) as listed in the referenced advisories.
  • Upgrade or replace HTTP/2 stacks that cannot be patched, or disable HTTP/2 where it is not required.
  • Enforce header size and count limits at the HTTP/2 layer and reject zero-length header names or values.
  • Cap per-connection and per-session memory usage and set connection timeouts to bound resource retention.
  • Monitor memory growth per HTTP/2 connection and rate-limit or drop abusive clients.

Detection

  • Alert on sustained memory growth correlated with a single HTTP/2 connection or client.
  • Inspect HTTP/2 traffic for streams containing zero-length header names or values.
  • Track connection counts and header rates per source IP for anomalies.
  • Review HTTP/2 server logs for session resets or errors tied to header processing.

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

Affected products

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

References

LinkTags
http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00031.html Mailing ListThird Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00032.html Mailing ListThird Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00035.html Mailing ListThird Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2019-10/msg00014.html Mailing ListThird Party Advisory
http://seclists.org/fulldisclosure/2019/Aug/16 Mailing ListThird Party Advisory
https://access.redhat.com/errata/RHSA-2019:2745 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2746 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2775 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2799 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2925 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2939 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2946 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2950 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2955 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:2966 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:3932 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:3933 Third Party Advisory
https://access.redhat.com/errata/RHSA-2019:3935 Third Party Advisory
https://github.com/Netflix/security-bulletins/blob/master/advisories/third-party/2019-002.md Third Party Advisory
https://kb.cert.org/vuls/id/605641/ Third Party AdvisoryUS Government Resource
https://kc.mcafee.com/corporate/index?page=content&id=SB10296 Third Party Advisory
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/4ZQGHE3WTYLYAYJEIDJVF2F
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BP556LEG3WENHZI5TAQ6ZEB
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/CMNFX5MNYRWWIMO4BTKYQCG
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/H472D5HPXN6RRXCNFML3BK5
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/POPAEC4FWL4UU4LDEGPY5NP
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TAZZEVTCN2B4WT6AIBJ7XGY
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/XHTKU7YQ5EEP2XNSAV4M4VJ
https://seclists.org/bugtraq/2019/Aug/24 Mailing ListThird Party Advisory
https://seclists.org/bugtraq/2019/Aug/40 Mailing ListThird Party Advisory
https://security.netapp.com/advisory/ntap-20190823-0002/ Third Party Advisory
https://security.netapp.com/advisory/ntap-20190823-0005/ Third Party Advisory
https://support.f5.com/csp/article/K02591030 Third Party Advisory
https://support.f5.com/csp/article/K02591030?utm_source=f5support&amp%3Butm_medium=RSS
https://usn.ubuntu.com/4099-1/ Third Party Advisory
https://www.debian.org/security/2019/dsa-4505 Third Party Advisory
https://www.synology.com/security/advisory/Synology_SA_19_33 Third Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00031.html Mailing ListThird Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00032.html Mailing ListThird Party Advisory
http://lists.opensuse.org/opensuse-security-announce/2019-09/msg00035.html Mailing ListThird Party Advisory

Track CVE-2019-9516 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-2025-32433Erlang/OTP SSH server missing authentication allows remote code executionErlang/OTP SSH servers before OTP-27.3.3, OTP-26.2.5.11 and OTP-25.3.2.20 mishandle SSH protocol messages, letting an unauthenticated attacker execut…KEVEPSS 99%analysed10.0CVE-2025-24201Apple WebKit out-of-bounds write allows sandbox escapeCVE-2025-24201 is an out-of-bounds write in Apple's WebKit that was addressed with improved checks. Maliciously crafted web content may break out of …KEVEPSS 3.8%analysed10.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-2026-24061GNU Inetutils telnetd argument injection allows remote auth bypasstelnetd in GNU Inetutils through 2.7 fails to sanitize the USER environment variable, so a value such as "-f root" is passed as an argument to login …KEVEPSS 99%analysed9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed9.8CVE-2025-24813Apache Tomcat Default Servlet path equivalence enables RCE and file disclosureApache Tomcat mishandles path equivalence for names containing an internal dot, letting a remote unauthenticated attacker write files through the Def…KEVEPSS 100%analysed9.8CVE-2024-9680Mozilla Firefox and Thunderbird use-after-free in Animation timelinesA use-after-free flaw in Animation timelines allows an attacker to execute code in the content process of Firefox and Thunderbird. Mozilla reports ex…KEVEPSS 23%analysed9.8CVE-2023-46604Apache ActiveMQ OpenWire deserialization remote code executionThe Java OpenWire protocol marshaller in Apache ActiveMQ deserializes untrusted data, letting an attacker manipulate serialized class types so the br…KEVEPSS 100%analysed

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