|
Message-ID: <CAGXu5jLD+wFpaDW=Zr0gMj-8FqZtD4=UXekrjJS4py_uD7YgUQ@mail.gmail.com> Date: Wed, 28 Aug 2013 17:30:25 -0700 From: Kees Cook <keescook@...omium.org> To: "Eric W. Biederman" <ebiederm@...ssion.com> Cc: Djalal Harouni <tixxdz@...ndz.org>, Al Viro <viro@...iv.linux.org.uk>, Andrew Morton <akpm@...ux-foundation.org>, Solar Designer <solar@...nwall.com>, Vasiliy Kulikov <segoon@...nwall.com>, Linus Torvalds <torvalds@...ux-foundation.org>, Ingo Molnar <mingo@...nel.org>, LKML <linux-kernel@...r.kernel.org>, "kernel-hardening@...ts.openwall.com" <kernel-hardening@...ts.openwall.com> Subject: Re: [PATCH 1/2] procfs: restore 0400 permissions on /proc/*/{syscall,stack,personality} On Wed, Aug 28, 2013 at 5:26 PM, Eric W. Biederman <ebiederm@...ssion.com> wrote: > Can someome please state what they are worried about in simple language > step by step? > [...] > The closest I saw in the thread was people were worried about ASLR being > defeated. All I see are kernel addresses and we don't have much if any > runtime or even load time randomization of where code is located in the > kernel address map on x86_64. So I don't understand the concern. I showed the output of "syscall", since that contains user-space addresses and shows a leak of ASLR from a privileged process to an unprivileged process. The flaw as I see it is that an unprivileged process opens /proc/$priv_pid/syscall and passes it to a setuid process which is able to read it, and provides those contents to the unprivileged process. The unprivileged process should not be able to the open the file in the first place. -Kees -- Kees Cook Chrome OS Security
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.