CVE-2025-38451

MEDIUM

Linux Kernel - General Protection Fault in bitmap_get_stats

Title source: llm
STIX 2.1

Description

In the Linux kernel, the following vulnerability has been resolved: md/md-bitmap: fix GPF in bitmap_get_stats() The commit message of commit 6ec1f0239485 ("md/md-bitmap: fix stats collection for external bitmaps") states: Remove the external bitmap check as the statistics should be available regardless of bitmap storage location. Return -EINVAL only for invalid bitmap with no storage (neither in superblock nor in external file). But, the code does not adhere to the above, as it does only check for a valid super-block for "internal" bitmaps. Hence, we observe: Oops: GPF, probably for non-canonical address 0x1cd66f1f40000028 RIP: 0010:bitmap_get_stats+0x45/0xd0 Call Trace: seq_read_iter+0x2b9/0x46a seq_read+0x12f/0x180 proc_reg_read+0x57/0xb0 vfs_read+0xf6/0x380 ksys_read+0x6d/0xf0 do_syscall_64+0x8c/0x1b0 entry_SYSCALL_64_after_hwframe+0x76/0x7e We fix this by checking the existence of a super-block for both the internal and external case.

Scores

CVSS v3 5.5
EPSS 0.0007
EPSS Percentile 21.3%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Details

Status published
Products (25)
debian/debian_linux 11.0
linux/Kernel < 6.1.146linux
linux/Kernel 6.13.0 - 6.15.7linux
linux/Kernel 6.2.0 - 6.6.99linux
linux/Kernel 6.7.0 - 6.12.39linux
Linux/Linux < 6.15
Linux/Linux 065f4b1cd41d03702426af44193894b925607073 - a23b16ba3274961494f5ad236345d238364349ff
Linux/Linux 0b5390aeaa85eb2f15e0e2ea0731c0995285db5e - 3d82a729530bd2110ba66e4a1f73461c776edec2
Linux/Linux 6.1.135 - 6.1.146
Linux/Linux 6.1.146 - 6.1.*
... and 15 more
Published Jul 25, 2025
Tracked Since Feb 18, 2026