CVE-2024-50119 Information
Description
In the Linux kernel the following vulnerability has been resolved:
cifs: fix warning when destroy ‘cifs_io_request_pool’
There’s a issue as follows:
WARNING: CPU: 1 PID: 27826 at mm/slub.c:4698 free_large_kmalloc+0xac/0xe0
RIP: 0010:free_large_kmalloc+0xac/0xe0
Call Trace:
Obviously ‘cifs_io_request_pool’ is not created by mempool_create(). So just use mempool_exit() to revert ‘cifs_io_request_pool’.
Reference
https://git.kernel.org/stable/c/726416a253c51037636ecc65ad3dada3d02dcaea https://git.kernel.org/stable/c/2ce1007f42b8a6a0814386cb056feb28dc6d6091
Share on: