Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4828101yba; Tue, 30 Apr 2019 05:09:37 -0700 (PDT) X-Google-Smtp-Source: APXvYqw/Wv1g9wOoJH1OI+UAFK91tkncMBIo0W+Ek3XFI1SmxEbM5fqgo690gVCnGU/FXhhwQ22H X-Received: by 2002:a65:644e:: with SMTP id s14mr13043463pgv.290.1556626177592; Tue, 30 Apr 2019 05:09:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556626177; cv=none; d=google.com; s=arc-20160816; b=GR8vZrL2JOqa10wDV4zcsQFKRRmEQFr+BbHg2JRFln+kSrxm7m6XzRpLHJOM499uRo rggmpqmxNp9axOF3JPXTynQFezmwJkmrmkO8v7lI4TEAbivVvIpYaRvxcusljgJ2jWBe azeTQeGDlgTaCPB+aIh/ptFsqmZeS66nDzRmwomScT33nOhxLRdefqiuvpJgXCsql5BR vtpTFRnx7wMXqC7Sr0LD2FFBIhU8cdO0smWnNHSSZkkhvn91SnqNq/Kvk/S40HM7fHfr x8nZ3qqDIMCPEaPDelaKxkUngQKAEKw6NC/f1svT8EqTApLKXkr8HcjYxfQNydFU/QI9 34iw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=fQT6EFkkiC3FgNNDdt+RqbTbv4CU4AbaZIwutWZucww=; b=IakIlEvbKNu/J2ZRF1rP7SjCnTIAfdEHvteCdQw6C4KSw93stt3iF78f1Jmp8ZMpLE q4dcPkgpoT8CmURGg+hgIZXNv5t6cszPtyox5ulxmPsM577MRn4In1Kov71DbPeC/CL5 dQzIyW1SJpiNsh4TARAiPkYRmYB3UYYUviYxsQyewsQJToOM1u3mNk4TmK/cmPjpVT7N phXwWhwRijaV7JCZI00XEC9VxzTgEaKFTPTGaxZQEbifLn7sOGRG26FvWPzA32CYrE+O x01BXes/cn9FZtOq2vGeb6uxnJBJknXdrGat6DdCLUJTD+VCXNVxch1N7vEUje+BobEU 8S6w== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=PgJadybx; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s189si21097366pgb.346.2019.04.30.05.09.20; Tue, 30 Apr 2019 05:09:37 -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; dkim=pass header.i=@kernel.org header.s=default header.b=PgJadybx; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728252AbfD3LkF (ORCPT + 99 others); Tue, 30 Apr 2019 07:40:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:45826 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728212AbfD3LkB (ORCPT ); Tue, 30 Apr 2019 07:40:01 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 06A9E21670; Tue, 30 Apr 2019 11:39:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556624400; bh=yNF5fBcZBeHofcbFX4RGA8qq7oiAsCqYqoSBSysuYh8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PgJadybxojFFNxuQzjxWGgxiT0D5a+392W6nrvnMdPbEu0LoZTNyAv8Acxx37dgKm rzLQo53wn2BIrJJG38+pJvk/Cn4jCcZ29L3cjnRKZTgQGTmC9Tgbx4LB/N15d7GTFl wIHgIGysCiOoNX4s2uodkYdOx6hkjLr2soqK8zAQ= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, syzbot+3ce8520484b0d4e260a5@syzkaller.appspotmail.com, Xin Long , "David S. Miller" Subject: [PATCH 4.9 20/41] tipc: handle the err returned from cmd header function Date: Tue, 30 Apr 2019 13:38:31 +0200 Message-Id: <20190430113530.005872610@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190430113524.451237916@linuxfoundation.org> References: <20190430113524.451237916@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Xin Long commit 2ac695d1d602ce00b12170242f58c3d3a8e36d04 upstream. Syzbot found a crash: BUG: KMSAN: uninit-value in tipc_nl_compat_name_table_dump+0x54f/0xcd0 net/tipc/netlink_compat.c:872 Call Trace: tipc_nl_compat_name_table_dump+0x54f/0xcd0 net/tipc/netlink_compat.c:872 __tipc_nl_compat_dumpit+0x59e/0xda0 net/tipc/netlink_compat.c:215 tipc_nl_compat_dumpit+0x63a/0x820 net/tipc/netlink_compat.c:280 tipc_nl_compat_handle net/tipc/netlink_compat.c:1226 [inline] tipc_nl_compat_recv+0x1b5f/0x2750 net/tipc/netlink_compat.c:1265 genl_family_rcv_msg net/netlink/genetlink.c:601 [inline] genl_rcv_msg+0x185f/0x1a60 net/netlink/genetlink.c:626 netlink_rcv_skb+0x431/0x620 net/netlink/af_netlink.c:2477 genl_rcv+0x63/0x80 net/netlink/genetlink.c:637 netlink_unicast_kernel net/netlink/af_netlink.c:1310 [inline] netlink_unicast+0xf3e/0x1020 net/netlink/af_netlink.c:1336 netlink_sendmsg+0x127f/0x1300 net/netlink/af_netlink.c:1917 sock_sendmsg_nosec net/socket.c:622 [inline] sock_sendmsg net/socket.c:632 [inline] Uninit was created at: __alloc_skb+0x309/0xa20 net/core/skbuff.c:208 alloc_skb include/linux/skbuff.h:1012 [inline] netlink_alloc_large_skb net/netlink/af_netlink.c:1182 [inline] netlink_sendmsg+0xb82/0x1300 net/netlink/af_netlink.c:1892 sock_sendmsg_nosec net/socket.c:622 [inline] sock_sendmsg net/socket.c:632 [inline] It was supposed to be fixed on commit 974cb0e3e7c9 ("tipc: fix uninit-value in tipc_nl_compat_name_table_dump") by checking TLV_GET_DATA_LEN(msg->req) in cmd->header()/tipc_nl_compat_name_table_dump_header(), which is called ahead of tipc_nl_compat_name_table_dump(). However, tipc_nl_compat_dumpit() doesn't handle the error returned from cmd header function. It means even when the check added in that fix fails, it won't stop calling tipc_nl_compat_name_table_dump(), and the issue will be triggered again. So this patch is to add the process for the err returned from cmd header function in tipc_nl_compat_dumpit(). Reported-by: syzbot+3ce8520484b0d4e260a5@syzkaller.appspotmail.com Signed-off-by: Xin Long Signed-off-by: David S. Miller Signed-off-by: Greg Kroah-Hartman --- net/tipc/netlink_compat.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) --- a/net/tipc/netlink_compat.c +++ b/net/tipc/netlink_compat.c @@ -262,8 +262,14 @@ static int tipc_nl_compat_dumpit(struct if (msg->rep_type) tipc_tlv_init(msg->rep, msg->rep_type); - if (cmd->header) - (*cmd->header)(msg); + if (cmd->header) { + err = (*cmd->header)(msg); + if (err) { + kfree_skb(msg->rep); + msg->rep = NULL; + return err; + } + } arg = nlmsg_new(0, GFP_KERNEL); if (!arg) {