You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
cve 2024 35808
About this tag
CVE-2024-35808 is a high-risk vulnerability in the Linux kernel's software RAID code, specifically in the md/dm-raid driver. The flaw allows a local attacker to cause a denial-of-service condition against RAID-managed storage by exploiting unsafe synchronization in the md_reap_sync_thread function. Patches replace the unsafe call with the safer stop_sync_thread helper, and vendor updates are available. On WindowsForum.com, discussions cover the vulnerability details, patch deployment, and mitigation strategies for Linux systems using software RAID.
A high-risk flaw in the Linux kernel’s software RAID code, tracked as CVE-2024-35808, has been quietly fixed upstream and pushed into vendor updates: the md/dm-raid driver called md_reap_sync_thread from raid_message without the necessary synchronization, creating a window where the kernel’s...