2 matches found
The vulnerability of the raid1_write_request() function in the Linux kernel driver allows a hacker to cause a service failure.
The vulnerability of the raid1writerequest function in the drivers/md/raid1.c file of the Linux kernel’s RAID driver is related to the reutilization of previously freed memory. Exploiting this vulnerability could allow an attacker to cause a service failure...
CVE-2024-35979
The connected MiracleLinux AXSA advisory documents CVE-2024-35979 and describes the Linux kernel raid1 use-after-free in raid1_write_request() where r1_bio->bios[] temporarily pointed to the original bio and could be freed if a blocked rdev was encountered, freeing the underlying bios. The mit...