syzbot


BUG: unable to handle kernel paging request in tomoyo_encode2

Status: auto-closed as invalid on 2021/12/28 16:55
Subsystems: tomoyo
[Documentation on labels]
Reported-by: syzbot+eee04f9a4a45fabcebef@syzkaller.appspotmail.com
First crash: 968d, last: 968d
Duplicate bugs (2)
duplicates (2):
Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
riscv/fixes boot error: BUG: unable to handle kernel NULL pointer dereference in corrupted tomoyo 9 946d 953d 0/26 closed as dup on 2021/09/14 10:55
riscv/fixes test error: BUG: unable to handle kernel NULL pointer dereference in corrupted fs 4 951d 953d 0/26 closed as dup on 2021/09/14 11:08
Discussions (1)
Title Replies (including bot) Last reply
[syzbot] BUG: unable to handle kernel paging request in tomoyo_encode2 1 (2) 2021/08/31 10:59

Sample crash report:
BUG: unable to handle page fault for address: 00000000001b7e20
#PF: supervisor read access in kernel mode
#PF: error_code(0x0000) - not-present page
PGD 0 P4D 0 
Oops: 0000 [#1] PREEMPT SMP KASAN
CPU: 1 PID: 4861 Comm: systemd-udevd Not tainted 5.14.0-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
RIP: 0010:slab_alloc_node mm/slub.c:2943 [inline]
RIP: 0010:slab_alloc mm/slub.c:2967 [inline]
RIP: 0010:__kmalloc+0x1ab/0x390 mm/slub.c:4111
Code: 84 11 01 00 00 48 83 78 10 00 0f 84 06 01 00 00 48 8b 7d 00 40 f6 c7 0f 0f 85 a7 01 00 00 45 84 c0 0f 84 a0 01 00 00 8b 45 28 <49> 8b 5c 05 00 48 89 d1 48 83 c1 08 4c 89 e8 65 48 0f c7 0f 0f 94
RSP: 0018:ffffc90000e4f8e0 EFLAGS: 00010202
RAX: 0000000000000020 RBX: 0000000000000d40 RCX: 0000000000000000
RDX: 000000000083bf29 RSI: 0000000000000040 RDI: 0000000000054e70
RBP: ffff888011041640 R08: dffffc0000000001 R09: fffffbfff1b74f1e
R10: fffffbfff1b74f1e R11: 0000000000000000 R12: 0000000000000032
R13: 00000000001b7e00 R14: 0000000000000032 R15: 0000000000000d40
FS:  00007f39d836f8c0(0000) GS:ffff8880b9d00000(0000) knlGS:0000000000000000
CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 00000000001b7e20 CR3: 000000001caf9000 CR4: 00000000001506e0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
 kmalloc include/linux/slab.h:596 [inline]
 kzalloc include/linux/slab.h:721 [inline]
 tomoyo_encode2+0x25a/0x560 security/tomoyo/realpath.c:45
 tomoyo_encode security/tomoyo/realpath.c:80 [inline]
 tomoyo_realpath_from_path+0x5c3/0x610 security/tomoyo/realpath.c:288
 tomoyo_get_realpath security/tomoyo/file.c:151 [inline]
 tomoyo_path_perm+0x201/0x650 security/tomoyo/file.c:822
 security_inode_getattr+0xc0/0x140 security/security.c:1333
 vfs_getattr fs/stat.c:139 [inline]
 vfs_fstat fs/stat.c:164 [inline]
 __do_sys_newfstat fs/stat.c:404 [inline]
 __se_sys_newfstat+0xba/0x820 fs/stat.c:401
 do_syscall_x64 arch/x86/entry/common.c:50 [inline]
 do_syscall_64+0x3d/0xb0 arch/x86/entry/common.c:80
 entry_SYSCALL_64_after_hwframe+0x44/0xae
RIP: 0033:0x7f39d71e12e2
Code: 48 8b 05 b9 db 2b 00 64 c7 00 16 00 00 00 b8 ff ff ff ff c3 0f 1f 40 00 83 ff 01 77 33 48 63 fe b8 05 00 00 00 48 89 d6 0f 05 <48> 3d 00 f0 ff ff 77 06 f3 c3 0f 1f 40 00 48 8b 15 81 db 2b 00 f7
RSP: 002b:00007ffd97de9338 EFLAGS: 00000246 ORIG_RAX: 0000000000000005
RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f39d71e12e2
RDX: 00007ffd97de9350 RSI: 00007ffd97de9350 RDI: 000000000000000e
RBP: 00007ffd97de94f0 R08: 0000000000000000 R09: 0000000000000001
R10: 0000000000080000 R11: 0000000000000246 R12: 0000558889f0be90
R13: 0000558889ef8010 R14: 0000558889efb450 R15: 00007ffd97de94b0
Modules linked in:
CR2: 00000000001b7e20
----------------
Code disassembly (best guess):
   0:	84 11                	test   %dl,(%rcx)
   2:	01 00                	add    %eax,(%rax)
   4:	00 48 83             	add    %cl,-0x7d(%rax)
   7:	78 10                	js     0x19
   9:	00 0f                	add    %cl,(%rdi)
   b:	84 06                	test   %al,(%rsi)
   d:	01 00                	add    %eax,(%rax)
   f:	00 48 8b             	add    %cl,-0x75(%rax)
  12:	7d 00                	jge    0x14
  14:	40 f6 c7 0f          	test   $0xf,%dil
  18:	0f 85 a7 01 00 00    	jne    0x1c5
  1e:	45 84 c0             	test   %r8b,%r8b
  21:	0f 84 a0 01 00 00    	je     0x1c7
  27:	8b 45 28             	mov    0x28(%rbp),%eax
* 2a:	49 8b 5c 05 00       	mov    0x0(%r13,%rax,1),%rbx <-- trapping instruction
  2f:	48 89 d1             	mov    %rdx,%rcx
  32:	48 83 c1 08          	add    $0x8,%rcx
  36:	4c 89 e8             	mov    %r13,%rax
  39:	65 48 0f c7 0f       	cmpxchg16b %gs:(%rdi)
  3e:	0f                   	.byte 0xf
  3f:	94                   	xchg   %eax,%esp

Crashes (1):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2021/08/30 16:54 upstream 7d2a07b76933 8f58a0ef .config console log report info ci-upstream-kasan-gce-smack-root BUG: unable to handle kernel paging request in tomoyo_encode2
* Struck through repros no longer work on HEAD.