cbcvebase.
CVE-2024-35910
published 2024-05-19

CVE-2024-35910: In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp…

PriorityP426medium5.8CVSS 3.1
AVLACHPRLUINSUCLILAH
EPSS
0.22%
13.3th percentile
In the Linux kernel, the following vulnerability has been resolved: tcp: properly terminate timers for kernel sockets We had various syzbot reports about tcp timers firing after the corresponding netns has been dismantled. Fortunately Josef Bacik could trigger the issue more often, and could test a patch I wrote two years ago. When TCP sockets are closed, we call inet_csk_clear_xmit_timers() to 'stop' the timers. inet_csk_clear_xmit_timers() can be called from any context, including when socket lock is held. This is the reason it uses sk_stop_timer(), aka del_timer(). This means that ongoing timers might finish much later. For user sockets, this is fine because each running timer holds a reference on the socket, and the user socket holds a reference on the netns. For kernel sockets, we risk that the netns is freed before timer can complete, because kernel sockets do not hold reference on the netns. This patch adds inet_csk_clear_xmit_timers_sync() function that using sk_stop_timer_sync() to make sure all timers are terminated before the kernel socket is released. Modules using kernel sockets close them in their netns exit() handler. Also add sock_not_owned_by_me() helper to get LOCKDEP support : inet_csk_clear_xmit_timers_sync() must not be called while socket lock is held. It is very possible we can revert in the future commit 3a58f13a881e ("net: rds: acquire refcount on TCP sockets") which attempted to solve the issue in rds only. (net/smc/af_smc.c and net/mptcp/subflow.c have similar code) We probably can remove the check_net() tests from tcp_out_of_resources() and __tcp_close() in the future.

Affected

26 ranges· showing 25
VendorProductVersion rangeFixed in
debiandebian_linux
debianlinux< linux 6.1.85-1 (bookworm)linux 6.1.85-1 (bookworm)
linuxlinux
linuxlinux>= 26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe < 93f0133b9d589cc6e865f254ad9be3e9d8133f5093f0133b9d589cc6e865f254ad9be3e9d8133f50
linuxlinux>= 26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe < 44e62f5d35678686734afd47c6a421ad30772e7f44e62f5d35678686734afd47c6a421ad30772e7f
linuxlinux>= 26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe < e3e27d2b446deb1f643758a0c4731f5c22492810e3e27d2b446deb1f643758a0c4731f5c22492810
linuxlinux>= 26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe < 2e43d8eba6edd1cf05a3a20fdd77688fa7ec16a42e43d8eba6edd1cf05a3a20fdd77688fa7ec16a4
linuxlinux>= 26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe < 91b243de910a9ac8476d40238ab3dbfeedd5b7de91b243de910a9ac8476d40238ab3dbfeedd5b7de
linuxlinux>= 26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe < c1ae4d1e76eacddaacb958b67cd942082f800c87c1ae4d1e76eacddaacb958b67cd942082f800c87
linuxlinux>= 26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe < 899265c1389fe022802aae73dbf13ee08837a35a899265c1389fe022802aae73dbf13ee08837a35a
linuxlinux>= 26abe14379f8e2fa3fd1bcf97c9a7ad9364886fe < 151c9c724d05d5b0dd8acd3e11cb69ef1f2dbada151c9c724d05d5b0dd8acd3e11cb69ef1f2dbada
linuxlinux_kernel
linuxlinux_kernel>= 0 < 5.10.216-15.10.216-1
linuxlinux_kernel>= 0 < 6.1.85-16.1.85-1
linuxlinux_kernel>= 0 < 6.8.9-16.8.9-1
linuxlinux_kernel>= 0 < 6.8.9-16.8.9-1
linuxlinux_kernel>= 0 < 5.4.0-189.2095.4.0-189.209
linuxlinux_kernel>= 0 < 5.15.0-116.1265.15.0-116.126
linuxlinux_kernel>= 0 < 6.8.0-38.386.8.0-38.38
linuxlinux_kernel>= 4.2 < 4.19.3124.19.312
linuxlinux_kernel>= 4.20 < 5.4.2745.4.274
linuxlinux_kernel>= 5.11 < 5.15.1545.15.154
linuxlinux_kernel>= 5.16 < 6.1.856.1.85
linuxlinux_kernel>= 5.5 < 5.10.2155.10.215
linuxlinux_kernel>= 6.2 < 6.6.266.6.26

CVSS provenance

nvdv3.15.8MEDIUMCVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:H
osv7.0HIGH
vendor_ubuntu7.0HIGH
vendor_debian5.8MEDIUM
vendor_redhat5.8MEDIUM
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.