From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6AC0031280D for ; Wed, 24 Jun 2026 16:34:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782318856; cv=none; b=jEVD6eE/HXbFXYfM6eCLv9qchcGCYmWTT/u8n3BRho/0QKkOXKnafslhJYofUfp26fx2uNqT7/UgOLvZTBnstNJP3N2IDN8Zho8oD4Jnj+vUE4sHrnpHxuoKw8bz7FGKx8zXmOz//UnU+rLcpAqu4tLGGkYNqblF+KG+/eHs+F0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782318856; c=relaxed/simple; bh=7ymdzaO3kiMBCHhpb2BtWI33aadNb9Mc3Q8O6Bbh1Qo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=l5gTZKvFUo41+LyjTkcyBBaUAlhETKaUVYgS4rwq+m1BnABdvqoRMk9XMSSv2Nzx+3ThS2jAxZXkMaRDYi6I9tyOWIg+IFWd7HcOjk7S66HA29XA0y4lP1z73waggkpRcS5yB0PUNnKtm4EKa3Py+F2tFL5t5Zkkk+XHSK1qQbk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=GKSXZAlH; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="GKSXZAlH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AC5E51F000E9; Wed, 24 Jun 2026 16:34:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1782318855; bh=xj64tErDm0/LsaDsNi7qwNYaakAI2Rjk3eY9zqIIDCc=; h=From:To:Cc:Subject:Date:Reply-To; b=GKSXZAlHtMkbje8EGtRAjhR8/LONhO/s7OAiu1CCcrNa0gcEVm90zGYCt1qr/wpSc qLfwm+TjLZQIqUgTYZK/zZj00DMCxzbVt/cFKul1N/AIcxv2q+31dfs7CFGtbau3c1 LOWPZKy2d4uRcEIz5nR/C2+9OFRYOhjKrtuV6jBk= From: Greg Kroah-Hartman To: linux-cve-announce@vger.kernel.org Cc: Greg Kroah-Hartman Subject: CVE-2026-52975: bonding: 3ad: implement proper RCU rules for port->aggregator Date: Wed, 24 Jun 2026 17:29:59 +0100 Message-ID: <2026062440-CVE-2026-52975-e5ff@gregkh> X-Mailer: git-send-email 2.54.0 Reply-To: , Precedence: bulk X-Mailing-List: linux-cve-announce@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Developer-Signature: v=1; a=openpgp-sha256; l=5753; i=gregkh@linuxfoundation.org; h=from:subject:message-id; bh=o/D/Bdn5H+7oZgqDFvl5aTZiR1k8TTW2X+HDcVxa/qY=; b=owGbwMvMwCRo6H6F97bub03G02pJDFk2rF+2xBre3+F6NLSy6uuMTdqGF9TvtG2akmr9Za6JL vszKUXHjlgWBkEmBlkxRZYv23iO7q84pOhlaHsaZg4rE8gQBi5OAZjIT1mGBZf2WZ8xXBnG5OV1 s+XGnn1Pq+4vOMMwv+D1t6IPJXqXm9+udW3wEWe/rjhvHwA= X-Developer-Key: i=gregkh@linuxfoundation.org; a=openpgp; fpr=F4B60CC5BF78C2214A313DCB3147D40DDB2DFB29 Content-Transfer-Encoding: 8bit From: Greg Kroah-Hartman Description =========== In the Linux kernel, the following vulnerability has been resolved: bonding: 3ad: implement proper RCU rules for port->aggregator syzbot found a data-race in bond_3ad_get_active_agg_info / bond_3ad_state_machine_handler [1] which hints at lack of proper RCU implementation. Add __rcu qualifier to port->aggregator, and add proper RCU API. [1] BUG: KCSAN: data-race in bond_3ad_get_active_agg_info / bond_3ad_state_machine_handler write to 0xffff88813cf5c4b0 of 8 bytes by task 36 on cpu 0: ad_port_selection_logic drivers/net/bonding/bond_3ad.c:1659 [inline] bond_3ad_state_machine_handler+0x9d5/0x2d60 drivers/net/bonding/bond_3ad.c:2569 process_one_work kernel/workqueue.c:3302 [inline] process_scheduled_works+0x4f0/0x9c0 kernel/workqueue.c:3385 worker_thread+0x58a/0x780 kernel/workqueue.c:3466 kthread+0x22a/0x280 kernel/kthread.c:436 ret_from_fork+0x146/0x330 arch/x86/kernel/process.c:158 ret_from_fork_asm+0x1a/0x30 arch/x86/entry/entry_64.S:245 read to 0xffff88813cf5c4b0 of 8 bytes by task 22063 on cpu 1: __bond_3ad_get_active_agg_info drivers/net/bonding/bond_3ad.c:2858 [inline] bond_3ad_get_active_agg_info+0x8c/0x230 drivers/net/bonding/bond_3ad.c:2881 bond_fill_info+0xe0f/0x10f0 drivers/net/bonding/bond_netlink.c:853 rtnl_link_info_fill net/core/rtnetlink.c:906 [inline] rtnl_link_fill+0x1d7/0x4e0 net/core/rtnetlink.c:927 rtnl_fill_ifinfo+0xf8e/0x1380 net/core/rtnetlink.c:2168 rtmsg_ifinfo_build_skb+0x11c/0x1b0 net/core/rtnetlink.c:4453 rtmsg_ifinfo_event net/core/rtnetlink.c:4486 [inline] rtmsg_ifinfo+0x6d/0x110 net/core/rtnetlink.c:4495 __dev_notify_flags+0x76/0x390 net/core/dev.c:9790 netif_change_flags+0xac/0xd0 net/core/dev.c:9823 do_setlink+0x905/0x2950 net/core/rtnetlink.c:3180 rtnl_group_changelink net/core/rtnetlink.c:3813 [inline] __rtnl_newlink net/core/rtnetlink.c:3981 [inline] rtnl_newlink+0xf55/0x1400 net/core/rtnetlink.c:4109 rtnetlink_rcv_msg+0x64b/0x720 net/core/rtnetlink.c:6995 netlink_rcv_skb+0x123/0x220 net/netlink/af_netlink.c:2550 rtnetlink_rcv+0x1c/0x30 net/core/rtnetlink.c:7022 netlink_unicast_kernel net/netlink/af_netlink.c:1318 [inline] netlink_unicast+0x5a8/0x680 net/netlink/af_netlink.c:1344 netlink_sendmsg+0x5c8/0x6f0 net/netlink/af_netlink.c:1894 sock_sendmsg_nosec net/socket.c:787 [inline] __sock_sendmsg net/socket.c:802 [inline] ____sys_sendmsg+0x563/0x5b0 net/socket.c:2698 ___sys_sendmsg+0x195/0x1e0 net/socket.c:2752 __sys_sendmsg net/socket.c:2784 [inline] __do_sys_sendmsg net/socket.c:2789 [inline] __se_sys_sendmsg net/socket.c:2787 [inline] __x64_sys_sendmsg+0xd4/0x160 net/socket.c:2787 x64_sys_call+0x194c/0x3020 arch/x86/include/generated/asm/syscalls_64.h:47 do_syscall_x64 arch/x86/entry/syscall_64.c:63 [inline] do_syscall_64+0x12c/0x3b0 arch/x86/entry/syscall_64.c:94 entry_SYSCALL_64_after_hwframe+0x77/0x7f value changed: 0x0000000000000000 -> 0xffff88813cf5c400 Reported by Kernel Concurrency Sanitizer on: CPU: 1 UID: 0 PID: 22063 Comm: syz.0.31122 Tainted: G W syzkaller #0 PREEMPT(full) Tainted: [W]=WARN Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 04/18/2026 The Linux kernel CVE team has assigned CVE-2026-52975 to this issue. Affected and fixed versions =========================== Issue introduced in 3.13 with commit 47e91f56008b43e1365e8d1d4a6813fe8a33b6f6 and fixed in 6.1.175 with commit ba2272be04f0cb1e74e1e355ff32ef95df280731 Issue introduced in 3.13 with commit 47e91f56008b43e1365e8d1d4a6813fe8a33b6f6 and fixed in 6.6.141 with commit 3b7265b3a82f40d2357c4004b26eb794a095b186 Issue introduced in 3.13 with commit 47e91f56008b43e1365e8d1d4a6813fe8a33b6f6 and fixed in 6.18.33 with commit c169c5837525ad842df6a542facf52b6f866a519 Issue introduced in 3.13 with commit 47e91f56008b43e1365e8d1d4a6813fe8a33b6f6 and fixed in 7.0.10 with commit 78f409fd34fe9de2b24ad8e9dca1b4608a48ed3d Issue introduced in 3.13 with commit 47e91f56008b43e1365e8d1d4a6813fe8a33b6f6 and fixed in 7.1 with commit c4f050ce06c56cfb5993268af4a5cb66ed1cd04e 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-2026-52975 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: drivers/net/bonding/bond_3ad.c drivers/net/bonding/bond_main.c drivers/net/bonding/bond_netlink.c drivers/net/bonding/bond_procfs.c drivers/net/bonding/bond_sysfs_slave.c include/net/bond_3ad.h 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/ba2272be04f0cb1e74e1e355ff32ef95df280731 https://git.kernel.org/stable/c/3b7265b3a82f40d2357c4004b26eb794a095b186 https://git.kernel.org/stable/c/c169c5837525ad842df6a542facf52b6f866a519 https://git.kernel.org/stable/c/78f409fd34fe9de2b24ad8e9dca1b4608a48ed3d https://git.kernel.org/stable/c/c4f050ce06c56cfb5993268af4a5cb66ed1cd04e