PT-2019-16420 · Bitcoin Core · Libsecp256K1
Published
2019-10-14
·
Updated
2021-08-25
·
CVE-2019-25003
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N |
Name of the Vulnerable Software and Affected Versions
libsecp256k1 versions prior to 0.3.1
Description
The issue allows attackers to obtain sensitive information through a timing side-channel attack because
Scalar::check overflow does not execute in constant time. This enables an attacker to potentially leak information via a timing attack.Recommendations
For versions prior to 0.3.1, update to version 0.3.1 or later to ensure
Scalar::check overflow executes in constant time, preventing timing side-channel attacks.
As a temporary workaround, consider modifying Scalar::check overflow to execute in constant time until a patch is available.Fix
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Libsecp256K1