Vulnerability in Linux
CVE-2025-21874
In the Linux kernel, the following vulnerability has been resolved: dm-integrity: Avoid divide by zero in table status in Inline mode In Inline mode, the journal is unused, and journal_sectors is zero. Calculating the journal watermark requires dividing by journal_sectors, which should be done only if the journal is configured. Otherwise, a simple table query (dmsetup table) can cause OOPS. This bug did not show on some systems, perhaps only due to compiler optimization. On my 32-bit testing machine, this reliably crashes with the following: : Oops: divide error: 0000 [#1] PREEMPT SMP : CPU: 0 UID: 0 PID: 2450 Comm: dmsetup Not tainted 6.14.0-rc2+ #959 : EIP: dm_integrity_status+0x2f8/0xab0 [dm_integrity] ...
EPSS: 0.002 (8.6th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H.
Affected products
- Linux — versions fb0987682c629c1d2c476f35f6fde405a5e304a4, 6.11, 0
- Linux Linux_kernel — versions 6.14
Weakness classification (CWE)
References
Frequently asked questions
- What is CVE-2025-21874?
- CVE-2025-21874 is a medium-severity vulnerability in Linux, classified under Divide By Zero. CVSS score: 5.5/10. Published 2025-03-27.
- How severe is CVE-2025-21874?
- Medium severity. CVSS v3 base score is 5.5 out of 10.