2 matches found
CVE-2024-50119
CVE-2024-50119 affects the Linux kernel CIFS client: the issue is a warning that occurs when destroying cifs_io_request_pool, which is not created by mempool_create. The resolution is to revert the pool with mempool_exit() instead of mempool_destroy, per the vulnerability description and linked k...
7CVSS5.3AI score0.00188EPSS
SaveExploits0References2Affected Software1
CVE-2024-50119 cifs: fix warning when destroy 'cifs_io_request_pool'
In the Linux kernel, the following vulnerability has been resolved: cifs: fix warning when destroy 'cifsiorequestpool' There's a issue as follows: WARNING: CPU: 1 PID: 27826 at mm/slub.c:4698 freelargekmalloc+0xac/0xe0 RIP: 0010:freelargekmalloc+0xac/0xe0 Call Trace: ? warn+0xea/0x330...
7CVSS6.1AI score
SaveExploits0References5
20