[Android 6.1] KASAN: use-after-free Read in worker_thread

0 views
Skip to first unread message

syzbot

unread,
Jun 14, 2023, 1:51:48 AM6/14/23
to syzkaller-a...@googlegroups.com
Hello,

syzbot found the following issue on:

HEAD commit: 71761b36c37a ANDROID: HID; Over-ride default maximum buffe..
git tree: android14-6.1
console+strace: https://syzkaller.appspot.com/x/log.txt?x=11dbed8d280000
kernel config: https://syzkaller.appspot.com/x/.config?x=f3a6e543620145da
dashboard link: https://syzkaller.appspot.com/bug?extid=1e040fdc8378f9772fe3
compiler: Debian clang version 15.0.7, GNU ld (GNU Binutils for Debian) 2.35.2
syz repro: https://syzkaller.appspot.com/x/repro.syz?x=102f7343280000
C reproducer: https://syzkaller.appspot.com/x/repro.c?x=13eecad9280000

Downloadable assets:
disk image: https://storage.googleapis.com/syzbot-assets/4842fd2c5710/disk-71761b36.raw.xz
vmlinux: https://storage.googleapis.com/syzbot-assets/e196f09ed29a/vmlinux-71761b36.xz
kernel image: https://storage.googleapis.com/syzbot-assets/fab8ad7832f5/bzImage-71761b36.xz

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

==================================================================
BUG: KASAN: use-after-free in worker_thread+0xa36/0x1260 kernel/workqueue.c:2441
Read of size 8 at addr ffff8881189d0ce0 by task kworker/1:6/342

CPU: 1 PID: 342 Comm: kworker/1:6 Not tainted 6.1.25-syzkaller-00032-g71761b36c37a #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 05/25/2023
Workqueue: 0x0 (events_power_efficient)
Call Trace:
<TASK>
__dump_stack lib/dump_stack.c:88 [inline]
dump_stack_lvl+0x151/0x1b7 lib/dump_stack.c:106
print_address_description mm/kasan/report.c:284 [inline]
print_report+0x158/0x4e0 mm/kasan/report.c:395
kasan_report+0x13c/0x170 mm/kasan/report.c:495
__asan_report_load8_noabort+0x14/0x20 mm/kasan/report_generic.c:351
worker_thread+0xa36/0x1260 kernel/workqueue.c:2441
kthread+0x26d/0x300 kernel/kthread.c:376
ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306
</TASK>

Allocated by task 318:
kasan_save_stack mm/kasan/common.c:45 [inline]
kasan_set_track+0x4b/0x70 mm/kasan/common.c:52
kasan_save_alloc_info+0x1f/0x30 mm/kasan/generic.c:505
____kasan_kmalloc mm/kasan/common.c:379 [inline]
__kasan_kmalloc+0x9c/0xb0 mm/kasan/common.c:388
kasan_kmalloc include/linux/kasan.h:212 [inline]
__do_kmalloc_node mm/slab_common.c:957 [inline]
__kmalloc_node+0xb4/0x1e0 mm/slab_common.c:964
kmalloc_node include/linux/slab.h:579 [inline]
kvmalloc_node+0x72/0x190 mm/util.c:586
kvmalloc include/linux/slab.h:706 [inline]
kvzalloc include/linux/slab.h:714 [inline]
alloc_netdev_mqs+0x8c/0xf90 net/core/dev.c:10590
alloc_etherdev_mqs+0x36/0x40 net/ethernet/eth.c:394
usbnet_probe+0x1a6/0x25b0 drivers/net/usb/usbnet.c:1693
usb_probe_interface+0x5b6/0xa90 drivers/usb/core/driver.c:396
really_probe+0x2b8/0x920 drivers/base/dd.c:639
__driver_probe_device+0x1bb/0x290 drivers/base/dd.c:778
driver_probe_device+0x54/0x3d0 drivers/base/dd.c:808
__device_attach_driver+0x2e3/0x490 drivers/base/dd.c:936
bus_for_each_drv+0x183/0x200 drivers/base/bus.c:427
__device_attach+0x312/0x510 drivers/base/dd.c:1008
device_initial_probe+0x1a/0x20 drivers/base/dd.c:1057
bus_probe_device+0xbe/0x1e0 drivers/base/bus.c:487
device_add+0xb60/0xf10 drivers/base/core.c:3664
usb_set_configuration+0x190f/0x1e80 drivers/usb/core/message.c:2170
usb_generic_driver_probe+0x8b/0x150 drivers/usb/core/generic.c:238
usb_probe_device+0x144/0x260 drivers/usb/core/driver.c:293
really_probe+0x2b8/0x920 drivers/base/dd.c:639
__driver_probe_device+0x1bb/0x290 drivers/base/dd.c:778
driver_probe_device+0x54/0x3d0 drivers/base/dd.c:808
__device_attach_driver+0x2e3/0x490 drivers/base/dd.c:936
bus_for_each_drv+0x183/0x200 drivers/base/bus.c:427
__device_attach+0x312/0x510 drivers/base/dd.c:1008
device_initial_probe+0x1a/0x20 drivers/base/dd.c:1057
bus_probe_device+0xbe/0x1e0 drivers/base/bus.c:487
device_add+0xb60/0xf10 drivers/base/core.c:3664
usb_new_device+0xf32/0x1810 drivers/usb/core/hub.c:2575
hub_port_connect drivers/usb/core/hub.c:5355 [inline]
hub_port_connect_change drivers/usb/core/hub.c:5499 [inline]
port_event drivers/usb/core/hub.c:5655 [inline]
hub_event+0x2f57/0x5240 drivers/usb/core/hub.c:5737
process_one_work+0x73d/0xcb0 kernel/workqueue.c:2296
process_scheduled_works kernel/workqueue.c:2359 [inline]
worker_thread+0xd71/0x1260 kernel/workqueue.c:2445
kthread+0x26d/0x300 kernel/kthread.c:376
ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306

