GHSA-x279-68rr-jp4p

Suggest an improvement
Source
https://github.com/advisories/GHSA-x279-68rr-jp4p
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/10/GHSA-x279-68rr-jp4p/GHSA-x279-68rr-jp4p.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-x279-68rr-jp4p
Aliases
Published
2022-10-07T07:25:33Z
Modified
2024-05-20T21:32:00Z
Summary
Blst vulnerable to incorrect results for some inputs in blst_fp_eucl_inverse function
Details

Impact

Blst versions v0.3.0 to v0.3.2 can produce the incorrect outputs for some inputs to the blstfpeucl_inverse function. This could theoretically result in the creation of an invalid signature from correct inputs. However, fuzzing of higher level functions such as sign and verify were unable to produce incorrect results and there has been no reported occurrences of this issue being encountered in production use.

Description

During the course of differential fuzzing of the blst library by @guidovranken it was discovered that blst would produce the incorrect result for some input values in the inverse function. This was the result of the introduction of a new inversion formula in version v0.3.0. This source of these incorrect outputs was due to two issues:

  1. The amount of inner loop iterations was not sufficient for the algorithm to converge.
  2. It was erroneously assumed that the absolute value of the intermediate result would be capped at 767-bits. As a result, some output values were truncated by one bit or the most significant bit was misinterpreted as the sign.

Patches

This issue has been resolved in the v0.3.3 release and users are recommended to upgrade immediately.

References

The software used to uncover this issue can be found here.

Credits

A special thanks to Guido Vranken (@guidovranken) for his discovery and disclosure of this vulnerability.

For more information

If you have any questions or comments about this advisory please email us at hello@supranational.net

Database specific
{
    "nvd_published_at": null,
    "github_reviewed": true,
    "github_reviewed_at": "2022-10-07T07:25:33Z",
    "severity": "MODERATE",
    "cwe_ids": []
}
References

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.3