syzbot


KASAN: use-after-free Read in skb_copy_datagram_iter

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: 2217d, last: 2179d
Similar bugs (2)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
android-414 KASAN: use-after-free Read in skb_copy_datagram_iter 1 1780d 1780d 0/1 auto-closed as invalid on 2019/10/25 08:36
android-49 KASAN: use-after-free Read in skb_copy_datagram_iter C 6 2157d 1833d 0/3 public: reported C repro on 2019/04/14 00:00

Sample crash report:
IPv6: ADDRCONF(NETDEV_UP): bond0: link is not ready
8021q: adding VLAN 0 to HW filter on device bond0
IPv6: ADDRCONF(NETDEV_UP): veth0: link is not ready
IPv6: ADDRCONF(NETDEV_CHANGE): veth0: link becomes ready
==================================================================
BUG: KASAN: use-after-free in skb_copy_datagram_iter+0xa7f/0xac0 net/core/datagram.c:440
Read of size 1 at addr ffff8801aebdfb02 by task syzkaller304822/4434

CPU: 1 PID: 4434 Comm: syzkaller304822 Not tainted 4.16.0-rc7+ #5
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
Call Trace:
 __dump_stack lib/dump_stack.c:17 [inline]
 dump_stack+0x194/0x24d lib/dump_stack.c:53
 print_address_description+0x73/0x250 mm/kasan/report.c:256
 kasan_report_error mm/kasan/report.c:354 [inline]
 kasan_report+0x23c/0x360 mm/kasan/report.c:412
 __asan_report_load1_noabort+0x14/0x20 mm/kasan/report.c:430
 skb_copy_datagram_iter+0xa7f/0xac0 net/core/datagram.c:440
 skb_copy_datagram_msg include/linux/skbuff.h:3256 [inline]
 sock_recv_errqueue+0xbe/0x3e0 net/core/sock.c:2903
 packet_recvmsg+0xb2e/0x17a0 net/packet/af_packet.c:3296
 sock_recvmsg_nosec net/socket.c:803 [inline]
 sock_recvmsg+0xc9/0x110 net/socket.c:810
 ___sys_recvmsg+0x2a4/0x640 net/socket.c:2205
 __sys_recvmsg+0xe2/0x210 net/socket.c:2250
 SYSC_recvmsg net/socket.c:2262 [inline]
 SyS_recvmsg+0x2d/0x50 net/socket.c:2257
 do_syscall_64+0x281/0x940 arch/x86/entry/common.c:287
 entry_SYSCALL_64_after_hwframe+0x42/0xb7
RIP: 0033:0x4417e9
RSP: 002b:00007ffe785a30f8 EFLAGS: 00000217 ORIG_RAX: 000000000000002f
RAX: ffffffffffffffda RBX: 000000000000001a RCX: 00000000004417e9
RDX: 0000000000002000 RSI: 0000000020000580 RDI: 0000000000000003
RBP: 00000000004a335c R08: 000000000000001c R09: 000000000000001c
R10: 0000000020008000 R11: 0000000000000217 R12: 00007ffe785a31d0
R13: 0000000000402570 R14: 0000000000000000 R15: 0000000000000000

Allocated by task 4434:
 save_stack+0x43/0xd0 mm/kasan/kasan.c:447
 set_track mm/kasan/kasan.c:459 [inline]
 kasan_kmalloc+0xad/0xe0 mm/kasan/kasan.c:552
 __do_kmalloc_node mm/slab.c:3670 [inline]
 __kmalloc_node_track_caller+0x47/0x70 mm/slab.c:3684
 __kmalloc_reserve.isra.39+0x41/0xd0 net/core/skbuff.c:137
 __alloc_skb+0x13b/0x780 net/core/skbuff.c:205
 alloc_skb include/linux/skbuff.h:983 [inline]
 alloc_skb_with_frags+0x10d/0x750 net/core/skbuff.c:5227
 sock_alloc_send_pskb+0x787/0x9b0 net/core/sock.c:2085
 packet_alloc_skb net/packet/af_packet.c:2803 [inline]
 packet_snd net/packet/af_packet.c:2894 [inline]
 packet_sendmsg+0x1ece/0x60b0 net/packet/af_packet.c:2969
 sock_sendmsg_nosec net/socket.c:630 [inline]
 sock_sendmsg+0xca/0x110 net/socket.c:640
 SYSC_sendto+0x361/0x5c0 net/socket.c:1747
 SyS_sendto+0x40/0x50 net/socket.c:1715
 do_syscall_64+0x281/0x940 arch/x86/entry/common.c:287
 entry_SYSCALL_64_after_hwframe+0x42/0xb7

