Generating the ECDSA nonce k samples a random number r and then truncates this randomness with a modular reduction mod n where n is the order of the elliptic curve. Meaning k = r mod n. The division used during the reduction estimates a factor q_e by dividing the upper two digits (a digit having e.g. a size of 8 byte) of r by the upper digit of n and then decrements q_e in a loop until it has the correct size. Observing the number of times q_e is decremented through a control-flow revealing side-channel reveals a bias in the most significant bits of k. Depending on the curve this is either a negligible bias or a significant bias large enough to reconstruct k with lattice reduction methods. For SECP160R1, e.g., we find a bias of 15 bits.
Conclusion & alert: CVE-2024-1544 is rated Low Risk (25.9/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.35%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.15% | 0.35% | +0.20% |
| 2 | 2026-04-14 | 0.06% | 0.15% | +0.10% |
| 3 | 2025-12-06 | — | 0.06% | — |
Full EPSS history (10 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 4.1 | 3.1 | MEDIUM |
|
0.5 | 3.6 | [email protected] |
| 4.9 | 3.1 | MEDIUM |
|
1.2 | 3.6 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2024-1544: 1 source package rows (wolfssl); 14 state rows across 2 repos (3.22-community, edge-community); fixed 0, open 14. | https://security.alpinelinux.org/vuln/CVE-2024-1544 |
debian
|
not yet assigned | CVE-2024-1544 not yet assigned priority: Debian including 1 source packages (wolfssl), 4 status rows across 4 suites (bookworm, bullseye, sid, trixie): open 2, resolved 2. | https://security-tracker.debian.org/tracker/CVE-2024-1544 |
ubuntu
|
medium | CVE-2024-1544 medium priority: Ubuntu including 1 source packages (wolfssl), 9 status rows across 9 suites (bionic, focal, jammy, noble, oracular, plucky, questing, upstream, xenial): needs-triage 7, ignored 2. | https://ubuntu.com/security/CVE-2024-1544 |