From: "Serge E. Hallyn" <serge@hallyn.com>
To: Andy Lutomirski <luto@amacapital.net>
Cc: Klaus Ethgen <Klaus+lkml@ethgen.de>,
"Serge E. Hallyn" <serge@hallyn.com>,
Linus Torvalds <torvalds@linux-foundation.org>,
Richard Weinberger <richard.weinberger@gmail.com>,
LKML <linux-kernel@vger.kernel.org>,
Christoph Lameter <cl@linux.com>,
Andy Lutomirski <luto@kernel.org>,
Serge Hallyn <serge.hallyn@ubuntu.com>,
Kees Cook <keescook@chromium.org>,
Andrew Morton <akpm@linux-foundation.org>
Subject: Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: [KERNEL] Re: Kernel 4.3 breaks security in systems using capabilities
Date: Thu, 5 Nov 2015 16:08:43 -0600 [thread overview]
Message-ID: <20151105220843.GA6027@mail.hallyn.com> (raw)
In-Reply-To: <CALCETrW1_kDzw9Bwgc7+sCJF--CSbHVt6f=E2vm3kt_vpK0ahw@mail.gmail.com>
On Thu, Nov 05, 2015 at 11:01:07AM -0800, Andy Lutomirski wrote:
> On Thu, Nov 5, 2015 at 9:48 AM, Klaus Ethgen <Klaus+lkml@ethgen.de> wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA512
> >
> > Am Do den 5. Nov 2015 um 18:34 schrieb Serge E. Hallyn:
> >> > Am Do den 5. Nov 2015 um 17:15 schrieb Serge E. Hallyn:
> >> > > I think if you follow your idea to its logical conclusions, you end
> >> > > up wanting set SECURE_ALL_BITS | SECURE_ALL_LOCKS, which will include
> >> > > SECURE_NO_CAP_AMBIENT_RAISE, disabling ambient capabilities.
> >> >
> >> > That I did miss out and seems to be the solution for the problem. So
> >> > adding cap_secure_all_bits,cap_secure_all_locks=ep to every binary that
> >> > gets other caps should solve it?
> >>
> >> No that doesn't work, you have to use prctl to set those bits. If you
> >> can get your system to be fully rootless, you can have init or initramfs
> >> do this for you. It'll mean that root and setuid-root binaries have no
> >> automatic privileges beside owning host (proc/sys) files.
> >
> > So this is not helping much. But for me it is at least an idea to how to
> > have abient capabilities _and_ full control for admin. It would be an
> > un-capability but at least would allow the admin to change the
> > behaviour.
> >
> > Another one, that would be much better would be something like
> > cap_ambient_cap capability to explicitly allow the use of ambient
> > capabilities.
> >
> > I have to say that I do not know much about prctl. Just reading the man
> > page currently. But this seems to be about the second way of taking away
> > rights from UID 0 instead of explicitly giving rights to selective
> > binaries.
Not exactly. It's restoring the full unadulterated use of posix
capabilities.
> OK, everyone, take a deep breath please.
>
> Somewhere very high up on my personal list of generally applicable
> security advice: do not turn security knobs for the warm fully
> feelings. Let me repeat that in all caps: DO NOT TURN SECURITY KNOBS
> FOR THE WARM FUZZY FEELINGS.
>
> When a whole bunch of us designed and iterated on how ambient caps
> would work, we were very careful that they would *not* break
> pre-existing assumptions that SUID programs could make. Securebits
> are very different: they very much do break pre-existing assumptions.
... thought i was clear about that.
> See, for example, CVE-2014-3215 [1], which is a local privilege
> escalation made possible a because setuid binary turned security knobs
> for the warm fuzzy feelings.
Which is why I wonder whether a mailing list - a very slow one - where
projects wanting to discuss how to best integrate with capabilities and
nnp could go for discussion, would be useful. Very slow because for
each project 1+ people on the list would need to put in some time to
figure out what the project really needs.
> So, no, barring a really good reason and a very convincing argument
> about why it would be safe, I won't ack any attempt to add xattr knobs
> to change privilege evolution rules like that. If you really want to
> turn knobs to make your system feel safer and be safe at the same
> time, please learn exactly what all the knobs do first and, while
> you're at it, please think carefully about how they interact.
>
> --Andy
>
> [1] See http://openwall.com/lists/oss-security/2014/04/29/7 and much
> related discussion
next prev parent reply other threads:[~2015-11-05 22:08 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-02 18:06 Klaus Ethgen
2015-11-02 18:38 ` Richard Weinberger
2015-11-02 18:50 ` Andy Lutomirski
2015-11-02 19:16 ` [KERNEL] " Klaus Ethgen
2015-11-02 19:45 ` Andy Lutomirski
2015-11-05 10:19 ` [KERNEL] " Klaus Ethgen
2015-11-05 16:15 ` Serge E. Hallyn
2015-11-05 17:17 ` [KERNEL] " Klaus Ethgen
2015-11-05 17:34 ` Serge E. Hallyn
2015-11-05 17:48 ` [KERNEL] " Klaus Ethgen
2015-11-05 19:01 ` Andy Lutomirski
2015-11-05 22:08 ` Serge E. Hallyn [this message]
2015-11-06 13:58 ` [KERNEL] " Klaus Ethgen
2015-11-06 15:53 ` Theodore Ts'o
2015-11-06 17:15 ` Andy Lutomirski
2015-11-06 17:51 ` Casey Schaufler
2015-11-06 18:05 ` Serge E. Hallyn
2015-11-06 17:56 ` [KERNEL] " Klaus Ethgen
2015-11-06 18:18 ` Serge E. Hallyn
2015-11-07 11:02 ` [KERNEL] " Klaus Ethgen
2015-11-08 17:05 ` Serge E. Hallyn
2015-11-09 16:28 ` Austin S Hemmelgarn
2015-11-09 17:23 ` [KERNEL] " Klaus Ethgen
2015-11-09 19:02 ` Austin S Hemmelgarn
2015-11-09 21:29 ` [KERNEL] " Klaus Ethgen
2015-11-10 0:06 ` Andy Lutomirski
2015-11-10 11:55 ` [KERNEL] " Klaus Ethgen
2015-11-10 12:40 ` Theodore Ts'o
2015-11-10 13:19 ` [KERNEL] [PATCH] " Klaus Ethgen
2015-11-10 13:35 ` Austin S Hemmelgarn
2015-11-10 17:58 ` [KERNEL] " Klaus Ethgen
2015-11-10 20:39 ` Austin S Hemmelgarn
2015-11-10 13:41 ` Klaus Ethgen
2015-11-11 2:04 ` Theodore Ts'o
2015-11-11 10:14 ` [KERNEL] " Klaus Ethgen
2015-11-11 10:54 ` Theodore Ts'o
2015-11-11 11:13 ` [KERNEL] " Klaus Ethgen
2015-11-10 15:25 ` [KERNEL] Re: [KERNEL] Re: [KERNEL] " Christoph Lameter
2015-11-05 16:19 ` Andy Lutomirski
2015-11-05 17:22 ` [KERNEL] " Klaus Ethgen
2015-11-02 18:52 ` Linus Torvalds
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151105220843.GA6027@mail.hallyn.com \
--to=serge@hallyn.com \
--cc=Klaus+lkml@ethgen.de \
--cc=akpm@linux-foundation.org \
--cc=cl@linux.com \
--cc=keescook@chromium.org \
--cc=linux-kernel@vger.kernel.org \
--cc=luto@amacapital.net \
--cc=luto@kernel.org \
--cc=richard.weinberger@gmail.com \
--cc=serge.hallyn@ubuntu.com \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome