CVE-2026-46045 PUBLISHED

md/md-llbitmap: skip reading rdevs that are not in_sync

Assigner: Linux
Reserved: 13.05.2026 Published: 27.05.2026 Updated: 27.05.2026

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.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 5ab829f1971dc99f2aac10846c378e67fc875abc to 98623c7e2a51eab1833c8628d33fa9c6ef3ce325 (excl.)
  • affected from 5ab829f1971dc99f2aac10846c378e67fc875abc to 3115fa2f62970d98f2a639145fb8e2767db8bbf9 (excl.)
  • affected from 5ab829f1971dc99f2aac10846c378e67fc875abc to 7701e68b5072faa03a8f30b4081dc16df9092381 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 6.18 is affected
  • unaffected from 0 to 6.18 (excl.)
  • unaffected from 6.18.27 to 6.18.* (incl.)
  • unaffected from 7.0.4 to 7.0.* (incl.)
  • unaffected from 7.1-rc1 to * (incl.)

References