GO-2021-0235

See a problem?
Source
https://pkg.go.dev/vuln/GO-2021-0235
Import Source
https://vuln.go.dev/ID/GO-2021-0235.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2021-0235
Aliases
Published
2022-02-17T17:34:14Z
Modified
2024-05-20T16:03:47Z
Summary
Incorrect operations on the P-224 curve in crypto/elliptic
Details

The P224() Curve implementation can in rare circumstances generate incorrect outputs, including returning invalid points from ScalarMult.

References
Credits
    • The elliptic-curve-differential-fuzzer project running on OSS-Fuzz
    • Philippe Antoine (Catena cyber)

Affected packages

Go / stdlib

Package

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.14.14
Introduced
1.15.0-0
Fixed
1.15.7

Ecosystem specific

{
    "imports": [
        {
            "path": "crypto/elliptic",
            "symbols": [
                "p224Contract"
            ]
        }
    ]
}