KASAN: use-after-free Read in usb_udc_uevent

11 views
Skip to first unread message

syzbot

unread,
Jan 14, 2021, 6:04:21 AM1/14/21
to syzkaller-a...@googlegroups.com
Hello,

syzbot found the following issue on:

HEAD commit: e5e14bf5 Merge 5.4.89 into android12-5.4
git tree: android12-5.4
console output: https://syzkaller.appspot.com/x/log.txt?x=17be8fdb500000
kernel config: https://syzkaller.appspot.com/x/.config?x=63043a451b4568fd
dashboard link: https://syzkaller.appspot.com/bug?extid=1e83b5b92e27ef4e548f
compiler: Android (6032204 based on r370808) clang version 10.0.1 (https://android.googlesource.com/toolchain/llvm-project 6e765c10313d15c02ab29977a82938f66742c3a9)

Unfortunately, I don't have any reproducer for this issue yet.

IMPORTANT: if you fix the issue, please add the following tag to the commit:
Reported-by: syzbot+1e83b5...@syzkaller.appspotmail.com

==================================================================
BUG: KASAN: use-after-free in usb_udc_uevent+0xac/0x120 drivers/usb/gadget/udc/core.c:1593
Read of size 8 at addr ffff8881eb9b2010 by task systemd-udevd/9285

CPU: 1 PID: 9285 Comm: systemd-udevd Not tainted 5.4.89-syzkaller-00226-ge5e14bf558c4 #0
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+0x1dd/0x24e lib/dump_stack.c:118
print_address_description+0x96/0x640 mm/kasan/report.c:374
__kasan_report+0x177/0x1f0 mm/kasan/report.c:506
kasan_report+0x30/0x60 mm/kasan/common.c:634
usb_udc_uevent+0xac/0x120 drivers/usb/gadget/udc/core.c:1593
dev_uevent+0x4f5/0x740 drivers/base/core.c:1863
uevent_show+0x1af/0x2f0 drivers/base/core.c:1919
dev_attr_show+0x50/0xc0 drivers/base/core.c:1623
sysfs_kf_seq_show+0x265/0x3e0 fs/sysfs/file.c:60
seq_read+0x4aa/0xd30 fs/seq_file.c:229
__vfs_read+0xfa/0x710 fs/read_write.c:425
vfs_read+0x166/0x380 fs/read_write.c:461
ksys_read+0x186/0x2b0 fs/read_write.c:587
do_syscall_64+0xcb/0x150 arch/x86/entry/common.c:290
entry_SYSCALL_64_after_hwframe+0x44/0xa9
RIP: 0033:0x7f2d42c12910
Code: b6 fe ff ff 48 8d 3d 0f be 08 00 48 83 ec 08 e8 06 db 01 00 66 0f 1f 44 00 00 83 3d f9 2d 2c 00 00 75 10 b8 00 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 31 c3 48 83 ec 08 e8 de 9b 01 00 48 89 04 24
RSP: 002b:00007fffae487378 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
RAX: ffffffffffffffda RBX: 000055dd141506d0 RCX: 00007f2d42c12910
RDX: 0000000000001000 RSI: 000055dd14148c20 RDI: 0000000000000007
RBP: 00007f2d42ecd440 R08: 00007f2d42ed1178 R09: 0000000000001010
R10: 000055dd141506d0 R11: 0000000000000246 R12: 0000000000001000
R13: 0000000000000d68 R14: 000055dd14148c20 R15: 00007f2d42ecc900

Allocated by task 9260:
save_stack mm/kasan/common.c:69 [inline]
set_track mm/kasan/common.c:77 [inline]
__kasan_kmalloc+0x129/0x1c0 mm/kasan/common.c:510
kmem_cache_alloc_trace+0xc3/0x290 mm/slub.c:2830
kmalloc include/linux/slab.h:556 [inline]
kzalloc include/linux/slab.h:690 [inline]
dev_new drivers/usb/gadget/legacy/raw_gadget.c:182 [inline]
raw_open+0x84/0x380 drivers/usb/gadget/legacy/raw_gadget.c:372
misc_open+0x356/0x3d0 drivers/char/misc.c:141
chrdev_open+0x585/0x640 fs/char_dev.c:414
do_dentry_open+0x947/0x10f0 fs/open.c:796
do_last fs/namei.c:3495 [inline]
path_openat+0x1294/0x3c20 fs/namei.c:3612
do_filp_open+0x20a/0x440 fs/namei.c:3642
do_sys_open+0x380/0x7b0 fs/open.c:1093
do_syscall_64+0xcb/0x150 arch/x86/entry/common.c:290
entry_SYSCALL_64_after_hwframe+0x44/0xa9

Freed by task 9259:
save_stack mm/kasan/common.c:69 [inline]
set_track mm/kasan/common.c:77 [inline]
kasan_set_free_info mm/kasan/common.c:332 [inline]
__kasan_slab_free+0x17e/0x230 mm/kasan/common.c:471
slab_free_hook mm/slub.c:1453 [inline]
slab_free_freelist_hook+0xd0/0x150 mm/slub.c:1486
slab_free mm/slub.c:3051 [inline]
kfree+0x12c/0x660 mm/slub.c:4017
raw_release+0x130/0x1e0 drivers/usb/gadget/legacy/raw_gadget.c:411
__fput+0x27d/0x6c0 fs/file_table.c:281
task_work_run+0x176/0x1a0 kernel/task_work.c:113
tracehook_notify_resume include/linux/tracehook.h:188 [inline]
exit_to_usermode_loop arch/x86/entry/common.c:163 [inline]
prepare_exit_to_usermode+0x2b0/0x310 arch/x86/entry/common.c:194
entry_SYSCALL_64_after_hwframe+0x44/0xa9

The buggy address belongs to the object at ffff8881eb9b2000
which belongs to the cache kmalloc-4k of size 4096
The buggy address is located 16 bytes inside of
4096-byte region [ffff8881eb9b2000, ffff8881eb9b3000)
The buggy address belongs to the page:
page:ffffea0007ae6c00 refcount:1 mapcount:0 mapping:ffff8881f600c280 index:0x0 compound_mapcount: 0
flags: 0x8000000000010200(slab|head)
raw: 8000000000010200 ffffea0007889200 0000000300000003 ffff8881f600c280
raw: 0000000000000000 0000000000040004 00000001ffffffff 0000000000000000
page dumped because: kasan: bad access detected

Memory state around the buggy address:
ffff8881eb9b1f00: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
ffff8881eb9b1f80: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
>ffff8881eb9b2000: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
^
ffff8881eb9b2080: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
ffff8881eb9b2100: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
==================================================================


---
This report is generated by a bot. It may contain errors.
See https://goo.gl/tpsmEJ for more information about syzbot.
syzbot engineers can be reached at syzk...@googlegroups.com.

syzbot will keep track of this issue. See:
https://goo.gl/tpsmEJ#status for how to communicate with syzbot.

syzbot

unread,
May 14, 2021, 7:04:12 AM5/14/21
to syzkaller-a...@googlegroups.com
Auto-closing this bug as obsolete.
Crashes did not happen for a while, no reproducer and no activity.
Reply all
Reply to author
Forward
0 new messages