CVE-2022-50373
The CVE-2022-50373 entry describes a race in the Linux kernel's DLM lowcomms path: in fs/dlm, between queue_work() in _dlm_lowcomms_commit_msg() and srcu_read_unlock(). The race can allow the final reference of a dlm_msg to be taken by queue_work(), causing msg->idx to contain garbage. A patch...