| From bippy-5f407fcff5a0 Mon Sep 17 00:00:00 2001 |
| From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
| To: <linux-cve-announce@vger.kernel.org> |
| Reply-to: <cve@kernel.org>, <linux-kernel@vger.kernel.org> |
| Subject: CVE-2024-53118: vsock: Fix sk_error_queue memory leak |
| |
| Description |
| =========== |
| |
| In the Linux kernel, the following vulnerability has been resolved: |
| |
| vsock: Fix sk_error_queue memory leak |
| |
| Kernel queues MSG_ZEROCOPY completion notifications on the error queue. |
| Where they remain, until explicitly recv()ed. To prevent memory leaks, |
| clean up the queue when the socket is destroyed. |
| |
| unreferenced object 0xffff8881028beb00 (size 224): |
| comm "vsock_test", pid 1218, jiffies 4294694897 |
| hex dump (first 32 bytes): |
| 90 b0 21 17 81 88 ff ff 90 b0 21 17 81 88 ff ff ..!.......!..... |
| 00 00 00 00 00 00 00 00 00 b0 21 17 81 88 ff ff ..........!..... |
| backtrace (crc 6c7031ca): |
| [<ffffffff81418ef7>] kmem_cache_alloc_node_noprof+0x2f7/0x370 |
| [<ffffffff81d35882>] __alloc_skb+0x132/0x180 |
| [<ffffffff81d2d32b>] sock_omalloc+0x4b/0x80 |
| [<ffffffff81d3a8ae>] msg_zerocopy_realloc+0x9e/0x240 |
| [<ffffffff81fe5cb2>] virtio_transport_send_pkt_info+0x412/0x4c0 |
| [<ffffffff81fe6183>] virtio_transport_stream_enqueue+0x43/0x50 |
| [<ffffffff81fe0813>] vsock_connectible_sendmsg+0x373/0x450 |
| [<ffffffff81d233d5>] ____sys_sendmsg+0x365/0x3a0 |
| [<ffffffff81d246f4>] ___sys_sendmsg+0x84/0xd0 |
| [<ffffffff81d26f47>] __sys_sendmsg+0x47/0x80 |
| [<ffffffff820d3df3>] do_syscall_64+0x93/0x180 |
| [<ffffffff8220012b>] entry_SYSCALL_64_after_hwframe+0x76/0x7e |
| |
| The Linux kernel CVE team has assigned CVE-2024-53118 to this issue. |
| |
| |
| Affected and fixed versions |
| =========================== |
| |
| Issue introduced in 6.7 with commit 581512a6dc939ef122e49336626ae159f3b8a345 and fixed in 6.11.10 with commit bea4779a45f49275b1e1b1bd9de03cd3727244d8 |
| Issue introduced in 6.7 with commit 581512a6dc939ef122e49336626ae159f3b8a345 and fixed in 6.12 with commit fbf7085b3ad1c7cc0677834c90f985f1b4f77a33 |
| |
| Please see https://www.kernel.org for a full list of currently supported |
| kernel versions by the kernel community. |
| |
| Unaffected versions might change over time as fixes are backported to |
| older supported kernel versions. The official CVE entry at |
| https://cve.org/CVERecord/?id=CVE-2024-53118 |
| will be updated if fixes are backported, please check that for the most |
| up to date information about this issue. |
| |
| |
| Affected files |
| ============== |
| |
| The file(s) affected by this issue are: |
| net/vmw_vsock/af_vsock.c |
| |
| |
| Mitigation |
| ========== |
| |
| The Linux kernel CVE team recommends that you update to the latest |
| stable kernel version for this, and many other bugfixes. Individual |
| changes are never tested alone, but rather are part of a larger kernel |
| release. Cherry-picking individual commits is not recommended or |
| supported by the Linux kernel community at all. If however, updating to |
| the latest release is impossible, the individual changes to resolve this |
| issue can be found at these commits: |
| https://git.kernel.org/stable/c/bea4779a45f49275b1e1b1bd9de03cd3727244d8 |
| https://git.kernel.org/stable/c/fbf7085b3ad1c7cc0677834c90f985f1b4f77a33 |