CVE-2019-13628: wolfCrypt leaks cryptographic information via timing side channel
4.7
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.35744%
CWE
Published
5/24/2022
Updated
9/25/2023
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
wolfcrypt | pip | <= 4.0.0 | 4.1.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from non-constant-time scalar multiplication in ECDSA signature generation. wc_ecc_sign_hash is the entry point for signing, and ecc_mulmod implements the vulnerable multiplication. The advisory explicitly links the leak to ecc.c's scalar multiplication when secure configurations are disabled. These functions are central to the ECDSA process and match the described attack vector (bit-length leakage during scalar multiplication).