CVE-2019-9514: golang.org/x/net/http vulnerable to a reset flood
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.9151%
CWE
Published
5/24/2022
Updated
5/20/2024
KEV Status
No
Technology
Go
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
golang.org/x/net | go | < 0.0.0-20190813141303-74dc4d7220e7 | 0.0.0-20190813141303-74dc4d7220e7 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis is based on the provided commit and the description of the vulnerability. The functions identified are directly related to the handling of HTTP/2 connections and streams, and the patch modifies these functions to limit the number of control frames in the send queue.