Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp3920504pxj; Mon, 21 Jun 2021 09:23:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz4SDxQo7dfuuwKqqZpny27unnZ5Oek1lPNFHljSPsxlyOQNM4Bk9EMJawScVZlKK7ylHiy X-Received: by 2002:a05:6402:111a:: with SMTP id u26mr22243077edv.260.1624292623592; Mon, 21 Jun 2021 09:23:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624292623; cv=none; d=google.com; s=arc-20160816; b=e7gUYgEkoPuEWkqnPzNj6yc6FhKENEd5v9hkIwEw1LrM35NDbKAsYmilVGCqo2N5vJ CgnlwZekc/PkWwSpBLUx0YFOrWvD4dgJQv/2odU+zYiqiU54k9qdBhLI893YNvQYMIcQ PzCQpvtc9xj/oJsrmQIqSkSCQ1PL+jZMxCm2a3aBhhBEYIeX9zRjdBb/Z7DTYgof6YnG qBzEY/DBbH+QrNrd8wBr3WVTfxKaHx0+16kMDJHA6bBFc+R0QtJgXUJcGLZyRlSKbHJ8 Fx1F3N24s/Dny89tivnQdzEdOBOQxr+QMZnpdTrEOq6+HgiN5XYMrQVhZXn2zIAwlQlc fMtQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=nQsruzfPGe+WjvOiV2GAeVYwCj6Jx/JxjSNmrMjcRTw=; b=c+743Qk0MKEGxoz6CVEEM9hkFeuVHPCHLk3l8MCEHhxxefW37vIYLBF6L536T5xcEF L7PWbabjx4X50bC2bqkEc/nrKYfwk/FRuGgC/jEoPP6rnwLHR23TDvHT9GQkiZL6ozN3 TEx3ewFMBhnuHLfeXraghEAybUGtOG3uUYcvuI43bAIVIgmHDjLuv4yb582LTygo5Kpj 9PqD4URteZst6MTa0mUOcjwRPa4v11VgYDzDAmqiltTM5cyNcVu+tBZGAwXZ0Ino0/kq NtTsG8ie19WjXuKST++gom4RdDTqDqAyiWEM0aj3yQKTagFCLIL+sxmDRSfhV2JaFfy/ agTQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=rJPc57Yp; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l19si13523615edb.416.2021.06.21.09.23.21; Mon, 21 Jun 2021 09:23:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=rJPc57Yp; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231888AbhFUQYM (ORCPT + 99 others); Mon, 21 Jun 2021 12:24:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:42544 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231512AbhFUQWf (ORCPT ); Mon, 21 Jun 2021 12:22:35 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D691961352; Mon, 21 Jun 2021 16:20:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1624292404; bh=99wPS0gdszYi9yOo3Iz5bxJ3glwwMMWq/c43uWkzj9g=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=rJPc57YpF65J1qhkL7mm30U5nnxJB1+fjpuo8rMQNwjdMQkXmcPrkq9zwXrCvHBmb LaxF73nv0Iek7H8nR5reuHqXl7H0s64FcjVQV5PX4Yb1TxkRhSw5zQh9H9L8EJBCHI bD5Cb+OVro/WaGj730SHLM/p+znbXDn9O21v+zoQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Eric Dumazet , syzbot , "David S. Miller" , Sasha Levin Subject: [PATCH 5.4 34/90] net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock Date: Mon, 21 Jun 2021 18:15:09 +0200 Message-Id: <20210621154905.278351259@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210621154904.159672728@linuxfoundation.org> References: <20210621154904.159672728@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Eric Dumazet [ Upstream commit a494bd642d9120648b06bb7d28ce6d05f55a7819 ] While unix_may_send(sk, osk) is called while osk is locked, it appears unix_release_sock() can overwrite unix_peer() after this lock has been released, making KCSAN unhappy. Changing unix_release_sock() to access/change unix_peer() before lock is released should fix this issue. BUG: KCSAN: data-race in unix_dgram_sendmsg / unix_release_sock write to 0xffff88810465a338 of 8 bytes by task 20852 on cpu 1: unix_release_sock+0x4ed/0x6e0 net/unix/af_unix.c:558 unix_release+0x2f/0x50 net/unix/af_unix.c:859 __sock_release net/socket.c:599 [inline] sock_close+0x6c/0x150 net/socket.c:1258 __fput+0x25b/0x4e0 fs/file_table.c:280 ____fput+0x11/0x20 fs/file_table.c:313 task_work_run+0xae/0x130 kernel/task_work.c:164 tracehook_notify_resume include/linux/tracehook.h:189 [inline] exit_to_user_mode_loop kernel/entry/common.c:175 [inline] exit_to_user_mode_prepare+0x156/0x190 kernel/entry/common.c:209 __syscall_exit_to_user_mode_work kernel/entry/common.c:291 [inline] syscall_exit_to_user_mode+0x20/0x40 kernel/entry/common.c:302 do_syscall_64+0x56/0x90 arch/x86/entry/common.c:57 entry_SYSCALL_64_after_hwframe+0x44/0xae read to 0xffff88810465a338 of 8 bytes by task 20888 on cpu 0: unix_may_send net/unix/af_unix.c:189 [inline] unix_dgram_sendmsg+0x923/0x1610 net/unix/af_unix.c:1712 sock_sendmsg_nosec net/socket.c:654 [inline] sock_sendmsg net/socket.c:674 [inline] ____sys_sendmsg+0x360/0x4d0 net/socket.c:2350 ___sys_sendmsg net/socket.c:2404 [inline] __sys_sendmmsg+0x315/0x4b0 net/socket.c:2490 __do_sys_sendmmsg net/socket.c:2519 [inline] __se_sys_sendmmsg net/socket.c:2516 [inline] __x64_sys_sendmmsg+0x53/0x60 net/socket.c:2516 do_syscall_64+0x4a/0x90 arch/x86/entry/common.c:47 entry_SYSCALL_64_after_hwframe+0x44/0xae value changed: 0xffff888167905400 -> 0x0000000000000000 Reported by Kernel Concurrency Sanitizer on: CPU: 0 PID: 20888 Comm: syz-executor.0 Not tainted 5.13.0-rc5-syzkaller #0 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Signed-off-by: Eric Dumazet Reported-by: syzbot Signed-off-by: David S. Miller Signed-off-by: Sasha Levin --- net/unix/af_unix.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index ecadd9e482c4..9f96826eb3ba 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c @@ -537,12 +537,14 @@ static void unix_release_sock(struct sock *sk, int embrion) u->path.mnt = NULL; state = sk->sk_state; sk->sk_state = TCP_CLOSE; + + skpair = unix_peer(sk); + unix_peer(sk) = NULL; + unix_state_unlock(sk); wake_up_interruptible_all(&u->peer_wait); - skpair = unix_peer(sk); - if (skpair != NULL) { if (sk->sk_type == SOCK_STREAM || sk->sk_type == SOCK_SEQPACKET) { unix_state_lock(skpair); @@ -557,7 +559,6 @@ static void unix_release_sock(struct sock *sk, int embrion) unix_dgram_peer_wake_disconnect(sk, skpair); sock_put(skpair); /* It may now die */ - unix_peer(sk) = NULL; } /* Try to flush out this socket. Throw out buffers at least */ -- 2.30.2