All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_task
@ 2020-08-14 18:16 Eric Dumazet
  2020-08-14 19:03 ` Andy Lutomirski
  2020-08-15 11:48 ` Ingo Molnar
  0 siblings, 2 replies; 6+ messages in thread
From: Eric Dumazet @ 2020-08-14 18:16 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: linux-kernel, Eric Dumazet, Eric Dumazet, Jann Horn, syzbot,
	Andy Lutomirski, Chang S . Bae, Andy Lutomirski, Borislav Petkov,
	Brian Gerst, Dave Hansen, Denys Vlasenko, H . Peter Anvin,
	Linus Torvalds, Markus T Metzger, Peter Zijlstra, Ravi Shankar,
	Rik van Riel, Thomas Gleixner

syzbot found its way in 86_fsgsbase_read_task() [1]

Fix is to make sure ldt pointer is not NULL.

[1]
general protection fault, probably for non-canonical address 0xdffffc0000000001: 0000 [#1] PREEMPT SMP KASAN
KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f]
CPU: 0 PID: 6866 Comm: syz-executor262 Not tainted 5.8.0-syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
RIP: 0010:x86_fsgsbase_read_task+0x16d/0x310 arch/x86/kernel/process_64.c:393
Code: 3c 02 00 0f 85 7c 01 00 00 4c 8b a5 80 04 00 00 44 0f b7 eb 48 b8 00 00 00 00 00 fc ff df 49 8d 7c 24 08 48 89 fa 48 c1 ea 03 <0f> b6 04 02 84 c0 74 08 3c 03 0f 8e 30 01 00 00 45 3b 6c 24 08 0f
RSP: 0018:ffffc90001677db8 EFLAGS: 00010202
RAX: dffffc0000000000 RBX: 0000000000000000 RCX: 0000000000000000
RDX: 0000000000000001 RSI: 0000000000000008 RDI: 0000000000000008
RBP: ffff88809eaf9780 R08: 0000000000000000 R09: ffff88809eaf9c17
R10: ffffed1013d5f382 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000020000080
FS:  0000000000000000(0000) GS:ffff8880ae600000(0063) knlGS:0000000009cf4840
CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
CR2: 0000000020000080 CR3: 000000009fa0d000 CR4: 00000000001506f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
 putreg32+0x3ab/0x530 arch/x86/kernel/ptrace.c:876
 genregs32_set arch/x86/kernel/ptrace.c:1026 [inline]
 genregs32_set+0xa4/0x100 arch/x86/kernel/ptrace.c:1006
 copy_regset_from_user include/linux/regset.h:326 [inline]
 ia32_arch_ptrace arch/x86/kernel/ptrace.c:1061 [inline]
 compat_arch_ptrace+0x36c/0xd90 arch/x86/kernel/ptrace.c:1198
 __do_compat_sys_ptrace kernel/ptrace.c:1420 [inline]
 __se_compat_sys_ptrace kernel/ptrace.c:1389 [inline]
 __ia32_compat_sys_ptrace+0x220/0x2f0 kernel/ptrace.c:1389
 do_syscall_32_irqs_on arch/x86/entry/common.c:84 [inline]
 __do_fast_syscall_32+0x57/0x80 arch/x86/entry/common.c:126
 do_fast_syscall_32+0x2f/0x70 arch/x86/entry/common.c:149
 entry_SYSENTER_compat_after_hwframe+0x4d/0x5c
RIP: 0023:0xf7fe9569
Code: 10 05 03 74 b8 01 10 06 03 74 b4 01 10 07 03 74 b0 01 10 08 03 74 d8 01 00 00 00 00 00 00 00 00 00 51 52 55 89 e5 0f 34 cd 80 <5d> 5a 59 c3 90 90 90 90 eb 0d 90 90 90 90 90 90 90 90 90 90 90 90
RSP: 002b:00000000ffd99e7c EFLAGS: 00000217 ORIG_RAX: 000000000000001a
RAX: ffffffffffffffda RBX: 000000000000000d RCX: 0000000000001ad1
RDX: 0000000000000000 RSI: 0000000020000080 RDI: 0000000000001ad1
RBP: 000000000000003c R08: 0000000000000000 R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
Modules linked in:
---[ end trace f79c8042700af7c5 ]---
RIP: 0010:x86_fsgsbase_read_task+0x16d/0x310 arch/x86/kernel/process_64.c:393
Code: 3c 02 00 0f 85 7c 01 00 00 4c 8b a5 80 04 00 00 44 0f b7 eb 48 b8 00 00 00 00 00 fc ff df 49 8d 7c 24 08 48 89 fa 48 c1 ea 03 <0f> b6 04 02 84 c0 74 08 3c 03 0f 8e 30 01 00 00 45 3b 6c 24 08 0f
RSP: 0018:ffffc90001677db8 EFLAGS: 00010202
RAX: dffffc0000000000 RBX: 0000000000000000 RCX: 0000000000000000
RDX: 0000000000000001 RSI: 0000000000000008 RDI: 0000000000000008
RBP: ffff88809eaf9780 R08: 0000000000000000 R09: ffff88809eaf9c17
R10: ffffed1013d5f382 R11: 0000000000000000 R12: 0000000000000000
R13: 0000000000000000 R14: 0000000000000000 R15: 0000000020000080
FS:  0000000000000000(0000) GS:ffff8880ae600000(0063) knlGS:0000000009cf4840
CS:  0010 DS: 002b ES: 002b CR0: 0000000080050033
CR2: 0000000020000080 CR3: 000000009fa0d000 CR4: 00000000001506f0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400

Fixes: 07e1d88adaae ("x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accurately")
Co-developed-by: Jann Horn <jannh@google.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reported-by: syzbot <syzkaller@googlegroups.com>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Chang S. Bae <chang.seok.bae@intel.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Markus T Metzger <markus.t.metzger@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ravi Shankar <ravi.v.shankar@intel.com>
Cc: Rik van Riel <riel@surriel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
---
 arch/x86/kernel/process_64.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c
index d6f946707270e41d4aa04e4069b1b4eb82afd687..8393ee1aa9c89b3712b7aef510149d73762ef314 100644
--- a/arch/x86/kernel/process_64.c
+++ b/arch/x86/kernel/process_64.c
@@ -390,7 +390,7 @@ unsigned long x86_fsgsbase_read_task(struct task_struct *task,
 		 */
 		mutex_lock(&task->mm->context.lock);
 		ldt = task->mm->context.ldt;
-		if (unlikely(idx >= ldt->nr_entries))
+		if (unlikely(ldt == NULL || idx >= ldt->nr_entries))
 			base = 0;
 		else
 			base = get_desc_base(ldt->entries + idx);
-- 
2.28.0.220.ged08abb693-goog


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-15 21:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-14 18:16 [PATCH] x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_task Eric Dumazet
2020-08-14 19:03 ` Andy Lutomirski
2020-08-14 19:12   ` Eric Dumazet
2020-08-14 19:37   ` Jann Horn
2020-08-15 11:48 ` Ingo Molnar
2020-08-15 17:38   ` Eric Dumazet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.