GNU bug report logs -
#16984
dired-do-rename susceptible to .../~/... hijack
Previous Next
Reported by: 積丹尼 Dan Jacobson <jidanni <at> jidanni.org>
Date: Mon, 10 Mar 2014 22:57:02 UTC
Severity: minor
Tags: confirmed, fixed, patch
Found in version 25.1
Fixed in version 26.1
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
R runs the command dired-do-rename, which is an interactive autoloaded
compiled Lisp function in `dired-aux.el'.
Using it, I got this strange error:
Move `/home/jidanni/.cpanm/work/1327389327.6650' to `/tmp/1327389327.6650' failed:
(file-error Opening output file permission denied /home/jidanni/perl5/lib/perl5/i486-linux-gnu-thread-multi-64int/.meta/accessors-1.01/MYMETA.json)
Well it turns out emacs' file name simplifying rules are being applied
in inappropriate places like when encountering
/home/jidanni/.cpanm/work/1327389327.6650/accessors-1.01/~/perl5/lib/perl5/i486-linux-gnu-thread-multi-64int/.meta/accessors-1.01:
total 16
drwxr-xr-x 2 jidanni 4096 2012-01-24 .
drwxr-xr-x 3 jidanni 4096 2012-01-24 ..
-r--r--r-- 1 jidanni 1374 2012-01-24 MYMETA.json
-r--r--r-- 1 jidanni 456 2012-01-24 install.json
One must use /bin/mv and not dired-do-rename to get the job done right.
One can even think of ways the bad guys could exploit this to chip away
at arbitrary files.
$ apt-cache policy emacs-snapshot
emacs-snapshot:
Installed: 2:20140101-1
This bug report was last modified 8 years and 159 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.