CVE-2025-37984
Last modified
CVE-2025-37984 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP() Herbert notes that DIV_ROUND_UP() may overflow unnecessarily if an ecdsa implementation's ->key_size() callback returns an unusually large value. Herbert instead suggests (for a division by 8): X / 8 + !!(X & 7) Based on this formula, introduce a generic DIV_ROUND_UP_POW2() macro and use it in lieu of DIV_ROUND_UP() for ->key_size() return values. Additionally, use the macro in ecc_digits_from_bytes(), whose "nbytes" parameter is a ->key_size() return value in some instances, or a user-specified ASN.1 length in the case of ecdsa_get_signature_rs().. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP() Herbert notes that DIV_ROUND_UP() may overflow unnecessarily if an ecdsa implementation's ->key_size() callback returns an unusually large value. Herbert instead suggests (for a division by 8): X / 8 + !!(X & 7) Based on this formula, introduce a generic DIV_ROUND_UP_POW2() macro and use it in lieu of DIV_ROUND_UP() for ->key_size() return values. Additionally, use the macro in ecc_digits_from_bytes(), whose "nbytes" parameter is a ->key_size() return value in some instances, or a user-specified ASN.1 length in the case of ecdsa_get_signature_rs().
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.6.70, < 6.6.99 |
| Linux | Linux Kernel | >= 6.10, < 6.12.39 |
| Linux | Linux Kernel | >= 6.13, < 6.14.5 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-37984?
How severe is CVE-2025-37984?
How do I fix CVE-2025-37984?
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 2025
- CVE-2025-37979In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-3798A vulnerability, which was classified as critical, has been …7.2
- CVE-2025-37980In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37981In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-37982In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37983In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37985In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-37986In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37987In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-37988In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-37989In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-3799A vulnerability, which was classified as critical, was found…9.8
Are you affected by CVE-2025-37984?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
