|
Message-Id: <200808181203.m7IC3GPE028083@core.courtesan.com> Date: Mon, 18 Aug 2008 08:03:15 -0400 From: "Todd C. Miller" <Todd.Miller@...rtesan.com> To: oss-security@...ts.openwall.com Subject: Re: CVE id request: mktemp In message <20080818113643.GC27231@...lde.de> so spake Nico Golde (oss-security+ml): > This is known but as I wrote in the bug report: > "the file is safely created with O_EXCL and 0600, still > unsafe if used with -u" -u Operate in ``unsafe'' mode. The temp file will be unlinked be- fore mktemp exits. This is slightly better than mktemp(3) but still introduces a race condition. Use of this option is not en- couraged. The manual explicitly says this option is unsafe. It should only be used when the directory in which you are making the temporary file is not writable by other users. Furthermore, you are only using 4 X's which makes it even less safe. - todd
Powered by blists - more mailing lists
Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.