Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1155224ybl; Wed, 21 Aug 2019 10:58:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqwjV3k7wXEWwWrw20DsOi4N2g8lUpm3yAYgb+8lkkVvItY76QuAzgD21MuVvt3GtJZm/npz X-Received: by 2002:a17:90a:bf82:: with SMTP id d2mr1163098pjs.121.1566410323134; Wed, 21 Aug 2019 10:58:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566410323; cv=none; d=google.com; s=arc-20160816; b=VKgbvFZgEtAa3O19rZhy2h7CJGuekvzimUOTq3Q4oDDJ4D9c9QrAn85utPdisMIIlo iQOBg8FVjDTc2Lfm3w2GJ3SZYOxRyDsGUYDCbY1DJEP+LKniqmObw3BMrxaMmz4Cr7YZ 338wo3YQPs9ubVtuyS2AWzAhKOGeqo/0nXpFZGsXHFovu0RDM0AlePabBapZuVMfDZRo rvd2pkpDa0Tn6Ie4uT/AXCmnQAY82XKLPDrkNQ6Y+t8gIIrPzTDbLOdfWpgYif6Bl7ap U2WUTyqznN4BWdurt7hQEtP+bh49gQOg9/TGwZgRzAScgb2APMkh6kUBYceqpq/q9YNH 45+w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=I6ZGcwN59vg+ENhvBa1cl9a+RNEDukJt1reakyFGuM0=; b=Sty0ncMPzRLE94S/rP3dlrlp7SblCCOWUgzHe/EX2PwWmVBTsXpEluX4LUfIAcrXuH QD5Oz/2Ex4KHK4F7SW0pcdzYCuepNkBzGSDFe6r8/YoaYQMvWx4ExjTzujHJixXQwB4d 6o+tOv47KSXI+HvtRfiPGBTJxgthuJch49ZktGCHWV80U4Jh8TqmbhB92UTsIgr0h+uy kD2vRhBQb0h4knwFAJUaEDtKFBFs8wC28VRc7cKm0ThxQ4dq9J65fdm7NtUPGdB6ZXoS 9IaypOVeD5SAy9Yf8rRfa1dcX93knP3NxF5ocGlPUglJpcR1B+exv0SRL5xmUZLTbaC1 KS9g== 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 j18si432992pjn.42.2019.08.21.10.58.28; Wed, 21 Aug 2019 10:58:43 -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; 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 S1728163AbfHUR1N (ORCPT + 99 others); Wed, 21 Aug 2019 13:27:13 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:53884 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1727266AbfHUR1N (ORCPT ); Wed, 21 Aug 2019 13:27:13 -0400 Received: (qmail 6192 invoked by uid 2102); 21 Aug 2019 13:27:12 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 21 Aug 2019 13:27:12 -0400 Date: Wed, 21 Aug 2019 13:27:12 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Jiri Kosina cc: andreyknvl@google.com, , , Kernel development list , USB list , Subject: [PATCH] HID: hidraw: Fix invalid read in hidraw_ioctl In-Reply-To: <000000000000d45a4c0590a2d8bd@google.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The syzbot fuzzer has reported a pair of problems in the hidraw_ioctl() function: slab-out-of-bounds read and use-after-free read. An example of the first: BUG: KASAN: slab-out-of-bounds in strlen+0x79/0x90 lib/string.c:525 Read of size 1 at addr ffff8881c8035f38 by task syz-executor.4/2833 CPU: 1 PID: 2833 Comm: syz-executor.4 Not tainted 5.3.0-rc2+ #1 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011 Call Trace: __dump_stack lib/dump_stack.c:77 [inline] dump_stack+0xca/0x13e lib/dump_stack.c:113 print_address_description+0x6a/0x32c mm/kasan/report.c:351 __kasan_report.cold+0x1a/0x33 mm/kasan/report.c:482 kasan_report+0xe/0x12 mm/kasan/common.c:612 strlen+0x79/0x90 lib/string.c:525 strlen include/linux/string.h:281 [inline] hidraw_ioctl+0x245/0xae0 drivers/hid/hidraw.c:446 vfs_ioctl fs/ioctl.c:46 [inline] file_ioctl fs/ioctl.c:509 [inline] do_vfs_ioctl+0xd2d/0x1330 fs/ioctl.c:696 ksys_ioctl+0x9b/0xc0 fs/ioctl.c:713 __do_sys_ioctl fs/ioctl.c:720 [inline] __se_sys_ioctl fs/ioctl.c:718 [inline] __x64_sys_ioctl+0x6f/0xb0 fs/ioctl.c:718 do_syscall_64+0xb7/0x580 arch/x86/entry/common.c:296 entry_SYSCALL_64_after_hwframe+0x49/0xbe RIP: 0033:0x459829 Code: fd b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00 00 66 90 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 0f 83 cb b7 fb ff c3 66 2e 0f 1f 84 00 00 00 00 RSP: 002b:00007f7a68f6dc78 EFLAGS: 00000246 ORIG_RAX: 0000000000000010 RAX: ffffffffffffffda RBX: 0000000000000003 RCX: 0000000000459829 RDX: 0000000000000000 RSI: 0000000080404805 RDI: 0000000000000004 RBP: 000000000075bf20 R08: 0000000000000000 R09: 0000000000000000 R10: 0000000000000000 R11: 0000000000000246 R12: 00007f7a68f6e6d4 R13: 00000000004c21de R14: 00000000004d5620 R15: 00000000ffffffff The two problems have the same cause: hidraw_ioctl() fails to test whether the device has been removed. This patch adds the missing test. Reported-and-tested-by: syzbot+5a6c4ec678a0c6ee84ba@syzkaller.appspotmail.com Signed-off-by: Alan Stern CC: --- [as1910.hidraw-ioctl-fix] drivers/hid/hidraw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: usb-devel/drivers/hid/hidraw.c =================================================================== --- usb-devel.orig/drivers/hid/hidraw.c +++ usb-devel/drivers/hid/hidraw.c @@ -370,7 +370,7 @@ static long hidraw_ioctl(struct file *fi mutex_lock(&minors_lock); dev = hidraw_table[minor]; - if (!dev) { + if (!dev || !dev->exist) { ret = -ENODEV; goto out; }