Freed by task 318:
kasan_save_stack mm/kasan/common.c:45 [inline]
kasan_set_track+0x4b/0x70 mm/kasan/common.c:52
kasan_save_free_info+0x2b/0x40 mm/kasan/generic.c:516
____kasan_slab_free+0x131/0x180 mm/kasan/common.c:241
__kasan_slab_free+0x11/0x20 mm/kasan/common.c:249
kasan_slab_free include/linux/kasan.h:178 [inline]
slab_free_hook mm/slub.c:1744 [inline]
slab_free_freelist_hook mm/slub.c:1770 [inline]
slab_free mm/slub.c:3681 [inline]
__kmem_cache_free+0x218/0x3b0 mm/slub.c:3694
kfree+0x7a/0xf0 mm/slab_common.c:1009
kvfree+0x35/0x40 mm/util.c:632
netdev_freemem+0x3f/0x60 net/core/dev.c:10544
netdev_release+0x7f/0xb0 net/core/net-sysfs.c:1906
device_release+0x95/0x1c0
kobject_cleanup lib/kobject.c:681 [inline]
kobject_release lib/kobject.c:712 [inline]
kref_put include/linux/kref.h:65 [inline]
kobject_put+0x178/0x260 lib/kobject.c:729
put_device+0x1f/0x30 drivers/base/core.c:3772
free_netdev+0x393/0x480 net/core/dev.c:10737
usbnet_disconnect+0x245/0x390 drivers/net/usb/usbnet.c:1632
usb_unbind_interface+0x1fa/0x8c0 drivers/usb/core/driver.c:458
device_remove drivers/base/dd.c:550 [inline]
__device_release_driver drivers/base/dd.c:1253 [inline]
device_release_driver_internal+0x53e/0x870 drivers/base/dd.c:1279
device_release_driver+0x19/0x20 drivers/base/dd.c:1302
bus_remove_device+0x2fa/0x360 drivers/base/bus.c:529
device_del+0x68b/0xec0 drivers/base/core.c:3852
usb_disable_device+0x380/0x720 drivers/usb/core/message.c:1419
usb_disconnect+0x32a/0x890 drivers/usb/core/hub.c:2238
hub_port_connect drivers/usb/core/hub.c:5199 [inline]
hub_port_connect_change drivers/usb/core/hub.c:5499 [inline]
port_event drivers/usb/core/hub.c:5655 [inline]
hub_event+0x1f93/0x5240 drivers/usb/core/hub.c:5737
process_one_work+0x73d/0xcb0 kernel/workqueue.c:2296
process_scheduled_works kernel/workqueue.c:2359 [inline]
worker_thread+0xd71/0x1260 kernel/workqueue.c:2445
kthread+0x26d/0x300 kernel/kthread.c:376
ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306