Freed by task 4434:
 save_stack+0x43/0xd0 mm/kasan/kasan.c:447
 set_track mm/kasan/kasan.c:459 [inline]
 __kasan_slab_free+0x11a/0x170 mm/kasan/kasan.c:520
 kasan_slab_free+0xe/0x10 mm/kasan/kasan.c:527
 __cache_free mm/slab.c:3486 [inline]
 kfree+0xd9/0x260 mm/slab.c:3801
 skb_free_head+0x74/0xb0 net/core/skbuff.c:550
 skb_release_data+0x58c/0x790 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+0x15d/0x4c0 net/core/skbuff.c:659
 sit_tunnel_xmit+0x157/0x2d60 net/ipv6/sit.c:1042
 __netdev_start_xmit include/linux/netdevice.h:4066 [inline]
 netdev_start_xmit include/linux/netdevice.h:4075 [inline]
 xmit_one net/core/dev.c:3026 [inline]
 dev_hard_start_xmit+0x24e/0xac0 net/core/dev.c:3042
 __dev_queue_xmit+0x26bf/0x2fc0 net/core/dev.c:3557
 dev_queue_xmit+0x17/0x20 net/core/dev.c:3590
 packet_snd net/packet/af_packet.c:2944 [inline]
 packet_sendmsg+0x3aed/0x60b0 net/packet/af_packet.c:2969
 sock_sendmsg_nosec net/socket.c:630 [inline]
 sock_sendmsg+0xca/0x110 net/socket.c:640
 SYSC_sendto+0x361/0x5c0 net/socket.c:1747
 SyS_sendto+0x40/0x50 net/socket.c:1715
 do_syscall_64+0x281/0x940 arch/x86/entry/common.c:287
 entry_SYSCALL_64_after_hwframe+0x42/0xb7

The buggy address belongs to the object at ffff8801aebdfa40
 which belongs to the cache kmalloc-512 of size 512
The buggy address is located 194 bytes inside of
 512-byte region [ffff8801aebdfa40, ffff8801aebdfc40)
The buggy address belongs to the page:
page:ffffea0006baf7c0 count:1 mapcount:0 mapping:ffff8801aebdf040 index:0x0
flags: 0x2fffc0000000100(slab)
raw: 02fffc0000000100 ffff8801aebdf040 0000000000000000 0000000100000006
raw: ffffea0006ba0620 ffffea0006b922a0 ffff8801dac00940 0000000000000000
page dumped because: kasan: bad access detected

Memory state around the buggy address:
 ffff8801aebdfa00: fc fc fc fc fc fc fc fc fb fb fb fb fb fb fb fb
 ffff8801aebdfa80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
>ffff8801aebdfb00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
                   ^
 ffff8801aebdfb80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
 ffff8801aebdfc00: fb fb fb fb fb fb fb fb fc fc fc fc fc fc fc fc
==================================================================

Crashes (7):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2018/03/30 02:39 upstream 0b412605ef5f d47f0ed6 .config console log report syz C ci-upstream-kasan-gce-root
2018/03/26 01:56 upstream 3eb2ce825ea1 e033c1f1 .config console log report syz C ci-upstream-kasan-gce-root
2018/05/02 20:22 upstream 2d618bdf7163 d5b114b4 .config console log report ci-upstream-kasan-gce-root
2018/04/29 05:14 upstream bf8f5de17442 d5a5d045 .config console log report ci-upstream-kasan-gce-root
2018/03/31 10:44 upstream b5dbc28762fd 8fbce0e4 .config console log report ci-upstream-kasan-gce-root
2018/03/29 06:43 upstream a2601d78b77a bf5e585c .config console log report ci-upstream-kasan-gce-root
2018/03/26 01:20 upstream 3eb2ce825ea1 e033c1f1 .config console log report ci-upstream-kasan-gce-root
* Struck through repros no longer work on HEAD.