You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net/http: Denial of Service vulnerabilities in the HTTP/2 implementation
net/http and golang.org/x/net/http2 servers that accept direct connections from untrusted clients could be remotely made to allocate an unlimited amount of memory, until the program crashes. Servers will now close connections if the send queue accumulates too many control messages.
Description
net/http: Denial of Service vulnerabilities in the HTTP/2 implementation
net/http and golang.org/x/net/http2 servers that accept direct connections from untrusted clients could be remotely made to allocate an unlimited amount of memory, until the program crashes. Servers will now close connections if the send queue accumulates too many control messages.
Affected Modules, Packages, Versions and Symbols
Does this vulnerability already have an associated CVE ID?
Yes
CVE ID
CVE-2019-9512, CVE-2019-9514
Credit
Jonathan Looney from Netflix
CWE ID
No response
Pull Request
https://go-review.googlesource.com/c/go/+/190137
Commit
https://go.googlesource.com/go/+/145e193131eb486077b66009beb051aba07c52a5
References
Additional information
No response
The text was updated successfully, but these errors were encountered: