Files
CVEs-PoC/2020/CVE-2020-12607.md
T
2024-06-18 02:51:15 +02:00

922 B

CVE-2020-12607

Description

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^-1, 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.

POC

Reference

Github

No PoCs found on GitHub currently.