syzbot


KASAN: use-after-free Read in sock_recv_errqueue

Status: fixed on 2018/06/07 13:52
Subsystems: net
[Documentation on labels]
Fix commit: b84bbaf7a6c8 packet: in packet_snd start writing at link layer allocation
First crash: 2172d, last: 2172d

Sample crash report:
==================================================================
BUG: KASAN: use-after-free in sock_recv_timestamp include/net/sock.h:2240 [inline]
BUG: KASAN: use-after-free in sock_recv_errqueue+0x468/0x4a0 net/core/sock.c:2971
Read of size 8 at addr ffff8801d866a850 by task syz-executor2/24992

CPU: 1 PID: 24992 Comm: syz-executor2 Not tainted 4.17.0-rc5+ #51
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+0x1b9/0x294 lib/dump_stack.c:113
 print_address_description+0x6c/0x20b mm/kasan/report.c:256
 kasan_report_error mm/kasan/report.c:354 [inline]
 kasan_report.cold.7+0x242/0x2fe mm/kasan/report.c:412
 __asan_report_load8_noabort+0x14/0x20 mm/kasan/report.c:433
 sock_recv_timestamp include/net/sock.h:2240 [inline]
 sock_recv_errqueue+0x468/0x4a0 net/core/sock.c:2971
 packet_recvmsg+0xc27/0x1770 net/packet/af_packet.c:3305
 sock_recvmsg_nosec net/socket.c:802 [inline]
 sock_recvmsg+0xd0/0x110 net/socket.c:809
 ___sys_recvmsg+0x2b6/0x680 net/socket.c:2279
 __sys_recvmsg+0x112/0x260 net/socket.c:2328
 __do_sys_recvmsg net/socket.c:2338 [inline]
 __se_sys_recvmsg net/socket.c:2335 [inline]
 __x64_sys_recvmsg+0x78/0xb0 net/socket.c:2335
 do_syscall_64+0x1b1/0x800 arch/x86/entry/common.c:287
 entry_SYSCALL_64_after_hwframe+0x49/0xbe
RIP: 0033:0x455a09
RSP: 002b:00007fc19b576c68 EFLAGS: 00000246 ORIG_RAX: 000000000000002f
RAX: ffffffffffffffda RBX: 00007fc19b5776d4 RCX: 0000000000455a09
RDX: 0000000000002000 RSI: 0000000020000300 RDI: 0000000000000013
RBP: 000000000072bea0 R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000246 R12: 00000000ffffffff
R13: 0000000000000549 R14: 00000000006fbf78 R15: 0000000000000000

Allocated by task 24992:
 save_stack+0x43/0xd0 mm/kasan/kasan.c:448
 set_track mm/kasan/kasan.c:460 [inline]
 kasan_kmalloc+0xc4/0xe0 mm/kasan/kasan.c:553
 __do_kmalloc_node mm/slab.c:3682 [inline]
 __kmalloc_node_track_caller+0x47/0x70 mm/slab.c:3696
 __kmalloc_reserve.isra.38+0x3a/0xe0 net/core/skbuff.c:137
 __alloc_skb+0x14d/0x780 net/core/skbuff.c:205
 alloc_skb include/linux/skbuff.h:987 [inline]
 alloc_skb_with_frags+0x137/0x760 net/core/skbuff.c:5249
 sock_alloc_send_pskb+0x87a/0xae0 net/core/sock.c:2088
 packet_alloc_skb net/packet/af_packet.c:2810 [inline]
 packet_snd net/packet/af_packet.c:2901 [inline]
 packet_sendmsg+0x1b98/0x6070 net/packet/af_packet.c:2976
 sock_sendmsg_nosec net/socket.c:629 [inline]
 sock_sendmsg+0xd5/0x120 net/socket.c:639
 __sys_sendto+0x3d7/0x670 net/socket.c:1789
 __do_sys_sendto net/socket.c:1801 [inline]
 __se_sys_sendto net/socket.c:1797 [inline]
 __x64_sys_sendto+0xe1/0x1a0 net/socket.c:1797
 do_syscall_64+0x1b1/0x800 arch/x86/entry/common.c:287
 entry_SYSCALL_64_after_hwframe+0x49/0xbe

Freed by task 24992:
 save_stack+0x43/0xd0 mm/kasan/kasan.c:448
 set_track mm/kasan/kasan.c:460 [inline]
 __kasan_slab_free+0x11a/0x170 mm/kasan/kasan.c:521
 kasan_slab_free+0xe/0x10 mm/kasan/kasan.c:528
 __cache_free mm/slab.c:3498 [inline]
 kfree+0xd9/0x260 mm/slab.c:3813
 skb_free_head+0x99/0xc0 net/core/skbuff.c:550
 skb_release_data+0x690/0x860 net/core/skbuff.c:570
 skb_release_all+0x4a/0x60 net/core/skbuff.c:627
 __kfree_skb net/core/skbuff.c:641 [inline]
 kfree_skb+0x195/0x560 net/core/skbuff.c:659
 sit_tunnel_xmit+0x16b/0x30b0 net/ipv6/sit.c:1044
 __netdev_start_xmit include/linux/netdevice.h:4087 [inline]
 netdev_start_xmit include/linux/netdevice.h:4096 [inline]
 xmit_one net/core/dev.c:3053 [inline]
 dev_hard_start_xmit+0x264/0xc10 net/core/dev.c:3069
 __dev_queue_xmit+0x2724/0x34c0 net/core/dev.c:3584
 dev_queue_xmit+0x17/0x20 net/core/dev.c:3617
 packet_snd net/packet/af_packet.c:2951 [inline]
 packet_sendmsg+0x40f8/0x6070 net/packet/af_packet.c:2976
 sock_sendmsg_nosec net/socket.c:629 [inline]
 sock_sendmsg+0xd5/0x120 net/socket.c:639
 __sys_sendto+0x3d7/0x670 net/socket.c:1789
 __do_sys_sendto net/socket.c:1801 [inline]
 __se_sys_sendto net/socket.c:1797 [inline]
 __x64_sys_sendto+0xe1/0x1a0 net/socket.c:1797
 do_syscall_64+0x1b1/0x800 arch/x86/entry/common.c:287
 entry_SYSCALL_64_after_hwframe+0x49/0xbe

The buggy address belongs to the object at ffff8801d866a780
 which belongs to the cache kmalloc-512 of size 512
The buggy address is located 208 bytes inside of
 512-byte region [ffff8801d866a780, ffff8801d866a980)
The buggy address belongs to the page:
page:ffffea0007619a80 count:1 mapcount:0 mapping:ffff8801d866a000 index:0xffff8801d866a280
flags: 0x2fffc0000000100(slab)
raw: 02fffc0000000100 ffff8801d866a000 ffff8801d866a280 0000000100000004
raw: ffffea00074f1f20 ffffea000741d120 ffff8801da800940 0000000000000000
page dumped because: kasan: bad access detected

Memory state around the buggy address:
 ffff8801d866a700: fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc fc
 ffff8801d866a780: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
>ffff8801d866a800: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
                                                 ^
 ffff8801d866a880: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff8801d866a900: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
==================================================================

Crashes (1):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2018/05/15 10:17 upstream 67b8d5c70812 661fd7b9 .config console log report ci-upstream-kasan-gce-root
* Struck through repros no longer work on HEAD.