Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp1960221imm; Thu, 27 Sep 2018 05:23:21 -0700 (PDT) X-Google-Smtp-Source: ACcGV604j7dFOb3XNr3ksZ24mS/pdB4809U/raEaMPSi9UdiB00RI+YDzUxpR6yBc60BTWbITzMI X-Received: by 2002:a17:902:7d88:: with SMTP id a8-v6mr10917035plm.140.1538051001948; Thu, 27 Sep 2018 05:23:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538051001; cv=none; d=google.com; s=arc-20160816; b=WAwr4hLD7LrSXPWyrtO4mLb8u76W5DJB7wAmKWgQkXj76MN2klaKhRD3itBuk8RXWP s6BIla4bvQfoWv9KpvhBF0RKXuRdC25B+A5fv0OIUdPU0Ki1JO+EjsMmB7BSIgYJogCW SRtCVrHEEwCMUmP3VLiI3+KuhlE1sMkZt2Xb2gKUZIpq3Z5NjRhChcio2odvaOxKI5NZ c4+KiYBb/vMIntav80TC3vACTKcjZfzIeEndrQ7ZEAOqjunt9NLuJmOn94yYo591r5n+ uhT1cahor1Bn/XimkdGexS6szkpiQILpQHCpEg5zRgDyyvS6aV2UM60aZl/dlZSuNeRA qqMQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=wR3Jp8B9B3yxlEkxtsTF6M2xm7bz9F85iHFb5xn0xuc=; b=SRY8QP4IPaxC62IHpje1SjM3TXwykNZrEUHom72sk3d3+spLC1GH03OrosqVtvX5F+ yA8bC0zpaAbg44cR4niC1Cy/VqLcuFoVdb9pZ0VXibk6bw3sDYdXiPmTQHtIWSeIoaxl 1YmmLMay97pwW+NsMOF/RzWTJgULiH/LKOjlKetc9it6yo5RDVxxGKpbUnnBdn5RNDJN 5cQYkgCsRaw6cxog7LsbfE7KY68ql0l9qmS340vDOlqVOyEO10cZHXd+cVcw3ltVgIRX 6GXWZJYCOsVwG5tJrRWDaoIUfUv54fACySsRKu823y6DVVCZuFKmBWOxVf4fFevqCHv3 +WJw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 69-v6si2087475plc.388.2018.09.27.05.23.06; Thu, 27 Sep 2018 05:23:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=redhat.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727493AbeI0SkQ (ORCPT + 99 others); Thu, 27 Sep 2018 14:40:16 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42352 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727199AbeI0SkQ (ORCPT ); Thu, 27 Sep 2018 14:40:16 -0400 Received: from smtp.corp.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id B978B81107; Thu, 27 Sep 2018 12:22:14 +0000 (UTC) Received: from jason-ThinkPad-T450s.redhat.com (ovpn-12-27.pek2.redhat.com [10.72.12.27]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1D2CCBF9B1; Thu, 27 Sep 2018 12:22:06 +0000 (UTC) From: Jason Wang To: stefanha@redhat.com, mst@redhat.com Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, sergei.shtylyov@cogentembedded.com, Jason Wang Subject: [PATCH net V2] vhost-vsock: fix use after free Date: Thu, 27 Sep 2018 20:22:04 +0800 Message-Id: <20180927122204.4188-1-jasowang@redhat.com> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Thu, 27 Sep 2018 12:22:14 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The access of vsock is not protected by vhost_vsock_lock. This may lead to use after free since vhost_vsock_dev_release() may free the pointer at the same time. Fix this by holding the lock during the access. Reported-by: syzbot+e3e074963495f92a89ed@syzkaller.appspotmail.com Fixes: 16320f363ae1 ("vhost-vsock: add pkt cancel capability") Fixes: 433fc58e6bf2 ("VSOCK: Introduce vhost_vsock.ko") Cc: Stefan Hajnoczi Signed-off-by: Jason Wang --- - V2: fix typos - The patch is needed for -stable. --- drivers/vhost/vsock.c | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/drivers/vhost/vsock.c b/drivers/vhost/vsock.c index 34bc3ab40c6d..7d0b292867fd 100644 --- a/drivers/vhost/vsock.c +++ b/drivers/vhost/vsock.c @@ -210,21 +210,27 @@ vhost_transport_send_pkt(struct virtio_vsock_pkt *pkt) struct vhost_vsock *vsock; int len = pkt->len; + spin_lock_bh(&vhost_vsock_lock); + /* Find the vhost_vsock according to guest context id */ - vsock = vhost_vsock_get(le64_to_cpu(pkt->hdr.dst_cid)); + vsock = __vhost_vsock_get(le64_to_cpu(pkt->hdr.dst_cid)); if (!vsock) { virtio_transport_free_pkt(pkt); + spin_unlock_bh(&vhost_vsock_lock); return -ENODEV; } if (pkt->reply) atomic_inc(&vsock->queued_replies); - spin_lock_bh(&vsock->send_pkt_list_lock); + spin_lock(&vsock->send_pkt_list_lock); list_add_tail(&pkt->list, &vsock->send_pkt_list); - spin_unlock_bh(&vsock->send_pkt_list_lock); + spin_unlock(&vsock->send_pkt_list_lock); vhost_work_queue(&vsock->dev, &vsock->send_pkt_work); + + spin_unlock_bh(&vhost_vsock_lock); + return len; } @@ -236,18 +242,22 @@ vhost_transport_cancel_pkt(struct vsock_sock *vsk) int cnt = 0; LIST_HEAD(freeme); + spin_lock_bh(&vhost_vsock_lock); + /* Find the vhost_vsock according to guest context id */ - vsock = vhost_vsock_get(vsk->remote_addr.svm_cid); - if (!vsock) + vsock = __vhost_vsock_get(vsk->remote_addr.svm_cid); + if (!vsock) { + spin_unlock_bh(&vhost_vsock_lock); return -ENODEV; + } - spin_lock_bh(&vsock->send_pkt_list_lock); + spin_lock(&vsock->send_pkt_list_lock); list_for_each_entry_safe(pkt, n, &vsock->send_pkt_list, list) { if (pkt->vsk != vsk) continue; list_move(&pkt->list, &freeme); } - spin_unlock_bh(&vsock->send_pkt_list_lock); + spin_unlock(&vsock->send_pkt_list_lock); list_for_each_entry_safe(pkt, n, &freeme, list) { if (pkt->reply) @@ -265,6 +275,8 @@ vhost_transport_cancel_pkt(struct vsock_sock *vsk) vhost_poll_queue(&tx_vq->poll); } + spin_unlock_bh(&vhost_vsock_lock); + return 0; } -- 2.17.1