zsh-workers
 help / color / mirror / code / Atom feed
From: Jeremy Mates <jeremy.mates@gmail.com>
To: zsh-workers@zsh.org
Subject: default TMPPREFIX unsafe if local malicious users
Date: Wed, 29 Aug 2012 16:13:53 -0700	[thread overview]
Message-ID: <10BDFE08-7B52-4775-BD19-C5A1B7498202@gmail.com> (raw)

The default TMPPREFIX of /tmp/zsh allows arbitrary file overwrite should a local malicious user have write access to /tmp, for example if the target user uses the Functions/Zle/edit-command-line feature after the following is performed:

  for i in {1..99999}; do ln -s /user/file/to/clobber /tmp/zshecl$i; done

This issue could perhaps be avoided by locally setting the NOCLOBBER option for all code that uses TMPPREFIX, or by providing a mktemp(3) interface (if available)?

Jeremy

             reply	other threads:[~2012-08-29 23:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-29 23:13 Jeremy Mates [this message]
2012-08-30  1:41 ` Sorin Ionescu

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=10BDFE08-7B52-4775-BD19-C5A1B7498202@gmail.com \
    --to=jeremy.mates@gmail.com \
    --cc=zsh-workers@zsh.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).