syzbot


KASAN: use-after-free Read in __sock_queue_rcv_skb

Status: auto-obsoleted due to no activity on 2024/10/31 03:14
Reported-by: syzbot+beb7873f9206c5482971@syzkaller.appspotmail.com
First crash: 169d, last: 121d
Similar bugs (2)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
linux-5.15 KASAN: use-after-free Read in __sock_queue_rcv_skb 1 1d05h 1d05h 0/3 upstream: reported on 2024/11/20 09:52
upstream KASAN: slab-use-after-free Read in __sock_queue_rcv_skb bluetooth 7 143d 150d 0/28 auto-obsoleted due to no activity on 2024/10/09 10:28

Sample crash report:
Bluetooth: hci5: command tx timeout
==================================================================
BUG: KASAN: use-after-free in debug_spin_lock_before kernel/locking/spinlock_debug.c:85 [inline]
BUG: KASAN: use-after-free in do_raw_spin_lock+0x290/0x370 kernel/locking/spinlock_debug.c:114
Read of size 4 at addr ffff88814a0181d4 by task kworker/u5:3/3556

CPU: 0 PID: 3556 Comm: kworker/u5:3 Not tainted 6.1.100-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 06/27/2024
Workqueue: hci3 hci_rx_work
Call Trace:
 <TASK>
 __dump_stack lib/dump_stack.c:88 [inline]
 dump_stack_lvl+0x1e3/0x2cb lib/dump_stack.c:106
 print_address_description mm/kasan/report.c:284 [inline]
 print_report+0x15f/0x4f0 mm/kasan/report.c:395
 kasan_report+0x136/0x160 mm/kasan/report.c:495
 debug_spin_lock_before kernel/locking/spinlock_debug.c:85 [inline]
 do_raw_spin_lock+0x290/0x370 kernel/locking/spinlock_debug.c:114
 __raw_spin_lock_irqsave include/linux/spinlock_api_smp.h:111 [inline]
 _raw_spin_lock_irqsave+0xdd/0x120 kernel/locking/spinlock.c:162
 __sock_queue_rcv_skb+0x3f8/0xa00 net/core/sock.c:504
 l2cap_sock_recv_cb+0x173/0x4e0 net/bluetooth/l2cap_sock.c:1541
 l2cap_conless_channel net/bluetooth/l2cap_core.c:7811 [inline]
 l2cap_recv_frame+0x12b5/0x8b80 net/bluetooth/l2cap_core.c:7864
 hci_acldata_packet net/bluetooth/hci_core.c:3897 [inline]
 hci_rx_work+0x363/0xce0 net/bluetooth/hci_core.c:4134
 process_one_work+0x8a9/0x11d0 kernel/workqueue.c:2292
 worker_thread+0xa47/0x1200 kernel/workqueue.c:2439
 kthread+0x28d/0x320 kernel/kthread.c:376
 ret_from_fork+0x1f/0x30 arch/x86/entry/entry_64.S:295
 </TASK>

Allocated by task 5807:
 kasan_save_stack mm/kasan/common.c:45 [inline]
 kasan_set_track+0x4b/0x70 mm/kasan/common.c:52
 ____kasan_kmalloc mm/kasan/common.c:374 [inline]
 __kasan_kmalloc+0x97/0xb0 mm/kasan/common.c:383
 kasan_kmalloc include/linux/kasan.h:211 [inline]
 __do_kmalloc_node mm/slab_common.c:955 [inline]
 __kmalloc+0xb2/0x230 mm/slab_common.c:968
 kmalloc include/linux/slab.h:561 [inline]
 sk_prot_alloc+0xe0/0x200 net/core/sock.c:2047
 sk_alloc+0x36/0x350 net/core/sock.c:2100
 bt_sock_alloc+0x37/0x130 net/bluetooth/af_bluetooth.c:148
 l2cap_sock_alloc net/bluetooth/l2cap_sock.c:1903 [inline]
 l2cap_sock_create+0x11e/0x2b0 net/bluetooth/l2cap_sock.c:1943
 bt_sock_create+0x159/0x220 net/bluetooth/af_bluetooth.c:132
 __sock_create+0x488/0x910 net/socket.c:1550
 sock_create net/socket.c:1601 [inline]
 __sys_socket_create net/socket.c:1638 [inline]
 __sys_socket+0x136/0x3a0 net/socket.c:1666
 __do_sys_socket net/socket.c:1679 [inline]
 __se_sys_socket net/socket.c:1677 [inline]
 __x64_sys_socket+0x76/0x80 net/socket.c:1677
 do_syscall_x64 arch/x86/entry/common.c:51 [inline]
 do_syscall_64+0x3b/0xb0 arch/x86/entry/common.c:81
 entry_SYSCALL_64_after_hwframe+0x68/0xd2

