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 26565C433FE for ; Thu, 16 Dec 2021 17:14:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240053AbhLPROx (ORCPT ); Thu, 16 Dec 2021 12:14:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56034 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235539AbhLPROw (ORCPT ); Thu, 16 Dec 2021 12:14:52 -0500 Received: from mail-wr1-x435.google.com (mail-wr1-x435.google.com [IPv6:2a00:1450:4864:20::435]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 016C7C06173E for ; Thu, 16 Dec 2021 09:14:51 -0800 (PST) Received: by mail-wr1-x435.google.com with SMTP id v11so45395190wrw.10 for ; Thu, 16 Dec 2021 09:14:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to; bh=uRjKljc4yegWQqkyxyBTI2kdTqp33hVgEMBiYfg4ycs=; b=FtSpZqr3rOHmoBKZ4ZfkLwOaza92prXpwUv+tFaqSiZ4sEDE9mn8TfkXoonODUlMzn i9cVgLcwRI79RJw7w3EmJ+WDYYGMHu2PjZq8UHyDFVtRthlGYuWWa4+l5+wAeAN2ZLNK b+C3HarIuF6L/vpLkoAbpOqfeeczy01X5glxcZohQ6BNZJ4SV3LJ+D8GvLe7k1+OCjHA Aq6wksyDY0eYc2I0Wrxqs+52yXkbLmbWV2hC8ZYZT30tpVWVJzH3zPZnF3Vvm9qKTEel 9cZh/CGF8pvLXsApDQ56r5mYsgnMvAq05Oq8IXjkV5dwnXI0jqlZzcT/xdYCquGLS0Ov HxaQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=uRjKljc4yegWQqkyxyBTI2kdTqp33hVgEMBiYfg4ycs=; b=l/121uNoujFV0C6NRA+Xtjoh+Qafc9oOFUhRK1KTMXmLmzlnhwlZzmIcU6xLqWjdoz XEgdp7kehmSf6022HYFuoty8uKi3gZRnmUWC1AXdqBdZBSHBRRhrAY8emOGkqH05V0oH Gb+zzdzG3Hima8PyTR6QX3ti4BnKEqONVBxzwDqnVhqGG1XhUAwx5hzihIpjveiwrWY7 v3FOnj75HrIPiH8bV2Z8MrUhChcyWcKpQxZrZQAYRbkVvJUp/txWyV5boKXcHHXH3+7B LViwaIGEj3V/ipplA4upQ5yayKcVss2WALLREk7XJwKqW++9vjzpTyOiPMRizCkHolEO gINQ== X-Gm-Message-State: AOAM532XbQAKzJhJeNl8OEQ9k4rymZvgwcft3PIRW7qQgjM93JLSoW/6 cYO9baKqUkd/pGuS2jSc5DV8FA== X-Google-Smtp-Source: ABdhPJz/qjRnGER3BMfsfcmhXY5XY5zjqFD9zwyEULhTIE6CMZcXzUI1L45GjBzAPwU6YIM725tNug== X-Received: by 2002:adf:dd8d:: with SMTP id x13mr1280778wrl.401.1639674890505; Thu, 16 Dec 2021 09:14:50 -0800 (PST) Received: from google.com ([2.31.167.18]) by smtp.gmail.com with ESMTPSA id e12sm6821826wrq.20.2021.12.16.09.14.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Dec 2021 09:14:50 -0800 (PST) Date: Thu, 16 Dec 2021 17:14:39 +0000 From: Lee Jones To: Xin Long Cc: Jakub Kicinski , LKML , Vlad Yasevich , Neil Horman , Marcelo Ricardo Leitner , "David S. Miller" , lksctp developers , "H.P. Yarroll" , Karl Knutson , Jon Grimm , Xingang Guo , Hui Huang , Sridhar Samudrala , Daisy Chang , Ryan Layer , Kevin Gao , network dev Subject: Re: [RESEND 2/2] sctp: hold cached endpoints to prevent possible UAF Message-ID: References: <20211214215732.1507504-1-lee.jones@linaro.org> <20211214215732.1507504-2-lee.jones@linaro.org> <20211215174818.65f3af5e@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 16 Dec 2021, Lee Jones wrote: > On Thu, 16 Dec 2021, Xin Long wrote: > > > On Thu, Dec 16, 2021 at 11:39 AM Lee Jones wrote: > > > > > > On Thu, 16 Dec 2021, Xin Long wrote: > > > > > > > On Wed, Dec 15, 2021 at 8:48 PM Jakub Kicinski wrote: > > > > > > > > > > On Tue, 14 Dec 2021 21:57:32 +0000 Lee Jones wrote: > > > > > > The cause of the resultant dump_stack() reported below is a > > > > > > dereference of a freed pointer to 'struct sctp_endpoint' in > > > > > > sctp_sock_dump(). > > > > > > > > > > > > This race condition occurs when a transport is cached into its > > > > > > associated hash table followed by an endpoint/sock migration to a new > > > > > > association in sctp_assoc_migrate() prior to their subsequent use in > > > > > > sctp_diag_dump() which uses sctp_for_each_transport() to walk the hash > > > > > > table calling into sctp_sock_dump() where the dereference occurs. > > > > > > > in sctp_sock_dump(): > > > > struct sock *sk = ep->base.sk; > > > > ... <--[1] > > > > lock_sock(sk); > > > > > > > > Do you mean in [1], the sk is peeled off and gets freed elsewhere? > > > > > > 'ep' and 'sk' are both switched out for new ones in sctp_sock_migrate(). > > > > > > > if that's true, it's still late to do sock_hold(sk) in your this patch. > > > > > > No, that's not right. > > > > > > The schedule happens *inside* the lock_sock() call. > > Sorry, I don't follow this. > > We can't expect when the schedule happens, why do you think this > > can never be scheduled before the lock_sock() call? > > True, but I've had this running for hours and it hasn't reproduced. > > Without this patch, I can reproduce this in around 2 seconds. > > The C-repro for this is pretty intense! > > If you want to be *sure* that a schedule will never happen, we can > take a reference directly with: > > ep = sctp_endpoint_hold(tsp->asoc->ep); > sk = sock_hold(ep->base.sk); > > Which was my original plan before I soak tested this submitted patch > for hours without any sign of reproducing the issue. > > > If the sock is peeled off or is being freed, we shouldn't dump this sock, > > and it's better to skip it. > > I guess we can do that too. > > Are you suggesting sctp_sock_migrate() as the call site? Also, when are you planning on testing the flag? Won't that suffer with the same issue(s)? -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog