From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A6DD2C47089 for ; Wed, 26 May 2021 15:03:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 83C17613BC for ; Wed, 26 May 2021 15:03:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235270AbhEZPEv (ORCPT ); Wed, 26 May 2021 11:04:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234987AbhEZPEu (ORCPT ); Wed, 26 May 2021 11:04:50 -0400 Received: from mail-io1-xd29.google.com (mail-io1-xd29.google.com [IPv6:2607:f8b0:4864:20::d29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D3027C06175F for ; Wed, 26 May 2021 08:03:16 -0700 (PDT) Received: by mail-io1-xd29.google.com with SMTP id b25so1323888iot.5 for ; Wed, 26 May 2021 08:03:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20150623.gappssmtp.com; s=20150623; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=yd9BkCgkqeJ67/8O8QywKaJ9wtr2QyuJ36blaYWY/JM=; b=yHuqERU3TkbAe/bG033XfWs4GeDHGVLnIuQNaUt9VtitjN9iCorY3E2KG/d/w+NBT5 ShOtCRoO9B8P7yPD/CcBV6yFjjXLlJPcPcJfsQWUq4O7+eCuYLcl4aECmUSAMe57dcH7 tpOEXiSqyzB+x5qHcvM7zyChRabeTxA1/dySGnypT9TYtw/RAwMJKbv/tQFgy+Rgcu2U yTu7cFn26ipm3gKRhAF+T4i3pqYTQI2n3TH6pwAl3JP4MPGTEB1PqOJTeMJd1IyaIPV2 dlXfER1MllTP+gTjSn86R3Vizo7smQXVWR7tIurIiuRbDQy7a62OHdgQyJqKpkqKfvXH Wpaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=yd9BkCgkqeJ67/8O8QywKaJ9wtr2QyuJ36blaYWY/JM=; b=DtUyHAPH7XLxn0DyVnz/JfbKbhJ/CFHSTCdBd0OEiqDB5xUXb60rnx8FNuUM5KY8ow 3iSJKVBPqkuqJA2QPo27a0LEpfTM0vfbZIqbAUWh3HQL9quyIq36ygo2puIspx3lBbV9 mviE+RERlRU3rC8tsmcGKjmCWRlkZIjbFj4aDxKssTpIXgVpBlA9S5ApPSbi0nGqZwWs VfQtPi51tdmUTZno7+w1nT2c8tRsQhJHRibApF8owgJvn7AHCrWTFAZ9vea5PAztALRC Quu4hEuszhh1byPGo9BlhamPzxI9Hgvn+BhTygGHIxAYIBRBVXi1I0yGnYAPnDtAiHwc PFCg== X-Gm-Message-State: AOAM5331H3g5d+Mo5zXPBiJOUjxFyLRF3Ds+E5aQGNT0x8ZzaJM/7dZi bWoruzhWvJHM9k/7xzbU53yRIVexp4N+80D2 X-Google-Smtp-Source: ABdhPJxgiL9seMiRRDh/Q/XCkBfXu4i6STpw9ewvI1V/RFnO/RQs4fZChtSqAOIzk/F3q4MM5sWnQw== X-Received: by 2002:a5e:8a42:: with SMTP id o2mr24394616iom.144.1622041395719; Wed, 26 May 2021 08:03:15 -0700 (PDT) Received: from [192.168.1.30] ([65.144.74.34]) by smtp.gmail.com with ESMTPSA id m8sm14720010ilh.38.2021.05.26.08.03.15 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 26 May 2021 08:03:15 -0700 (PDT) Subject: Re: [PATCH v2] io-wq: Fix UAF when wakeup wqe in hash waitqueue To: qiang.zhang@windriver.com, asml.silence@gmail.com Cc: io-uring@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210526050826.30500-1-qiang.zhang@windriver.com> From: Jens Axboe Message-ID: <4b0a8cfa-938c-19fd-ee82-bd4426d55823@kernel.dk> Date: Wed, 26 May 2021 09:03:14 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20210526050826.30500-1-qiang.zhang@windriver.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/25/21 11:08 PM, qiang.zhang@windriver.com wrote: > From: Zqiang > > BUG: KASAN: use-after-free in __wake_up_common+0x637/0x650 > Read of size 8 at addr ffff8880304250d8 by task iou-wrk-28796/28802 > > Call Trace: > __dump_stack [inline] > dump_stack+0x141/0x1d7 > print_address_description.constprop.0.cold+0x5b/0x2c6 > __kasan_report [inline] > kasan_report.cold+0x7c/0xd8 > __wake_up_common+0x637/0x650 > __wake_up_common_lock+0xd0/0x130 > io_worker_handle_work+0x9dd/0x1790 > io_wqe_worker+0xb2a/0xd40 > ret_from_fork+0x1f/0x30 > > Allocated by task 28798: > kzalloc_node [inline] > io_wq_create+0x3c4/0xdd0 > io_init_wq_offload [inline] > io_uring_alloc_task_context+0x1bf/0x6b0 > __io_uring_add_task_file+0x29a/0x3c0 > io_uring_add_task_file [inline] > io_uring_install_fd [inline] > io_uring_create [inline] > io_uring_setup+0x209a/0x2bd0 > do_syscall_64+0x3a/0xb0 > entry_SYSCALL_64_after_hwframe+0x44/0xae > > Freed by task 28798: > kfree+0x106/0x2c0 > io_wq_destroy+0x182/0x380 > io_wq_put [inline] > io_wq_put_and_exit+0x7a/0xa0 > io_uring_clean_tctx [inline] > __io_uring_cancel+0x428/0x530 > io_uring_files_cancel > do_exit+0x299/0x2a60 > do_group_exit+0x125/0x310 > get_signal+0x47f/0x2150 > arch_do_signal_or_restart+0x2a8/0x1eb0 > handle_signal_work[inline] > exit_to_user_mode_loop [inline] > exit_to_user_mode_prepare+0x171/0x280 > __syscall_exit_to_user_mode_work [inline] > syscall_exit_to_user_mode+0x19/0x60 > do_syscall_64+0x47/0xb0 > entry_SYSCALL_64_after_hwframe > > There are the following scenarios, hash waitqueue is shared by > io-wq1 and io-wq2. (note: wqe is worker) > > io-wq1:worker2 | locks bit1 > io-wq2:worker1 | waits bit1 > io-wq1:worker3 | waits bit1 > > io-wq1:worker2 | completes all wqe bit1 work items > io-wq1:worker2 | drop bit1, exit > > io-wq2:worker1 | locks bit1 > io-wq1:worker3 | can not locks bit1, waits bit1 and exit > io-wq1 | exit and free io-wq1 > io-wq2:worker1 | drops bit1 > io-wq1:worker3 | be waked up, even though wqe is freed > > After all iou-wrk belonging to io-wq1 have exited, remove wqe > form hash waitqueue, it is guaranteed that there will be no more > wqe belonging to io-wq1 in the hash waitqueue. Thanks, applied. -- Jens Axboe