Last potentially related work creation:
kasan_save_stack+0x3b/0x60 mm/kasan/common.c:45
__kasan_record_aux_stack+0xb4/0xc0 mm/kasan/generic.c:486
kasan_record_aux_stack_noalloc+0xb/0x10 mm/kasan/generic.c:496
insert_work+0x56/0x310 kernel/workqueue.c:1365
__queue_work+0x9d0/0xd80 kernel/workqueue.c:1524
queue_work_on+0x105/0x170 kernel/workqueue.c:1552
usbnet_link_change+0xeb/0x100
usbnet_probe+0x1c08/0x25b0 drivers/net/usb/usbnet.c:1834
usb_probe_interface+0x5b6/0xa90 drivers/usb/core/driver.c:396
really_probe+0x2b8/0x920 drivers/base/dd.c:639
__driver_probe_device+0x1bb/0x290 drivers/base/dd.c:778
driver_probe_device+0x54/0x3d0 drivers/base/dd.c:808
__device_attach_driver+0x2e3/0x490 drivers/base/dd.c:936
bus_for_each_drv+0x183/0x200 drivers/base/bus.c:427
__device_attach+0x312/0x510 drivers/base/dd.c:1008
device_initial_probe+0x1a/0x20 drivers/base/dd.c:1057
bus_probe_device+0xbe/0x1e0 drivers/base/bus.c:487
device_add+0xb60/0xf10 drivers/base/core.c:3664
usb_set_configuration+0x190f/0x1e80 drivers/usb/core/message.c:2170
usb_generic_driver_probe+0x8b/0x150 drivers/usb/core/generic.c:238
usb_probe_device+0x144/0x260 drivers/usb/core/driver.c:293
really_probe+0x2b8/0x920 drivers/base/dd.c:639
__driver_probe_device+0x1bb/0x290 drivers/base/dd.c:778
driver_probe_device+0x54/0x3d0 drivers/base/dd.c:808
__device_attach_driver+0x2e3/0x490 drivers/base/dd.c:936
bus_for_each_drv+0x183/0x200 drivers/base/bus.c:427
__device_attach+0x312/0x510 drivers/base/dd.c:1008
device_initial_probe+0x1a/0x20 drivers/base/dd.c:1057
bus_probe_device+0xbe/0x1e0 drivers/base/bus.c:487
device_add+0xb60/0xf10 drivers/base/core.c:3664
usb_new_device+0xf32/0x1810 drivers/usb/core/hub.c:2575
hub_port_connect drivers/usb/core/hub.c:5355 [inline]
hub_port_connect_change drivers/usb/core/hub.c:5499 [inline]
port_event drivers/usb/core/hub.c:5655 [inline]
hub_event+0x2f57/0x5240 drivers/usb/core/hub.c:5737
process_one_work+0x73d/0xcb0 kernel/workqueue.c:2296
process_scheduled_works kernel/workqueue.c:2359 [inline]
worker_thread+0xd71/0x1260 kernel/workqueue.c:2445
kthread+0x26d/0x300 kernel/kthread.c:376
ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:306

The buggy address belongs to the object at ffff8881189d0000
which belongs to the cache kmalloc-4k of size 4096
The buggy address is located 3296 bytes inside of
4096-byte region [ffff8881189d0000, ffff8881189d1000)

