Re: CLONE_NEWUSER|CLONE_FS root exploit

2013-03-14 Thread Andy Lutomirski
On Thu, Mar 14, 2013 at 1:29 PM, Eric W. Biederman wrote: > Andy Lutomirski writes: > >> On 03/13/2013 11:35 AM, Eric W. Biederman wrote: >>> Kees Cook writes: >>> Hi, It seem like we should block (at least) this combination. On 3.9, this exploit works once uidmapping is adde

Re: CLONE_NEWUSER|CLONE_FS root exploit

2013-03-14 Thread Eric W. Biederman
Andy Lutomirski writes: > On 03/13/2013 11:35 AM, Eric W. Biederman wrote: >> Kees Cook writes: >> >>> Hi, >>> >>> It seem like we should block (at least) this combination. On 3.9, this >>> exploit works once uidmapping is added. >>> >>> http://www.openwall.com/lists/oss-security/2013/03/13/10

Re: CLONE_NEWUSER|CLONE_FS root exploit

2013-03-13 Thread Andy Lutomirski
On 03/13/2013 11:35 AM, Eric W. Biederman wrote: > Kees Cook writes: > >> Hi, >> >> It seem like we should block (at least) this combination. On 3.9, this >> exploit works once uidmapping is added. >> >> http://www.openwall.com/lists/oss-security/2013/03/13/10 > > Yes. That is a bad combination

Re: CLONE_NEWUSER|CLONE_FS root exploit

2013-03-13 Thread Eric W. Biederman
Kees Cook writes: > Hi, > > It seem like we should block (at least) this combination. On 3.9, this > exploit works once uidmapping is added. > > http://www.openwall.com/lists/oss-security/2013/03/13/10 Yes. That is a bad combination. It let's chroot confuse privileged processes. Now to figure