CVE-2021-44716 log
Source |
|
Severity | Medium |
Remote | Yes |
Type | Denial of service |
Description | A security issue has been found in go before version 1.17.5. An attacker can cause unbounded memory growth in a Go server accepting HTTP/2 requests. |
Group | Package | Affected | Fixed | Severity | Status | Ticket |
---|---|---|---|---|---|---|
AVG-2617 | go | 2:1.17.4-1 | 2:1.17.5-1 | Medium | Fixed |
Notes |
---|
Workaround ========== The issue can be mitigated by setting the GODEBUG=http2server=0 environment variable before calling Serve, which will disable HTTP/2 unless it was manually configured through the golang.org/x/net/http2 package. |