syzbot


UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime

Status: upstream: reported C repro on 2024/03/14 14:25
Subsystems: bpf
[Documentation on labels]
Reported-by: syzbot+d2a2c639d03ac200a4f1@syzkaller.appspotmail.com
First crash: 252d, last: 10h03m
Cause bisection: introduced by (bisect log) :
commit 011832b97b311bb9e3c27945bc0d1089a14209c9
Author: Alexei Starovoitov <ast@kernel.org>
Date: Wed Mar 6 03:19:26 2024 +0000

  bpf: Introduce may_goto instruction

Crash: UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime (log)
Repro: C syz .config
  
Discussions (9)
Title Replies (including bot) Last reply
[PATCH] fix array-index-out-of-bounds in bpf_prog_select_runtime 4 (4) 2024/05/06 23:35
Re: [syzbot] [PATCH] fix array-index-out-of-bounds in bpf_prog_select_runtime 0 (1) 2024/05/05 00:03
[PATCH] fix array-index-out-of-bounds in bpf_prog_select_runtime 2 (2) 2024/03/27 22:14
Re: [syzbot] [PATCH] fix array-index-out-of-bounds in bpf_prog_select_runtime 0 (1) 2024/03/24 23:12
Re: [syzbot] [PATCH] fix array-index-out-of-bounds in bpf_prog_select_runtime 0 (1) 2024/03/24 14:30
Re: [syzbot] [PATCH] fix array-index-out-of-bounds in bpf_prog_select_runtime 0 (1) 2024/03/24 13:38
Re: [syzbot] [PATCH] fix array-index-out-of-bounds in bpf_prog_select_runtime 0 (1) 2024/03/23 22:54
Re: [syzbot] [PATCH] fix array-index-out-of-bounds in bpf_prog_select_runtime 0 (1) 2024/03/23 21:22
[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime 0 (1) 2024/03/14 14:25
Last patch testing requests (9)
Created Duration User Patch Repo Result
2024/10/06 21:09 41m retest repro upstream report log
2024/07/03 05:26 15m retest repro upstream report log
2024/05/05 00:03 27m cam.alvarez.i@gmail.com patch upstream OK log
2024/04/23 22:05 16m retest repro upstream report log
2024/03/24 23:12 4h35m cam.alvarez.i@gmail.com patch https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 9187210eee7d OK log
2024/03/24 14:30 22m cam.alvarez.i@gmail.com patch https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master error
2024/03/24 13:38 23m cam.alvarez.i@gmail.com patch upstream error
2024/03/23 22:54 22m cam.alvarez.i@gmail.com patch upstream error
2024/03/23 21:22 22m cam.alvarez.i@gmail.com patch upstream error
Fix bisection attempts (3)
Created Duration User Patch Repo Result
2024/09/04 03:04 1h18m bisect fix upstream OK (0) job log log
2024/08/04 23:48 1h47m bisect fix upstream OK (0) job log log
2024/07/03 03:12 2h16m bisect fix upstream OK (0) job log log

Sample crash report:
------------[ cut here ]------------
UBSAN: array-index-out-of-bounds in ./kernel/bpf/core.c:2364:29
index 16 is out of range for type '<unknown> *[16]'
CPU: 1 UID: 0 PID: 5234 Comm: syz-executor176 Not tainted 6.11.0-syzkaller-02574-ga430d95c5efa #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 08/06/2024
Call Trace:
 <TASK>
 __dump_stack lib/dump_stack.c:93 [inline]
 dump_stack_lvl+0x16c/0x1f0 lib/dump_stack.c:119
 ubsan_epilogue lib/ubsan.c:231 [inline]
 __ubsan_handle_out_of_bounds+0x110/0x150 lib/ubsan.c:429
 bpf_prog_select_func kernel/bpf/core.c:2364 [inline]
 bpf_prog_select_runtime+0x665/0x6f0 kernel/bpf/core.c:2395
 bpf_prog_load+0xf0f/0x2660 kernel/bpf/syscall.c:2912
 __sys_bpf+0x8e3/0x49c0 kernel/bpf/syscall.c:5710
 __do_sys_bpf kernel/bpf/syscall.c:5817 [inline]
 __se_sys_bpf kernel/bpf/syscall.c:5815 [inline]
 __x64_sys_bpf+0x78/0xc0 kernel/bpf/syscall.c:5815
 do_syscall_x64 arch/x86/entry/common.c:52 [inline]
 do_syscall_64+0xcd/0x250 arch/x86/entry/common.c:83
 entry_SYSCALL_64_after_hwframe+0x77/0x7f
RIP: 0033:0x7fcbd98783e9
Code: 48 83 c4 28 c3 e8 37 17 00 00 0f 1f 80 00 00 00 00 48 89 f8 48 89 f7 48 89 d6 48 89 ca 4d 89 c2 4d 89 c8 4c 8b 4c 24 08 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 c7 c1 b8 ff ff ff f7 d8 64 89 01 48
RSP: 002b:00007fff8b407468 EFLAGS: 00000246 ORIG_RAX: 0000000000000141
RAX: ffffffffffffffda RBX: 00007fff8b407648 RCX: 00007fcbd98783e9
RDX: 0000000000000048 RSI: 00000000200017c0 RDI: 0000000000000005
RBP: 00007fcbd98eb610 R08: 0000000000000000 R09: 0000000000000000
R10: 00000000ffffffff R11: 0000000000000246 R12: 0000000000000001
R13: 00007fff8b407638 R14: 0000000000000001 R15: 0000000000000001
 </TASK>
---[ end trace ]---

Crashes (20):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2024/09/18 12:17 upstream a430d95c5efa c673ca06 .config strace log report syz / log C [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/03/13 16:07 upstream 9187210eee7d db5b7ff0 .config strace log report syz C [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/11/10 15:41 upstream de2f378f2b77 6b856513 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/11/08 19:20 upstream 906bd684e4b1 179b040e .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/10/29 22:29 upstream e42b1a9a2557 66aeb999 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/10/29 21:35 upstream e42b1a9a2557 66aeb999 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/10/28 09:34 upstream 284a2f899676 65e8686b .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/09/22 21:00 upstream a430d95c5efa 6f888b75 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/09/18 12:01 upstream a430d95c5efa c673ca06 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/09/18 12:01 upstream a430d95c5efa c673ca06 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/04/07 18:01 upstream fe46a7dd189e ca620dd8 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/04/02 14:50 upstream fe46a7dd189e 6baf5069 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/03/30 07:56 upstream fe46a7dd189e c52bcb23 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/03/13 15:46 upstream 9187210eee7d db5b7ff0 .config console log report info [disk image] [vmlinux] [kernel image] ci-upstream-kasan-gce-selinux-root UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/11/20 20:45 upstream 8f7c8b88bda4 4fca1650 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/11/18 16:17 upstream adc218676eef e7bb5d6e .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/11/18 16:17 upstream adc218676eef e7bb5d6e .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/11/17 23:13 upstream f66d6acccbc0 cfe3a04a .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/09/21 01:47 upstream baeb9a7d8b60 6f888b75 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
2024/09/21 01:43 upstream baeb9a7d8b60 6f888b75 .config console log report info [disk image (non-bootable)] [vmlinux] [kernel image] ci-qemu-upstream UBSAN: array-index-out-of-bounds in bpf_prog_select_runtime
* Struck through repros no longer work on HEAD.