Improper resource allocation In golang-1.15
Description
Data race and crash in net/http HTTP servers where the Handler concurrently reads the request body and writes a response can encounter a data race and crash. The httputil.ReverseProxy Handler is affected.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | 1.15~rc1-1 | ||
go | 1.13.13 | ||
rpm rhel7 | - | - | |
rpm rhel8 | 0:1.13.15-1.module+el8.2.0+7662+fa98b974 |
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2. 3. 4.