Freed by task 5806:
 kasan_save_stack mm/kasan/common.c:45 [inline]
 kasan_set_track+0x4b/0x70 mm/kasan/common.c:52
 kasan_save_free_info+0x27/0x40 mm/kasan/generic.c:516
 ____kasan_slab_free+0xd6/0x120 mm/kasan/common.c:236
 kasan_slab_free include/linux/kasan.h:177 [inline]
 slab_free_hook mm/slub.c:1724 [inline]
 slab_free_freelist_hook mm/slub.c:1750 [inline]
 slab_free mm/slub.c:3661 [inline]
 __kmem_cache_free+0x25c/0x3c0 mm/slub.c:3674
 sk_prot_free net/core/sock.c:2083 [inline]
 __sk_destruct+0x473/0x5f0 net/core/sock.c:2169
 l2cap_sock_release+0x157/0x1d0 net/bluetooth/l2cap_sock.c:1451
 __sock_release net/socket.c:654 [inline]
 sock_close+0xcd/0x230 net/socket.c:1400
 __fput+0x3f6/0x8d0 fs/file_table.c:320
 task_work_run+0x246/0x300 kernel/task_work.c:179
 resume_user_mode_work include/linux/resume_user_mode.h:49 [inline]
 exit_to_user_mode_loop+0xde/0x100 kernel/entry/common.c:177
 exit_to_user_mode_prepare+0xb1/0x140 kernel/entry/common.c:210
 __syscall_exit_to_user_mode_work kernel/entry/common.c:292 [inline]
 syscall_exit_to_user_mode+0x60/0x270 kernel/entry/common.c:303
 do_syscall_64+0x47/0xb0 arch/x86/entry/common.c:87
 entry_SYSCALL_64_after_hwframe+0x68/0xd2

Last potentially related work creation:
 kasan_save_stack+0x3b/0x60 mm/kasan/common.c:45
 __kasan_record_aux_stack+0xb0/0xc0 mm/kasan/generic.c:486
 call_rcu+0x163/0xa10 kernel/rcu/tree.c:2844
 netlink_release+0x1554/0x19e0 net/netlink/af_netlink.c:815
 __sock_release net/socket.c:654 [inline]
 sock_close+0xcd/0x230 net/socket.c:1400
 __fput+0x3f6/0x8d0 fs/file_table.c:320
 task_work_run+0x246/0x300 kernel/task_work.c:179
 resume_user_mode_work include/linux/resume_user_mode.h:49 [inline]
 exit_to_user_mode_loop+0xde/0x100 kernel/entry/common.c:177
 exit_to_user_mode_prepare+0xb1/0x140 kernel/entry/common.c:210
 __syscall_exit_to_user_mode_work kernel/entry/common.c:292 [inline]
 syscall_exit_to_user_mode+0x60/0x270 kernel/entry/common.c:303
 do_syscall_64+0x47/0xb0 arch/x86/entry/common.c:87
 entry_SYSCALL_64_after_hwframe+0x68/0xd2

The buggy address belongs to the object at ffff88814a018000
 which belongs to the cache kmalloc-2k of size 2048
