GO-2021-0069

See a problem?
Source
https://pkg.go.dev/vuln/GO-2021-0069
Import Source
https://vuln.go.dev/ID/GO-2021-0069.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2021-0069
Aliases
Published
2021-04-14T20:04:52Z
Modified
2024-05-20T16:03:47Z
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.

References

Affected packages

Go / stdlib

Package

Affected 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"
            ]
        }
    ]
}