Re: KASAN: use-after-free Read in fuse_dev_do_read

From: Kirill Tkhai
Date: Mon Sep 24 2018 - 08:06:50 EST


On 22.09.2018 22:30, syzbot wrote:
> syzbot has found a reproducer for the following crash on:
>
> HEAD commit:ÂÂÂ 10dc890d4228 Merge tag 'pinctrl-v4.19-3' of git://git.kern..
> git tree:ÂÂÂÂÂÂ upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=1631cfbe400000
> kernel config:Â https://syzkaller.appspot.com/x/.config?x=5fa12be50bca08d8
> dashboard link: https://syzkaller.appspot.com/bug?extid=4e975615ca01f2277bdd
> compiler:ÂÂÂÂÂÂ gcc (GCC) 8.0.1 20180413 (experimental)
> syz repro:ÂÂÂÂÂ https://syzkaller.appspot.com/x/repro.syz?x=15ffb766400000
>
> IMPORTANT: if you fix the bug, please add the following tag to the commit:
> Reported-by: syzbot+4e975615ca01f2277bdd@xxxxxxxxxxxxxxxxxxxxxxxxx
>
> 8021q: adding VLAN 0 to HW filter on device team0
> 8021q: adding VLAN 0 to HW filter on device team0
> 8021q: adding VLAN 0 to HW filter on device team0
> 8021q: adding VLAN 0 to HW filter on device team0
> ==================================================================
> BUG: KASAN: use-after-free in constant_test_bit arch/x86/include/asm/bitops.h:328 [inline]
> BUG: KASAN: use-after-free in fuse_dev_do_read.isra.27+0x1659/0x1920 fs/fuse/dev.c:1318
> Read of size 8 at addr ffff8801d8702630 by task syz-executor1/7794
>
> CPU: 0 PID: 7794 Comm: syz-executor1 Not tainted 4.19.0-rc4+ #26
> 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+0x1c4/0x2b4 lib/dump_stack.c:113
> Âprint_address_description.cold.8+0x9/0x1ff mm/kasan/report.c:256
> Âkasan_report_error mm/kasan/report.c:354 [inline]
> Âkasan_report.cold.9+0x242/0x309 mm/kasan/report.c:412
> Â__asan_report_load8_noabort+0x14/0x20 mm/kasan/report.c:433
> Âconstant_test_bit arch/x86/include/asm/bitops.h:328 [inline]
> Âfuse_dev_do_read.isra.27+0x1659/0x1920 fs/fuse/dev.c:1318
> Âfuse_dev_read+0x1a9/0x250 fs/fuse/dev.c:1360
> Âcall_read_iter include/linux/fs.h:1802 [inline]
> Ânew_sync_read fs/read_write.c:406 [inline]
> Â__vfs_read+0x6ac/0x9b0 fs/read_write.c:418
> Âvfs_read+0x17f/0x3c0 fs/read_write.c:452
> Âksys_read+0x101/0x260 fs/read_write.c:578
> Â__do_sys_read fs/read_write.c:588 [inline]
> Â__se_sys_read fs/read_write.c:586 [inline]
> Â__x64_sys_read+0x73/0xb0 fs/read_write.c:586
> Âdo_syscall_64+0x1b9/0x820 arch/x86/entry/common.c:290
> Âentry_SYSCALL_64_after_hwframe+0x49/0xbe
> RIP: 0033:0x457679
> Code: 1d b4 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 eb b3 fb ff c3 66 2e 0f 1f 84 00 00 00 00
> RSP: 002b:00007f6a5aeedc78 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
> RAX: ffffffffffffffda RBX: 00007f6a5aeee6d4 RCX: 0000000000457679
> RDX: 0000000000001000 RSI: 0000000020001000 RDI: 0000000000000003
> RBP: 000000000072bf00 R08: 0000000000000000 R09: 0000000000000000
> R10: 0000000000000000 R11: 0000000000000246 R12: 00000000ffffffff
> R13: 00000000004d4ad0 R14: 00000000004c31e5 R15: 0000000000000000
>
> Allocated by task 7801:
> Âsave_stack+0x43/0xd0 mm/kasan/kasan.c:448
> Âset_track mm/kasan/kasan.c:460 [inline]
> Âkasan_kmalloc+0xc7/0xe0 mm/kasan/kasan.c:553
> Âkasan_slab_alloc+0x12/0x20 mm/kasan/kasan.c:490
> Âkmem_cache_alloc+0x12e/0x730 mm/slab.c:3554
> Â__fuse_request_alloc+0x27/0xf0 fs/fuse/dev.c:58
> Âfuse_request_alloc+0x18/0x20 fs/fuse/dev.c:89
> Âfuse_fill_super+0x12bf/0x1ea0 fs/fuse/inode.c:1157
> Âmount_nodev+0x6b/0x110 fs/super.c:1204
> Âfuse_mount+0x2c/0x40 fs/fuse/inode.c:1213
> Âmount_fs+0xae/0x31d fs/super.c:1261
> Âvfs_kern_mount.part.35+0xdc/0x4f0 fs/namespace.c:961
> Âvfs_kern_mount fs/namespace.c:951 [inline]
> Âdo_new_mount fs/namespace.c:2457 [inline]
> Âdo_mount+0x581/0x31f0 fs/namespace.c:2787
> Âksys_mount+0x12d/0x140 fs/namespace.c:3003
> Â__do_sys_mount fs/namespace.c:3017 [inline]
> Â__se_sys_mount fs/namespace.c:3014 [inline]
> Â__x64_sys_mount+0xbe/0x150 fs/namespace.c:3014
> Âdo_syscall_64+0x1b9/0x820 arch/x86/entry/common.c:290
> Âentry_SYSCALL_64_after_hwframe+0x49/0xbe
>
> Freed by task 7801:
> Âsave_stack+0x43/0xd0 mm/kasan/kasan.c:448
> Âset_track mm/kasan/kasan.c:460 [inline]
> Â__kasan_slab_free+0x102/0x150 mm/kasan/kasan.c:521
> Âkasan_slab_free+0xe/0x10 mm/kasan/kasan.c:528
> Â__cache_free mm/slab.c:3498 [inline]
> Âkmem_cache_free+0x83/0x290 mm/slab.c:3756
> Âfuse_request_free+0x8b/0xa0 fs/fuse/dev.c:104
> Âfuse_put_request+0x2a6/0x350 fs/fuse/dev.c:304
> Ârequest_end+0xba/0xaa0 fs/fuse/dev.c:414
> Âfuse_dev_do_write+0x192e/0x36e0 fs/fuse/dev.c:1915
> Âfuse_dev_write+0x19a/0x240 fs/fuse/dev.c:1939
> Âcall_write_iter include/linux/fs.h:1808 [inline]
> Ânew_sync_write fs/read_write.c:474 [inline]
> Â__vfs_write+0x6b8/0x9f0 fs/read_write.c:487
> Âvfs_write+0x1fc/0x560 fs/read_write.c:549
> Âksys_write+0x101/0x260 fs/read_write.c:598
> Â__do_sys_write fs/read_write.c:610 [inline]
> Â__se_sys_write fs/read_write.c:607 [inline]
> Â__x64_sys_write+0x73/0xb0 fs/read_write.c:607
> Âdo_syscall_64+0x1b9/0x820 arch/x86/entry/common.c:290
> Âentry_SYSCALL_64_after_hwframe+0x49/0xbe
>
> The buggy address belongs to the object at ffff8801d8702600
> Âwhich belongs to the cache fuse_request of size 448
> The buggy address is located 48 bytes inside of
> Â448-byte region [ffff8801d8702600, ffff8801d87027c0)
> The buggy address belongs to the page:
> page:ffffea000761c080 count:1 mapcount:0 mapping:ffff8801d4a0e240 index:0x0
> flags: 0x2fffc0000000100(slab)
> raw: 02fffc0000000100 ffffea0006ec0e88 ffffea0006ee91c8 ffff8801d4a0e240
> raw: 0000000000000000 ffff8801d8702000 0000000100000008 0000000000000000
> page dumped because: kasan: bad access detected
>
> Memory state around the buggy address:
> Âffff8801d8702500: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
> Âffff8801d8702580: fb fb fb fb fb fb fb fb fc fc fc fc fc fc fc fc
>> ffff8801d8702600: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
> ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ ^
> Âffff8801d8702680: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
> Âffff8801d8702700: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
> ==================================================================

Fix from my previous message makes the use-after-free does not reproduce
with the reproducer in my setup.

I can prepare the patch, but before this some comments from Miklos would
be welcome.

Miklos, what you think about this?

Kirill
---
diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c
index 11ea2c4a38ab..675caed3e655 100644
--- a/fs/fuse/dev.c
+++ b/fs/fuse/dev.c
@@ -1311,12 +1311,14 @@ static ssize_t fuse_dev_do_read(struct fuse_dev *fud, struct file *file,
goto out_end;
}
list_move_tail(&req->list, &fpq->processing);
+ __fuse_get_request(req);
spin_unlock(&fpq->lock);
set_bit(FR_SENT, &req->flags);
/* matches barrier in request_wait_answer() */
smp_mb__after_atomic();
if (test_bit(FR_INTERRUPTED, &req->flags))
queue_interrupt(fiq, req);
+ fuse_put_request(fc, req);

return reqsize;