====================================== | xx__-> [ 2.423556] ------------[ cut here ]------------ | [ 2.423747] refcount_t: underflow; use-after-free. | [ 2.423838] WARNING: CPU: 2 PID: 275 at lib/refcount.c:28 refcount_warn_saturate (lib/refcount.c:28 (discriminator 3)) | [ 2.423943] Modules linked in: [ 2.424113] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011 [ 2.424206] RIP: 0010:refcount_warn_saturate (lib/refcount.c:28 (discriminator 3)) [ 2.424288] Code: 90 e8 e8 54 ba ff 90 0f 0b 90 90 c3 80 3d 00 e6 2b 01 00 75 89 c6 05 f7 e5 2b 01 01 90 48 c7 c7 f8 48 f5 90 e8 c5 54 ba ff 90 <0f> 0b 90 90 c3 80 3d db e5 2b 01 00 0f 85 62 ff ff ff c6 05 ce e5 All code ======== 0: 90 nop 1: e8 e8 54 ba ff call 0xffffffffffba54ee 6: 90 nop 7: 0f 0b ud2 9: 90 nop a: 90 nop b: c3 ret c: 80 3d 00 e6 2b 01 00 cmpb $0x0,0x12be600(%rip) # 0x12be613 13: 75 89 jne 0xffffffffffffff9e 15: c6 05 f7 e5 2b 01 01 movb $0x1,0x12be5f7(%rip) # 0x12be613 1c: 90 nop 1d: 48 c7 c7 f8 48 f5 90 mov $0xffffffff90f548f8,%rdi 24: e8 c5 54 ba ff call 0xffffffffffba54ee 29: 90 nop 2a:* 0f 0b ud2 <-- trapping instruction 2c: 90 nop 2d: 90 nop 2e: c3 ret 2f: 80 3d db e5 2b 01 00 cmpb $0x0,0x12be5db(%rip) # 0x12be611 36: 0f 85 62 ff ff ff jne 0xffffffffffffff9e 3c: c6 .byte 0xc6 3d: 05 .byte 0x5 3e: ce (bad) 3f: e5 .byte 0xe5 Code starting with the faulting instruction =========================================== 0: 0f 0b ud2 2: 90 nop 3: 90 nop 4: c3 ret 5: 80 3d db e5 2b 01 00 cmpb $0x0,0x12be5db(%rip) # 0x12be5e7 c: 0f 85 62 ff ff ff jne 0xffffffffffffff74 12: c6 .byte 0xc6 13: 05 .byte 0x5 14: ce (bad) 15: e5 .byte 0xe5 [ 2.424480] RSP: 0018:ffff9ea08066f730 EFLAGS: 00010282 [ 2.424561] RAX: 0000000000000000 RBX: ffff9ea08066f740 RCX: 00000000ffffdfff [ 2.424658] RDX: 0000000000000000 RSI: 00000000ffffffea RDI: 0000000000000001 [ 2.424756] RBP: ffff9142849cd000 R08: ffffffff9175ba28 R09: 00000000ffffdfff [ 2.424851] R10: ffffffff9167ba40 R11: ffffffff9172ba40 R12: 0000000000000001 [ 2.424947] R13: 00000000fffb7511 R14: 0000000000000001 R15: ffff9142849cd000 [ 2.425049] FS: 00007f41f816d800(0000) GS:ffff91432ce91000(0000) knlGS:0000000000000000 [ 2.425151] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 2.425239] CR2: 00000000004e6e88 CR3: 0000000004b4b006 CR4: 0000000000772ef0 [ 2.425337] PKRU: 55555554 [ 2.425367] Call Trace: [ 2.425412] [ 2.425442] netdev_run_todo (./include/linux/list.h:381 net/core/dev.c:11670) [ 2.425504] rtnl_dellink (net/core/rtnetlink.c:3580) [ 2.425582] ? virtio_fs_enqueue_req (fs/fuse/virtio_fs.c:1473) [ 2.425660] ? netdev_run_todo (./include/linux/list.h:381 net/core/dev.c:11653) [ 2.425721] ? rtnl_bridge_getlink (net/core/rtnetlink.c:3536) [ 2.425775] rtnetlink_rcv_msg (net/core/rtnetlink.c:6959) [ 2.425836] ? get_page_from_freelist (mm/page_alloc.c:1226 mm/page_alloc.c:1848 mm/page_alloc.c:1858 mm/page_alloc.c:3884) [ 2.425909] ? rtnl_calcit.isra.0 (net/core/rtnetlink.c:6861) [ 2.425981] netlink_rcv_skb (net/netlink/af_netlink.c:2550) [ 2.426048] netlink_unicast (net/netlink/af_netlink.c:1319 net/netlink/af_netlink.c:1344) [ 2.426109] ? __alloc_skb (net/core/skbuff.c:690) [ 2.426153] netlink_sendmsg (net/netlink/af_netlink.c:1894) [ 2.426235] ____sys_sendmsg (net/socket.c:727 net/socket.c:742 net/socket.c:2630) [ 2.426301] ? copy_msghdr_from_user (net/socket.c:2570) [ 2.426372] ___sys_sendmsg (net/socket.c:2686) [ 2.426432] ? do_wp_page (./include/linux/mmu_notifier.h:468 mm/memory.c:3786 mm/memory.c:4140) [ 2.426493] ? ___pte_offset_map (./include/linux/pgtable.h:347 ./include/linux/pgtable.h:635 mm/pgtable-generic.c:288) [ 2.426562] ? nfulnl_rcv_nl_event (net/netfilter/nfnetlink_log.c:836) [ 2.426639] ? fsnotify_grab_connector (fs/notify/mark.c:709) [ 2.426715] ? fsnotify_destroy_marks (fs/notify/mark.c:937) [ 2.426787] __sys_sendmsg (net/socket.c:2716) [ 2.426848] do_syscall_64 (arch/x86/entry/syscall_64.c:63 arch/x86/entry/syscall_64.c:94) [ 2.426911] entry_SYSCALL_64_after_hwframe (arch/x86/entry/entry_64.S:130) [ 2.426985] RIP: 0033:0x7f41f833b1d7 [ 2.427049] Code: 0e 00 f7 d8 64 89 02 48 c7 c0 ff ff ff ff eb b9 0f 1f 00 f3 0f 1e fa 64 8b 04 25 18 00 00 00 85 c0 75 10 b8 2e 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 48 83 ec 28 89 54 24 1c 48 89 74 24 10 All code ======== 0: 0e (bad) 1: 00 f7 add %dh,%bh 3: d8 64 89 02 fsubs 0x2(%rcx,%rcx,4) 7: 48 c7 c0 ff ff ff ff mov $0xffffffffffffffff,%rax e: eb b9 jmp 0xffffffffffffffc9 10: 0f 1f 00 nopl (%rax) 13: f3 0f 1e fa endbr64 17: 64 8b 04 25 18 00 00 mov %fs:0x18,%eax 1e: 00 1f: 85 c0 test %eax,%eax 21: 75 10 jne 0x33 23: b8 2e 00 00 00 mov $0x2e,%eax 28: 0f 05 syscall 2a:* 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax <-- trapping instruction 30: 77 51 ja 0x83 32: c3 ret 33: 48 83 ec 28 sub $0x28,%rsp 37: 89 54 24 1c mov %edx,0x1c(%rsp) 3b: 48 89 74 24 10 mov %rsi,0x10(%rsp) Code starting with the faulting instruction =========================================== 0: 48 3d 00 f0 ff ff cmp $0xfffffffffffff000,%rax 6: 77 51 ja 0x59 8: c3 ret 9: 48 83 ec 28 sub $0x28,%rsp d: 89 54 24 1c mov %edx,0x1c(%rsp) 11: 48 89 74 24 10 mov %rsi,0x10(%rsp) [ 2.427240] RSP: 002b:00007ffd75074248 EFLAGS: 00000246 ORIG_RAX: 000000000000002e [ 2.427339] RAX: ffffffffffffffda RBX: 00007ffd75074980 RCX: 00007f41f833b1d7 [ 2.427433] RDX: 0000000000000000 RSI: 00007ffd750742b0 RDI: 0000000000000005 [ 2.427565] RBP: 0000000000000002 R08: 0000000000000003 R09: 0000000000000078 [ 2.427659] R10: 00007f41f8237510 R11: 0000000000000246 R12: 0000000000000002 Finger prints: refcount_warn_saturate:netdev_run_todo:rtnl_dellink:rtnetlink_rcv_msg:netlink_rcv_skb