First published: Tue Feb 27 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: md/raid1: properly indicate failure when ending a failed write request This patch addresses a data corruption bug in raid1 arrays using bitmaps. Without this fix, the bitmap bits for the failed I/O end up being cleared. Since we are in the failure leg of raid1_end_write_request, the request either needs to be retried (R1BIO_WriteError) or failed (R1BIO_Degraded).
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.14.147<4.14.233 | |
Linux Kernel | >=4.19.77<4.19.191 | |
Linux Kernel | >=5.2.19<5.3 | |
Linux Kernel | >=5.3.4<5.4.118 | |
Linux Kernel | >=5.5<5.10.36 | |
Linux Kernel | >=5.11<5.11.20 | |
Linux Kernel | >=5.12<5.12.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2021-46950 has a medium severity rating due to the risk of data corruption in raid1 arrays.
To fix CVE-2021-46950, you should update your Linux kernel to the latest version that addresses this vulnerability.
CVE-2021-46950 affects Linux kernel versions from 4.14.147 to 4.14.233, as well as several other versions up to 5.12.
The impact of CVE-2021-46950 is data corruption during failed write operations in raid1 arrays.
Yes, CVE-2021-46950 specifically impacts RAID 1 configurations using bitmaps.