The buggy address is located 468 bytes inside of
 2048-byte region [ffff88814a018000, ffff88814a018800)

The buggy address belongs to the physical page:
page:ffffea0005280600 refcount:1 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x14a018
head:ffffea0005280600 order:3 compound_mapcount:0 compound_pincount:0
flags: 0x57ff00000010200(slab|head|node=1|zone=2|lastcpupid=0x7ff)
raw: 057ff00000010200 ffffea00050eb600 dead000000000002 ffff888012442000
raw: 0000000000000000 0000000080080008 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 0xd20c0(__GFP_IO|__GFP_FS|__GFP_NOWARN|__GFP_NORETRY|__GFP_COMP|__GFP_NOMEMALLOC), pid 1, tgid 1 (swapper/0), ts 9022893329, free_ts 0
 set_page_owner include/linux/page_owner.h:31 [inline]
 post_alloc_hook+0x18d/0x1b0 mm/page_alloc.c:2517
 prep_new_page mm/page_alloc.c:2524 [inline]
 get_page_from_freelist+0x322e/0x33b0 mm/page_alloc.c:4283
 __alloc_pages+0x28d/0x770 mm/page_alloc.c:5551
 alloc_page_interleave+0x22/0x1c0 mm/mempolicy.c:2115
 alloc_slab_page+0x6a/0x150 mm/slub.c:1794
 allocate_slab mm/slub.c:1939 [inline]
 new_slab+0x84/0x2d0 mm/slub.c:1992
 ___slab_alloc+0xc20/0x1270 mm/slub.c:3180
 __slab_alloc mm/slub.c:3279 [inline]
 slab_alloc_node mm/slub.c:3364 [inline]
 __kmem_cache_alloc_node+0x19f/0x260 mm/slub.c:3437
 __do_kmalloc_node mm/slab_common.c:954 [inline]
 __kmalloc_node+0xa2/0x230 mm/slab_common.c:962
 kmalloc_node include/linux/slab.h:582 [inline]
 kvmalloc_node+0x6e/0x180 mm/util.c:581
 kvmalloc include/linux/slab.h:709 [inline]
 kvzalloc include/linux/slab.h:717 [inline]
 v4l2_ctrl_new+0xd68/0x1680 drivers/media/v4l2-core/v4l2-ctrls-core.c:1704
 v4l2_ctrl_new_custom+0x6fa/0xa10 drivers/media/v4l2-core/v4l2-ctrls-core.c:1774
 vivid_create_controls+0xda5/0x3560 drivers/media/test-drivers/vivid/vivid-ctrls.c:1658
 vivid_create_instance drivers/media/test-drivers/vivid/vivid-core.c:1870 [inline]
 vivid_probe+0x42a4/0x7420 drivers/media/test-drivers/vivid/vivid-core.c:2041
 platform_probe+0x131/0x1b0 drivers/base/platform.c:1400
 really_probe+0x2ab/0xcb0 drivers/base/dd.c:639
page_owner free stack trace missing

Memory state around the buggy address:
 ffff88814a018080: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff88814a018100: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
>ffff88814a018180: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
                                                 ^
 ffff88814a018200: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff88814a018280: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
==================================================================

Crashes (4):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2024/07/23 03:14 linux-6.1.y 9b3f9a5b12dc 708c10c4 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan KASAN: use-after-free Read in __sock_queue_rcv_skb
2024/07/19 17:41 linux-6.1.y 9b3f9a5b12dc 890ce4f3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan KASAN: use-after-free Read in __sock_queue_rcv_skb
2024/07/15 09:47 linux-6.1.y cac15753b8ce c605e6a2 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan KASAN: use-after-free Read in __sock_queue_rcv_skb
2024/06/05 13:17 linux-6.1.y 88690811da69 5aa1a7c9 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan KASAN: use-after-free Read in __sock_queue_rcv_skb
* Struck through repros no longer work on HEAD.