| Summary | In the Linux kernel, the following vulnerability has been resolved: md-cluster: fix NULL pointer dereference in process_metadata_update The function process_metadata_update() blindly dereferences the 'thread' While the code comment states "daemon thread must exist", there is a valid 1. bitmap_load() is called, which invokes md_cluster_ops->join(). If a METADATA_UPDATED message is received from a remote node during this To fix this, we must validate the 'thread' pointer. If it is NULL, we |
|---|---|
| Publication Date | May 6, 2026, 9:16 p.m. |
| Registration Date | May 7, 2026, 4:09 a.m. |
| Last Update | May 6, 2026, 10:07 p.m. |