CVE-2023-52849 Information
Description
In the Linux kernel the following vulnerability has been resolved:
cxl/mem: Fix shutdown order
Ira reports that removing cxl_mock_mem causes a crash with the following trace:
BUG: kernel NULL pointer dereference address: 0000000000000044
[..]
RIP: 0010:cxl_region_decode_reset+0x7f/0x180 [cxl_core]
[..]
Call Trace:
This crash is due to the clearing out the cxl_memdev’s driver context (@cxlds) before the subsystem is done with it. This is ultimately due to the region(s) that this memdev is a member being torn down and expecting to be able to de-reference @cxlds like here:
static int cxl_region_decode_reset(struct cxl_region cxlr int count) … if (cxlds->rcd) goto endpoint_reset; …
Fix it by keeping the driver context valid until memdev-device unregistration and subsequently the entire stack of related dependencies unwinds.
Reference
https://git.kernel.org/stable/c/20bd0198bebdd706bd4614b3933ef70d7c19618f https://git.kernel.org/stable/c/7c7371b41a14e86f53e7dbe5baa7b1d3e0ab324b https://git.kernel.org/stable/c/cad22a757029c3a1985c221a2d4a6491ad4035ae https://git.kernel.org/stable/c/0ca074f7d788627a4e0b047ca5fbdb5fc567220c https://git.kernel.org/stable/c/88d3917f82ed4215a2154432c26de1480a61b209
Share on: