Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7CA07C61DA7 for ; Sat, 28 Jan 2023 08:13:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233763AbjA1IN4 (ORCPT ); Sat, 28 Jan 2023 03:13:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53220 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbjA1INy (ORCPT ); Sat, 28 Jan 2023 03:13:54 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5DC5AF771 for ; Sat, 28 Jan 2023 00:13:53 -0800 (PST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id EAAC61FEE7; Sat, 28 Jan 2023 08:13:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1674893631; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=j0bC1IACweb+rUsjNdy5DfWP6SMIJaSitYsbfNy3ayo=; b=H+XfM6HeZ7ed6n2dCv9vhwHSrLviSOceivlN2XwiPXdbH9tVstdaRrMib2wgJSwRACfHVi rLcAvMHhKrBFw+E+3vUbhzvpP0cVZYeq8wrd2vKlG5lv12HM7sOqqFV8VEY2g2nq1VFTBO 2AXwMUXSfy/RReaxmTF3zbx0T6LQJ6U= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1674893631; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=j0bC1IACweb+rUsjNdy5DfWP6SMIJaSitYsbfNy3ayo=; b=qn8WrN1MEpeU6RXsR+1Jq6cyY337ttMKo5ZCHuhhu19Mdwgge0mMGmef/vMSjIha+19KRb NTcHYZ3JPSdo5qAw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id A8EE313918; Sat, 28 Jan 2023 08:13:51 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id vHPCJz/Z1GMFGAAAMHmgww (envelope-from ); Sat, 28 Jan 2023 08:13:51 +0000 Date: Sat, 28 Jan 2023 09:13:51 +0100 Message-ID: <87bkmjqdog.wl-tiwai@suse.de> From: Takashi Iwai To: Danilo Krummrich Cc: Takashi Iwai , bskeggs@redhat.com, alex000young@gmail.com, security@kernel.org, kherbst@redhat.com, nouveau@lists.freedesktop.org, hackerzheng666@gmail.com, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Zheng Wang Subject: Re: [PATCH] drm/nouveau/mmu: fix Use after Free bug in nvkm_vmm_node_split In-Reply-To: <63d485b2.170a0220.4af4c.d54f@mx.google.com> References: <20221230072758.443644-1-zyytlz.wz@163.com> <87mt6zr9s4.wl-tiwai@suse.de> <87mt64qit5.wl-tiwai@suse.de> <63d485b2.170a0220.4af4c.d54f@mx.google.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 28 Jan 2023 03:17:15 +0100, Danilo Krummrich wrote: > > On Fri, Jan 27, 2023 at 01:10:46PM +0100, Takashi Iwai wrote: > > On Tue, 03 Jan 2023 15:07:55 +0100, > > Takashi Iwai wrote: > > > > > > On Fri, 30 Dec 2022 08:27:58 +0100, > > > Zheng Wang wrote: > > > > > > > > Here is a function call chain. > > > > nvkm_vmm_pfn_map->nvkm_vmm_pfn_split_merge->nvkm_vmm_node_split > > > > If nvkm_vma_tail return NULL in nvkm_vmm_node_split, it will > > > > finally invoke nvkm_vmm_node_merge->nvkm_vmm_node_delete, which > > > > will free the vma. However, nvkm_vmm_pfn_map didn't notice that. > > > > It goes into next label and UAF happens. > > > > > > > > Fix it by returning the return-value of nvkm_vmm_node_merge > > > > instead of NULL. > > > > > > > > Signed-off-by: Zheng Wang > > > > > > FWIW, CVE-2023-0030 has been assigned to this bug. > > > It's a question whether it really deserves as a security issue, but a > > > bug is a bug... > > > > > > Ben, could you review this please? > > > > A gentle ping as reminder. The bug is still present. > > This was also reported in [1]. I had a closer look and FWICT this code is fine > and there isn't a bug. > > Zheng Wang, the reporter of the BZ, also confirmed this to be a false positive > from CodeQL. > > Anyway, here's the explaination I also posted in the BZ: > > "In nvkm_vmm_node_merge() nvkm_vmm_node_delete() is only called when prev is > set. However, prev is NULL unless we enter the "if (vma->addr != addr)" path in > nvkm_vmm_node_split(). In such a case the vma pointer, which is also passed to > nvkm_vmm_node_merge(), is set to a freshly allocated struct nvkm_vma with > nvkm_vma_tail() right before prev is set to the old vma pointer. > > Hence, the only thing happening there when nvkm_vma_tail() fails in the > "if (vma->size != size)" path is that either nvkm_vmm_node_merge() does nothing > in case prev wasn't set or it merges and frees the new vma created in the > "if (vma->addr != addr)" path. Or in other words the proper cleanup for the > error condition is done. > > I can't see any case where the original vma pointer given by nvkm_vmm_pfn_map() > is actually freed." > > [1] https://bugzilla.redhat.com/show_bug.cgi?id=2157041 Thanks for the information! Then we should try to dispute the CVE. I'll ask our security team. Takashi > > - Danilo > > > > > > > thanks, > > > > Takashi > > > > > > > > > > > thanks, > > > > > > Takashi > > > > > > > --- > > > > drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c | 4 ++-- > > > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > > > > > diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c b/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c > > > > index ae793f400ba1..84d6fc87b2e8 100644 > > > > --- a/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c > > > > +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/vmm.c > > > > @@ -937,8 +937,8 @@ nvkm_vmm_node_split(struct nvkm_vmm *vmm, > > > > if (vma->size != size) { > > > > struct nvkm_vma *tmp; > > > > if (!(tmp = nvkm_vma_tail(vma, vma->size - size))) { > > > > - nvkm_vmm_node_merge(vmm, prev, vma, NULL, vma->size); > > > > - return NULL; > > > > + tmp = nvkm_vmm_node_merge(vmm, prev, vma, NULL, vma->size); > > > > + return tmp; > > > > } > > > > tmp->part = true; > > > > nvkm_vmm_node_insert(vmm, tmp); > > > > -- > > > > 2.25.1 > > > > > > >