{"schema_version":"1.9.0","id":"CVE-2023-53441","published":"2025-09-18T16:04:18.519Z","modified":"2026-08-12T03:51:35.971051Z","related":["SUSE-SU-2025:03600-1","SUSE-SU-2025:03614-1","SUSE-SU-2025:03634-1","SUSE-SU-2025:20851-1","SUSE-SU-2025:20861-1","SUSE-SU-2025:20870-1","SUSE-SU-2025:20898-1","SUSE-SU-2025:3751-1","SUSE-SU-2025:4057-1","SUSE-SU-2025:4132-1","SUSE-SU-2025:4141-1"],"summary":"bpf: cpumap: Fix memory leak in cpu_map_update_elem","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nbpf: cpumap: Fix memory leak in cpu_map_update_elem\n\nSyzkaller reported a memory leak as follows:\n\nBUG: memory leak\nunreferenced object 0xff110001198ef748 (size 192):\n  comm \"syz-executor.3\", pid 17672, jiffies 4298118891 (age 9.906s)\n  hex dump (first 32 bytes):\n    00 00 00 00 4a 19 00 00 80 ad e3 e4 fe ff c0 00  ....J...........\n    00 b2 d3 0c 01 00 11 ff 28 f5 8e 19 01 00 11 ff  ........(.......\n  backtrace:\n    [<ffffffffadd28087>] __cpu_map_entry_alloc+0xf7/0xb00\n    [<ffffffffadd28d8e>] cpu_map_update_elem+0x2fe/0x3d0\n    [<ffffffffadc6d0fd>] bpf_map_update_value.isra.0+0x2bd/0x520\n    [<ffffffffadc7349b>] map_update_elem+0x4cb/0x720\n    [<ffffffffadc7d983>] __se_sys_bpf+0x8c3/0xb90\n    [<ffffffffb029cc80>] do_syscall_64+0x30/0x40\n    [<ffffffffb0400099>] entry_SYSCALL_64_after_hwframe+0x61/0xc6\n\nBUG: memory leak\nunreferenced object 0xff110001198ef528 (size 192):\n  comm \"syz-executor.3\", pid 17672, jiffies 4298118891 (age 9.906s)\n  hex dump (first 32 bytes):\n    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................\n    00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00  ................\n  backtrace:\n    [<ffffffffadd281f0>] __cpu_map_entry_alloc+0x260/0xb00\n    [<ffffffffadd28d8e>] cpu_map_update_elem+0x2fe/0x3d0\n    [<ffffffffadc6d0fd>] bpf_map_update_value.isra.0+0x2bd/0x520\n    [<ffffffffadc7349b>] map_update_elem+0x4cb/0x720\n    [<ffffffffadc7d983>] __se_sys_bpf+0x8c3/0xb90\n    [<ffffffffb029cc80>] do_syscall_64+0x30/0x40\n    [<ffffffffb0400099>] entry_SYSCALL_64_after_hwframe+0x61/0xc6\n\nBUG: memory leak\nunreferenced object 0xff1100010fd93d68 (size 8):\n  comm \"syz-executor.3\", pid 17672, jiffies 4298118891 (age 9.906s)\n  hex dump (first 8 bytes):\n    00 00 00 00 00 00 00 00                          ........\n  backtrace:\n    [<ffffffffade5db3e>] kvmalloc_node+0x11e/0x170\n    [<ffffffffadd28280>] __cpu_map_entry_alloc+0x2f0/0xb00\n    [<ffffffffadd28d8e>] cpu_map_update_elem+0x2fe/0x3d0\n    [<ffffffffadc6d0fd>] bpf_map_update_value.isra.0+0x2bd/0x520\n    [<ffffffffadc7349b>] map_update_elem+0x4cb/0x720\n    [<ffffffffadc7d983>] __se_sys_bpf+0x8c3/0xb90\n    [<ffffffffb029cc80>] do_syscall_64+0x30/0x40\n    [<ffffffffb0400099>] entry_SYSCALL_64_after_hwframe+0x61/0xc6\n\nIn the cpu_map_update_elem flow, when kthread_stop is called before\ncalling the threadfn of rcpu->kthread, since the KTHREAD_SHOULD_STOP bit\nof kthread has been set by kthread_stop, the threadfn of rcpu->kthread\nwill never be executed, and rcpu->refcnt will never be 0, which will\nlead to the allocated rcpu, rcpu->queue and rcpu->queue->queue cannot be\nreleased.\n\nCalling kthread_stop before executing kthread's threadfn will return\n-EINTR. We can complete the release of memory resources in this state.","affected":[{"ranges":[{"type":"GIT","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","events":[{"introduced":"6710e1126934d8b4372b4d2f9ae1646cd3f151bf"},{"fixed":"d26299f50f5ea8f0aeb5d49e659c31f64233c816"},{"fixed":"b11a9b4f28cb6ff69ef7e69809e5f7fffeac9030"},{"fixed":"a957ac8e0b5ffb5797382a6adbafd005a5f72851"},{"fixed":"4369016497319a9635702da010d02af1ebb1849d"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-53441.json"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"4.15.0"},{"fixed":"5.15.121"}]},{"type":"ECOSYSTEM","events":[{"introduced":"5.16.0"},{"fixed":"6.1.40"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.2.0"},{"fixed":"6.4.5"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2023-53441.json"}}],"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/4369016497319a9635702da010d02af1ebb1849d"},{"type":"WEB","url":"https://git.kernel.org/stable/c/a957ac8e0b5ffb5797382a6adbafd005a5f72851"},{"type":"WEB","url":"https://git.kernel.org/stable/c/b11a9b4f28cb6ff69ef7e69809e5f7fffeac9030"},{"type":"WEB","url":"https://git.kernel.org/stable/c/d26299f50f5ea8f0aeb5d49e659c31f64233c816"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/53xxx/CVE-2023-53441.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2023-53441"},{"type":"PACKAGE","url":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"}],"database_specific":{"cna_assigner":"Linux","osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2023/53xxx/CVE-2023-53441.json"},"severity":[{"type":"CVSS_V3","score":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H"}]}