An issue was discovered in fastecdsa before 2.1.2. When using the NIST P-256 curve in the ECDSA implementation, the point at infinity is mishandled. This means that for an extreme value in k and s<sup>-1</sup>, the signature verification fails even if the signature is correct. This behavior is not solely a usability problem. There are some threat models where an attacker can benefit by successfully guessing users for whom signature verification will fail.
{
"nvd_published_at": "2020-06-02T21:15:00Z",
"cwe_ids": [
"CWE-347"
],
"severity": "HIGH",
"github_reviewed_at": "2021-10-08T22:28:23Z",
"github_reviewed": true
}