| { |
| "schema_version": "1.3.1", |
| "id": "GO-2021-0069", |
| "modified": "0001-01-01T00:00:00Z", |
| "published": "2021-04-14T20:04:52Z", |
| "aliases": [ |
| "CVE-2020-28362" |
| ], |
| "summary": "Panic during division of very large numbers in math/big", |
| "details": "A number of math/big.Int methods can panic when provided large inputs due to a flawed division method.", |
| "affected": [ |
| { |
| "package": { |
| "name": "stdlib", |
| "ecosystem": "Go" |
| }, |
| "ranges": [ |
| { |
| "type": "SEMVER", |
| "events": [ |
| { |
| "introduced": "1.14.0-0" |
| }, |
| { |
| "fixed": "1.14.12" |
| }, |
| { |
| "introduced": "1.15.0-0" |
| }, |
| { |
| "fixed": "1.15.5" |
| } |
| ] |
| } |
| ], |
| "ecosystem_specific": { |
| "imports": [ |
| { |
| "path": "math/big", |
| "symbols": [ |
| "nat.divRecursiveStep" |
| ] |
| } |
| ] |
| } |
| } |
| ], |
| "references": [ |
| { |
| "type": "FIX", |
| "url": "https://go.dev/cl/269657" |
| }, |
| { |
| "type": "FIX", |
| "url": "https://go.googlesource.com/go/+/1e1fa5903b760c6714ba17e50bf850b01f49135c" |
| }, |
| { |
| "type": "REPORT", |
| "url": "https://go.dev/issue/42552" |
| }, |
| { |
| "type": "WEB", |
| "url": "https://groups.google.com/g/golang-announce/c/NpBGTTmKzpM/m/fLguyiM2CAAJ" |
| } |
| ], |
| "database_specific": { |
| "url": "https://pkg.go.dev/vuln/GO-2021-0069" |
| } |
| } |