TRAMP: Insecure temporary file creation The TRAMP package for GNU Emacs insecurely creates temporary files. tramp 2007-10-20 2007-12-30 194713 local 2.1.10-r2 2.1 2.1.10-r2

TRAMP is a remote file editing package for GNU Emacs, a highly extensible and customizable text editor.

Stefan Monnier discovered that the tramp-make-tramp-temp-file() function creates temporary files in an insecure manner.

A local attacker could create symbolic links in the directory where the temporary files are written, pointing to a valid file somewhere on the filesystem that is writable by the user running TRAMP. When TRAMP writes the temporary file, the target valid file would then be overwritten with the contents of the TRAMP temporary file.

There is no known workaround at this time.

All TRAMP users should upgrade to the latest version:

# emerge --sync # emerge --ask --oneshot --verbose ">=app-emacs/tramp-2.1.10-r2"
CVE-2007-5377 p-y rbu rbu