Perl: Insecure temporary file creation Perl is vulnerable to symlink attacks, potentially allowing a local user to overwrite arbitrary files. perl 2004-12-07 2004-12-07 66360 local 5.8.5-r2 5.8.6-r1 5.8.5-r2 5.8.6

Perl is a stable, cross-platform programming language created by Larry Wall.

Some Perl modules create temporary files in world-writable directories with predictable names.

A local attacker could create symbolic links in the temporary files directory, pointing to a valid file somewhere on the filesystem. When a Perl script is executed, this would result in the file being overwritten with the rights of the user running the utility, which could be the root user.

There is no known workaround at this time.

All Perl users should upgrade to the latest version:

# emerge --sync # emerge --ask --oneshot --verbose ">=perl-5.8.5-r2"
CAN-2004-0976 Trustix Advisory #2004-0050 lewk lewk