CVE-2024-23342: Minerva timing attack on P-256 in python-ecdsa
7.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.69139%
CWE
Published
1/22/2024
Updated
1/23/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
ecdsa | pip | <= 0.18.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability explicitly references the sign_digest()
API as the entry point for the attack. The root cause is non-constant-time scalar multiplication in P-256 operations, which leaks nonce bit-length via timing measurements. The library's security policy acknowledges side-channel vulnerabilities are out of scope, confirming no constant-time protections exist. While key generation and ECDH are also affected, sign_digest
is the only function explicitly named in the advisory with sufficient specificity.