CVE Catalog
CVE-2024-57875
MediumSummary
In the Linux kernel, RCU protection was added for the conventional zones bitmap of a disk (conv_zones_bitmap) in the block layer. This prevents invalid memory references during disk revalidation.
Risk Assessment
Lack of RCU protection could lead to use-after-free during disk zone configuration changes, potentially causing system crashes.
Recommendation
Apply a Linux kernel update that includes the fix for the block layer.
Original NVD description (English source)
In the Linux kernel, the following vulnerability has been resolved: block: RCU protect disk->conv_zones_bitmap Ensure that a disk revalidation changing the conventional zones bitmap of a disk does not cause invalid memory references when using the disk_zone_is_conv() helper by RCU protecting the d

