Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3708418imu; Mon, 14 Jan 2019 07:43:56 -0800 (PST) X-Google-Smtp-Source: ALg8bN7gKQ9+UGv6bZwqsfNfUqofZ6I7tpVajH1ELhNtz4kGjLm9wo4XHoT6jVXObUb3k+VwLne9 X-Received: by 2002:a17:902:380c:: with SMTP id l12mr25339651plc.326.1547480636367; Mon, 14 Jan 2019 07:43:56 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547480636; cv=none; d=google.com; s=arc-20160816; b=B+PSkxapvOCiAF2zJzfd6huQ3WncLFxictGkEBM4frqKEvjj14X/G+FyaJT8CE4M3a FqlmWVnfjq2iUyPInHHtpc+czwdIYeWvc2spc2VUFCfXPhbHYyk/4g4eF1A269txz1G2 te9JlvQoQ/V64lWfuDmPcuxlPhrneauZTK2ydPZb+E0q+letxJwS/2gHAF6JmaSfrj7C 6Tf4td9e1GnAxxfxyM1vDn4VjPGczy3PiS3Foa2gy9f0U/Sj3b+q+a4WZgH98jnHaz48 JX7zZeqyhXyWOTbx2JzSDW/fV3UAx/9nlQC3z9E5vWJgBFMMRTLXFkCXLBGxDDVTLbZB 5V6g== 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 :references:in-reply-to:message-id:subject:cc:to:from:date; bh=OhhYZO5vdVV3/JBOMyx8+9UjKTDY2FTkOaocevWmG38=; b=YD8lR3ClTk3/MFowGHmzIas7dVZIP7QGncI7E2ZQC6Pgqw7Dzklwvk1Mw9mi7hfEAO 75m0avdB1Ld0Co6h4jXm7LhseKgy1fq5PeMRirKB7avzJe6N2w2D21PuAC47vJkbhIDt hb3HUqfhWtf7J4PApGdLUvFK5jlRwUWdfyLc5dBSGmVJSL30VyqdDVBp8kwxZLiV8cTY 1R/oSmF0RAE6dmtyvLQfMYmF0ygN1ndSuOVPFbJfn0zKLqQchFGzSi49oGUYTll0MMzo Fq/unPWGKayMaUQf12va8mxa+uM0SoZax7qR6qnE6z8CVdCDh3q1syUIA4AEdIIsMl4S U0/A== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q11si594944pgj.313.2019.01.14.07.43.38; Mon, 14 Jan 2019 07:43:56 -0800 (PST) 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726763AbfANPm1 (ORCPT + 99 others); Mon, 14 Jan 2019 10:42:27 -0500 Received: from mail.kernel.org ([198.145.29.99]:57798 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726653AbfANPm1 (ORCPT ); Mon, 14 Jan 2019 10:42:27 -0500 Received: from gandalf.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (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 26B562063F; Mon, 14 Jan 2019 15:42:26 +0000 (UTC) Date: Mon, 14 Jan 2019 10:42:24 -0500 From: Steven Rostedt To: Masami Hiramatsu Cc: Andrea Righi , Ingo Molnar , linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH v2] tracing/kprobes: fix NULL pointer dereference in trace_kprobe_create() Message-ID: <20190114104224.18855f6a@gandalf.local.home> In-Reply-To: <20190111224559.4d55dafa75a20e3f2e55ab7b@kernel.org> References: <20190111060113.GA22841@xps-13> <20190111224559.4d55dafa75a20e3f2e55ab7b@kernel.org> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 11 Jan 2019 22:45:59 +0900 Masami Hiramatsu wrote: > On Fri, 11 Jan 2019 07:01:13 +0100 > Andrea Righi wrote: > > > It is possible to trigger a NULL pointer dereference by writing an > > incorrectly formatted string to krpobe_events (trying to create a > > kretprobe omitting the symbol). > > > > Example: > > > > echo "r:event_1 " >> /sys/kernel/debug/tracing/kprobe_events > > > > That triggers this: > > > > BUG: unable to handle kernel NULL pointer dereference at 0000000000000000 > > #PF error: [normal kernel read fault] > > PGD 0 P4D 0 > > Oops: 0000 [#1] SMP PTI > > CPU: 6 PID: 1757 Comm: bash Not tainted 5.0.0-rc1+ #125 > > Hardware name: Dell Inc. XPS 13 9370/0F6P3V, BIOS 1.5.1 08/09/2018 > > RIP: 0010:kstrtoull+0x2/0x20 > > Code: 28 00 00 00 75 17 48 83 c4 18 5b 41 5c 5d c3 b8 ea ff ff ff eb e1 b8 de ff ff ff eb da e8 d6 36 bb ff 66 0f 1f 44 00 00 31 c0 <80> 3f 2b 55 48 89 e5 0f 94 c0 48 01 c7 e8 5c ff ff ff 5d c3 66 2e > > RSP: 0018:ffffb5d482e57cb8 EFLAGS: 00010246 > > RAX: 0000000000000000 RBX: 0000000000000001 RCX: ffffffff82b12720 > > RDX: ffffb5d482e57cf8 RSI: 0000000000000000 RDI: 0000000000000000 > > RBP: ffffb5d482e57d70 R08: ffffa0c05e5a7080 R09: ffffa0c05e003980 > > R10: 0000000000000000 R11: 0000000040000000 R12: ffffa0c04fe87b08 > > R13: 0000000000000001 R14: 000000000000000b R15: ffffa0c058d749e1 > > FS: 00007f137c7f7740(0000) GS:ffffa0c05e580000(0000) knlGS:0000000000000000 > > CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 > > CR2: 0000000000000000 CR3: 0000000497d46004 CR4: 00000000003606e0 > > Call Trace: > > ? trace_kprobe_create+0xb6/0x840 > > ? _cond_resched+0x19/0x40 > > ? _cond_resched+0x19/0x40 > > ? __kmalloc+0x62/0x210 > > ? argv_split+0x8f/0x140 > > ? trace_kprobe_create+0x840/0x840 > > ? trace_kprobe_create+0x840/0x840 > > create_or_delete_trace_kprobe+0x11/0x30 > > trace_run_command+0x50/0x90 > > trace_parse_run_command+0xc1/0x160 > > probes_write+0x10/0x20 > > __vfs_write+0x3a/0x1b0 > > ? apparmor_file_permission+0x1a/0x20 > > ? security_file_permission+0x31/0xf0 > > ? _cond_resched+0x19/0x40 > > vfs_write+0xb1/0x1a0 > > ksys_write+0x55/0xc0 > > __x64_sys_write+0x1a/0x20 > > do_syscall_64+0x5a/0x120 > > entry_SYSCALL_64_after_hwframe+0x44/0xa9 > > > > Fix by doing the proper argument checks in trace_kprobe_create(). > > Thank you Andrea! > > Acked-by: Masami Hiramatsu > I've applied it and will be testing it now. Thanks! -- Steve