CVE-2019-9512
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedSome HTTP/2 implementations are vulnerable to ping floods, potentially leading to a denial of service. The attacker sends continual pings to an HTTP/2 peer, causing the peer to build an internal queue of responses. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceHTTP/2 implementations are vulnerable to ping floods where attackers send continual PING frames faster than the server can process them. The peer builds an internal queue of responses that, depending on queue efficiency, consumes excess CPU, memory, or both, leading to denial of service.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 6.0.0, <= 6.2.3>= 7.0.0, <= 7.1.6>= 8.0.0, <= 8.0.3= 10.0>= 8.0.0, <= 8.8.1>= 8.9.0, < 8.16.1>= 10.0.0, <= 10.12.0>= 10.13.0, < 10.16.3>= 12.0.0, < 12.8.1>= 1.0.0, <= 1.4.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed Apache Traffic Server versionRun 'traffic_server -v' or check package manager (dpkg -l | grep traffic-server, rpm -q traffic-server)Affected if Version is >= 6.0.0 and <= 6.2.3, OR >= 7.0.0 and <= 7.1.6, OR >= 8.0.0 and <= 8.0.3
-
Verify Apache Traffic Server HTTP/2 enablementCheck configuration file (records.config) for 'proxy.config.http2.enabled' setting or inspect active configuration via traffic_ctl config get proxy.config.http2.enabledAffected if HTTP/2 is enabled (value is 1 or true) on an affected version
-
Identify installed Node.js versionRun 'node --version' to get the major.minor.patch versionAffected if Version falls within 8.0.0-8.8.1, 8.9.0-8.16.0, 10.0.0-10.12.0, 10.13.0-10.16.2, or 12.0.0-12.8.0
-
Verify Node.js HTTP/2 usageInspect application code for http2 module usage (const http2 = require('http2') or import http2 from 'http2'), or check if the Node.js process handles HTTP/2 connectionsAffected if Application uses the http2 module or serves HTTP/2 traffic on an affected Node.js version
-
Identify installed SwiftNIO versionCheck Package.swift dependencies or run 'swift package show-dependencies' for swift-nio, or check installed NIO version via package managerAffected if SwiftNIO version is >= 1.0.0 and <= 1.4.0
-
Verify SwiftNIO HTTP/2 enablementInspect application code for HTTP2StreamChannel or NIOHTTP2Handler usage in the server bootstrap configurationAffected if HTTP/2 handler is configured in the channel pipeline on an affected SwiftNIO version
You are affected if you run any of the listed product versions AND have HTTP/2 enabled or actively handle HTTP/2 connections.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor data8.16.110.16.312.8.1
Implement rate limiting on incoming PING frames at the application or network level, and configure queue depth limits and timeouts to bound resource consumption per HTTP/2 connection.
- Consultation3.0 h
- Implementation6.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2019-9512 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sources- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- lists.opensuse.org
- seclists.org
- www.openwall.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- access.redhat.com
- github.com
- kb.cert.org
- kc.mcafee.com
- lists.debian.org
- seclists.org
- seclists.org
- seclists.org
- seclists.org
- security.netapp.com
- security.netapp.com
- security.netapp.com
- support.f5.com
- usn.ubuntu.com
- www.debian.org
- www.debian.org
- www.debian.org
- www.synology.com
- lists.apache.org
- lists.apache.org
- lists.apache.org
- lists.fedoraproject.org
- lists.fedoraproject.org
- lists.fedoraproject.org
- lists.fedoraproject.org
- support.f5.com
- nvd.nist.gov
Practitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2019-9512 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data