GO-2023-2003

Source
https://pkg.go.dev/vuln/GO-2023-2003
Import Source
https://vuln.go.dev/ID/GO-2023-2003.json
JSON Data
https://api.test.osv.dev/v1/vulns/GO-2023-2003
Aliases
Published
2023-08-10T22:06:06Z
Modified
2024-05-20T16:03:47Z
Summary
Group signature validation bypass in github.com/supranational/blst
Details

When complemented with a check for infinity, blst skips performing a signature group-check. Formally speaking, infinity is the identity element of the elliptic curve group and as such it is a member of the group, so the group-check should be performed. The fix performs the check even in the presence of infinity.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2023-2003"
}
References
Credits
    • Yunjong Jeong (@blukat29)

Affected packages

Go / github.com/supranational/blst

Package

Name
github.com/supranational/blst
View open source insights on deps.dev
Purl
pkg:golang/github.com/supranational/blst

Affected ranges

Type
SEMVER
Events
Introduced
0.3.0
Fixed
0.3.11

Ecosystem specific

{
    "imports": [
        {
            "path": "github.com/supranational/blst/bindings/go"
        }
    ]
}