| 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-2022-49662: ipv6: fix lockdep splat in in6_dump_addrs() |
| |
| Description |
| =========== |
| |
| In the Linux kernel, the following vulnerability has been resolved: |
| |
| ipv6: fix lockdep splat in in6_dump_addrs() |
| |
| As reported by syzbot, we should not use rcu_dereference() |
| when rcu_read_lock() is not held. |
| |
| WARNING: suspicious RCU usage |
| 5.19.0-rc2-syzkaller #0 Not tainted |
| |
| net/ipv6/addrconf.c:5175 suspicious rcu_dereference_check() usage! |
| |
| other info that might help us debug this: |
| |
| rcu_scheduler_active = 2, debug_locks = 1 |
| 1 lock held by syz-executor326/3617: |
| #0: ffffffff8d5848e8 (rtnl_mutex){+.+.}-{3:3}, at: netlink_dump+0xae/0xc20 net/netlink/af_netlink.c:2223 |
| |
| stack backtrace: |
| CPU: 0 PID: 3617 Comm: syz-executor326 Not tainted 5.19.0-rc2-syzkaller #0 |
| Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 |
| Call Trace: |
| <TASK> |
| __dump_stack lib/dump_stack.c:88 [inline] |
| dump_stack_lvl+0xcd/0x134 lib/dump_stack.c:106 |
| in6_dump_addrs+0x12d1/0x1790 net/ipv6/addrconf.c:5175 |
| inet6_dump_addr+0x9c1/0xb50 net/ipv6/addrconf.c:5300 |
| netlink_dump+0x541/0xc20 net/netlink/af_netlink.c:2275 |
| __netlink_dump_start+0x647/0x900 net/netlink/af_netlink.c:2380 |
| netlink_dump_start include/linux/netlink.h:245 [inline] |
| rtnetlink_rcv_msg+0x73e/0xc90 net/core/rtnetlink.c:6046 |
| netlink_rcv_skb+0x153/0x420 net/netlink/af_netlink.c:2501 |
| netlink_unicast_kernel net/netlink/af_netlink.c:1319 [inline] |
| netlink_unicast+0x543/0x7f0 net/netlink/af_netlink.c:1345 |
| netlink_sendmsg+0x917/0xe10 net/netlink/af_netlink.c:1921 |
| sock_sendmsg_nosec net/socket.c:714 [inline] |
| sock_sendmsg+0xcf/0x120 net/socket.c:734 |
| ____sys_sendmsg+0x6eb/0x810 net/socket.c:2492 |
| ___sys_sendmsg+0xf3/0x170 net/socket.c:2546 |
| __sys_sendmsg net/socket.c:2575 [inline] |
| __do_sys_sendmsg net/socket.c:2584 [inline] |
| __se_sys_sendmsg net/socket.c:2582 [inline] |
| __x64_sys_sendmsg+0x132/0x220 net/socket.c:2582 |
| do_syscall_x64 arch/x86/entry/common.c:50 [inline] |
| do_syscall_64+0x35/0xb0 arch/x86/entry/common.c:80 |
| entry_SYSCALL_64_after_hwframe+0x46/0xb0 |
| |
| The Linux kernel CVE team has assigned CVE-2022-49662 to this issue. |
| |
| |
| Affected and fixed versions |
| =========================== |
| |
| Issue introduced in 5.13 with commit 88e2ca3080947fe22eb520c1f8231e79a105d011 and fixed in 5.15.53 with commit 2930ee1a166df0e12fe9fec4b79cc3dc9634ae45 |
| Issue introduced in 5.13 with commit 88e2ca3080947fe22eb520c1f8231e79a105d011 and fixed in 5.18.10 with commit b39fda51c32dd879451e0119881f31493bf83283 |
| Issue introduced in 5.13 with commit 88e2ca3080947fe22eb520c1f8231e79a105d011 and fixed in 5.19 with commit 4e43e64d0f1332fcc503babad4dc31aead7131ca |
| |
| 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-2022-49662 |
| 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/ipv6/addrconf.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/2930ee1a166df0e12fe9fec4b79cc3dc9634ae45 |
| https://git.kernel.org/stable/c/b39fda51c32dd879451e0119881f31493bf83283 |
| https://git.kernel.org/stable/c/4e43e64d0f1332fcc503babad4dc31aead7131ca |