The buggy address belongs to the physical page:
page:ffffea0004627400 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x1189d0
head:ffffea0004627400 order:3 compound_mapcount:0 compound_pincount:0
flags: 0x4000000000010200(slab|head|zone=1)
raw: 4000000000010200 0000000000000000 dead000000000001 ffff888100043380
raw: 0000000000000000 0000000000040004 00000001ffffffff 0000000000000000
page dumped because: kasan: bad access detected
page_owner tracks the page as allocated
page last allocated via order 3, migratetype Unmovable, gfp_mask 0x1d20c0(__GFP_IO|__GFP_FS|__GFP_NOWARN|__GFP_NORETRY|__GFP_COMP|__GFP_NOMEMALLOC|__GFP_HARDWALL), pid 327, tgid 327 (udevd), ts 225048626095, free_ts 219287184359
set_page_owner include/linux/page_owner.h:33 [inline]
post_alloc_hook+0x213/0x220 mm/page_alloc.c:2574
prep_new_page mm/page_alloc.c:2581 [inline]
get_page_from_freelist+0x2527/0x2600 mm/page_alloc.c:4374
__alloc_pages+0x3a1/0x780 mm/page_alloc.c:5651
allocate_slab mm/slub.c:1959 [inline]
new_slab+0xce/0x4c0 mm/slub.c:2012
___slab_alloc+0x6f9/0xb80 mm/slub.c:3200
__slab_alloc+0x5d/0xa0 mm/slub.c:3299
slab_alloc_node mm/slub.c:3384 [inline]
__kmem_cache_alloc_node+0x1af/0x250 mm/slub.c:3457
__do_kmalloc_node mm/slab_common.c:956 [inline]
__kmalloc_node+0xa3/0x1e0 mm/slab_common.c:964
kmalloc_node include/linux/slab.h:579 [inline]
kvmalloc_node+0x72/0x190 mm/util.c:586
kvmalloc include/linux/slab.h:706 [inline]
seq_buf_alloc fs/seq_file.c:38 [inline]
seq_read_iter+0x1ff/0xd00 fs/seq_file.c:210
kernfs_fop_read_iter+0x145/0x470 fs/kernfs/file.c:275
call_read_iter include/linux/fs.h:2209 [inline]
new_sync_read fs/read_write.c:389 [inline]
vfs_read+0x771/0xad0 fs/read_write.c:470
ksys_read+0x199/0x2c0 fs/read_write.c:613
__do_sys_read fs/read_write.c:623 [inline]
__se_sys_read fs/read_write.c:621 [inline]
__x64_sys_read+0x7b/0x90 fs/read_write.c:621
do_syscall_x64 arch/x86/entry/common.c:50 [inline]
do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80
entry_SYSCALL_64_after_hwframe+0x63/0xcd
page last free stack trace:
reset_page_owner include/linux/page_owner.h:26 [inline]
free_pages_prepare mm/page_alloc.c:1486 [inline]
free_pcp_prepare mm/page_alloc.c:1560 [inline]
free_unref_page_prepare+0x83d/0x850 mm/page_alloc.c:3473
free_unref_page+0x8d/0x480 mm/page_alloc.c:3569
free_the_page mm/page_alloc.c:793 [inline]
__free_pages+0x61/0xf0 mm/page_alloc.c:5740
__free_slab+0xce/0x1a0 mm/slub.c:2036
free_slab mm/slub.c:2051 [inline]
discard_slab mm/slub.c:2057 [inline]
__unfreeze_partials+0x165/0x1a0 mm/slub.c:2606
put_cpu_partial+0xa9/0x100 mm/slub.c:2682
__slab_free+0x1c8/0x280 mm/slub.c:3558
do_slab_free mm/slub.c:3635 [inline]
___cache_free+0xc6/0xd0 mm/slub.c:3688
qlink_free+0x4d/0x90 mm/kasan/quarantine.c:168
qlist_free_all+0x52/0xc0 mm/kasan/quarantine.c:187
kasan_quarantine_reduce+0x15a/0x180 mm/kasan/quarantine.c:294
__kasan_slab_alloc+0x24/0x80 mm/kasan/common.c:310
kasan_slab_alloc include/linux/kasan.h:202 [inline]
slab_post_alloc_hook+0x53/0x2c0 mm/slab.h:768
slab_alloc_node mm/slub.c:3418 [inline]
slab_alloc mm/slub.c:3426 [inline]
__kmem_cache_alloc_lru mm/slub.c:3433 [inline]
kmem_cache_alloc+0x175/0x2c0 mm/slub.c:3442
getname_flags+0xba/0x520 fs/namei.c:139
vfs_fstatat fs/stat.c:266 [inline]
__do_sys_newfstatat fs/stat.c:437 [inline]
__se_sys_newfstatat+0xe2/0x7b0 fs/stat.c:431

Memory state around the buggy address:
ffff8881189d0b80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
ffff8881189d0c00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
>ffff8881189d0c80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
^
ffff8881189d0d00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
ffff8881189d0d80: 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.

If the bug is already fixed, let syzbot know by replying with:
#syz fix: exact-commit-title

If you want syzbot to run the reproducer, reply with:
#syz test: git://repo/address.git branch-or-commit-hash
If you attach or paste a git patch, syzbot will apply it before testing.

If you want to change bug's subsystems, reply with:
#syz set subsystems: new-subsystem
(See the list of subsystem names on the web dashboard)

If the bug is a duplicate of another bug, reply with:
#syz dup: exact-subject-of-another-report

If you want to undo deduplication, reply with:
#syz undup
Reply all
Reply to author
Forward
0 new messages