Bugtraq mailing list archives

Re: /proc filesystem allows bypassing directory permissions on Linux


From: Glynn Clements <glynn () gclements plus com>
Date: Mon, 26 Oct 2009 21:49:23 +0000


Pavel Machek wrote:

Check it again.  There's no race; I check link count before chmod 666.

Which creates a race condition, as the link could be created after the
check but before the chmod.

You can't safely rely upon directory permissions if the directory was
created 0777 then chmod'ed down later. It needs to be created with the
restrictive permissions from the outset.

-- 
Glynn Clements <glynn () gclements plus com>


Current thread: