CVE-2024-1544
Last modified
CVE-2024-1544 is a medium-severity vulnerability rated 4.9/10 on the CVSS scale. 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. EPSS estimates a 0.35% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Wolfssl | Wolfssl | < 5.7.2 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-1544?
How severe is CVE-2024-1544?
How do I fix CVE-2024-1544?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2024
- CVE-2024-1537The Essential Addons for Elementor – Best Elementor Template…6.4
- CVE-2024-1538The File Manager plugin for WordPress is vulnerable to Cross…8.8
- CVE-2024-1539An issue has been discovered in GitLab EE affecting all vers…5.3
- CVE-2024-1540A command injection vulnerability exists in the deploy+test-…8.2
- CVE-2024-1541The Gutenberg Blocks by Kadence Blocks – Page Builder Featur…5.4
- CVE-2024-1543The side-channel protected T-Table implementation in wolfSSL…5.5
- CVE-2024-1545Fault Injection vulnerability in RsaPrivateDecryption functi…8.8
- CVE-2024-1546When storing and re-accessing data on a networking channel, …7.5
- CVE-2024-1547Through a series of API calls and redirects, an attacker-con…6.5
- CVE-2024-1548A website could have obscured the fullscreen notification by…4.3
- CVE-2024-1549If a website set a large custom cursor, portions of the curs…6.1
- CVE-2024-1550A malicious website could have used a combination of exiting…6.1
Are you affected by CVE-2024-1544?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
