GO-2021-0235

Source
https://pkg.go.dev/vuln/GO-2021-0235
Import Source
https://vuln.go.dev/ID/GO-2021-0235.json
Aliases
Published
2022-02-17T17:34:14Z
Modified
2023-12-06T01:01:11.140633Z
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

Affected packages

Go / stdlib

Package

Name
stdlib

Affected ranges

Type
SEMVER
Events
Introduced
0The exact introduced commit is unknown
Fixed
1.14.14
Introduced
1.15.0-0
Fixed
1.15.7

Ecosystem specific

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