| { |
| "schema_version": "1.3.1", |
| "id": "GO-2021-0224", |
| "modified": "0001-01-01T00:00:00Z", |
| "published": "2022-02-17T17:36:04Z", |
| "aliases": [ |
| "CVE-2020-15586" |
| ], |
| "summary": "Data race and crash in net/http", |
| "details": "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.", |
| "affected": [ |
| { |
| "package": { |
| "name": "stdlib", |
| "ecosystem": "Go" |
| }, |
| "ranges": [ |
| { |
| "type": "SEMVER", |
| "events": [ |
| { |
| "introduced": "0" |
| }, |
| { |
| "fixed": "1.13.13" |
| }, |
| { |
| "introduced": "1.14.0-0" |
| }, |
| { |
| "fixed": "1.14.5" |
| } |
| ] |
| } |
| ], |
| "ecosystem_specific": { |
| "imports": [ |
| { |
| "path": "net/http", |
| "symbols": [ |
| "expectContinueReader.Read" |
| ] |
| } |
| ] |
| } |
| } |
| ], |
| "references": [ |
| { |
| "type": "FIX", |
| "url": "https://go.dev/cl/242598" |
| }, |
| { |
| "type": "FIX", |
| "url": "https://go.googlesource.com/go/+/fa98f46741f818913a8c11b877520a548715131f" |
| }, |
| { |
| "type": "REPORT", |
| "url": "https://go.dev/issue/34902" |
| }, |
| { |
| "type": "WEB", |
| "url": "https://groups.google.com/g/golang-announce/c/XZNfaiwgt2w" |
| } |
| ], |
| "credits": [ |
| { |
| "name": "Mikael Manukyan" |
| }, |
| { |
| "name": "Andrew Kutz" |
| }, |
| { |
| "name": "Dave McClure" |
| }, |
| { |
| "name": "Tim Downey" |
| }, |
| { |
| "name": "Clay Kauzlaric" |
| }, |
| { |
| "name": "Gabe Rosenhouse" |
| } |
| ], |
| "database_specific": { |
| "url": "https://pkg.go.dev/vuln/GO-2021-0224" |
| } |
| } |