CVE-2026-46045
Analyzed Analyzed - Analysis Complete
Bitmap Data Corruption in Linux Kernel MD RAID

Publication date: 2026-05-27

Last updated on: 2026-06-16

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: md/md-llbitmap: skip reading rdevs that are not in_sync When reading bitmap pages from member disks, the code iterates through all rdevs and attempts to read from the first available one. However, it only checks for raid_disk assignment and Faulty flag, missing the In_sync flag check. This can cause bitmap data to be read from spare disks that are still being rebuilt and don't have valid bitmap information yet. Reading stale or uninitialized bitmap data from such disks can lead to incorrect dirty bit tracking, potentially causing data corruption during recovery or normal operation. Add the In_sync flag check to ensure bitmap pages are only read from fully synchronized member disks that have valid bitmap data.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-06-16
Generated
2026-06-16
AI Q&A
2026-05-28
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel From 6.19 (inc) to 7.0.4 (exc)
linux linux_kernel From 6.18 (inc) to 6.18.27 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-787 The product writes data past the end, or before the beginning, of the intended buffer.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Mitigation Strategies

To mitigate this vulnerability, ensure that your Linux kernel is updated to a version where the fix has been applied. The fix involves adding an In_sync flag check when reading bitmap pages from member disks in md/md-llbitmap, preventing reading from disks that are still rebuilding and may contain stale bitmap data.

Until the kernel is updated, avoid relying on RAID bitmap data from disks that are still rebuilding or marked as spare, as this can lead to data corruption.

Executive Summary

This vulnerability exists in the Linux kernel's md/md-llbitmap component, where the code responsible for reading bitmap pages from member disks does not properly check if the disks are fully synchronized (In_sync flag). Instead, it only checks for raid_disk assignment and Faulty flag.

Because of this missing In_sync check, the system may read bitmap data from spare disks that are still being rebuilt and do not yet have valid bitmap information. This can cause the system to use stale or uninitialized bitmap data.

As a result, the incorrect bitmap data can lead to improper tracking of dirty bits, which may cause data corruption during recovery or normal operation.

The fix involves adding the In_sync flag check to ensure bitmap pages are only read from fully synchronized member disks with valid bitmap data.

Impact Analysis

This vulnerability can impact you by causing data corruption in systems using Linux kernel RAID configurations that rely on bitmap tracking.

Because stale or uninitialized bitmap data might be read from disks still rebuilding, the system may incorrectly track which parts of the disk are dirty.

This incorrect tracking can lead to data corruption during recovery processes or even during normal operation, potentially resulting in loss or inconsistency of important data.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-46045. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart