Perl: Race condition vulnerability A vulnerability in module File::Path for Perl allows local attackers to set arbitrary mode values on arbitrary files bypassing security restrictions. perl 2017-09-17 2017-09-17 620304 local 5.24.1-r2 5.24.1-r2 2.130.0 2.130.0 2.130.0 2.130.0

File::Path module provides a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the filesystem.

A race condition occurs within concurrent environments. This condition was discovered by The cPanel Security Team in the rmtree and remove_tree functions in the File-Path module before 2.13 for Perl. This is due to the time-of-check-to-time-of-use (TOCTOU) race condition between the stat() that decides the inode is a directory and the chmod() that tries to make it user-rwx.

A local attacker could exploit this condition to set arbitrary mode values on arbitrary files and hence bypass security restrictions.

There is no known workaround at this time.

All Perl users should upgrade to the latest version:

# emerge --sync # emerge --ask --oneshot --verbose ">=dev-lang/perl-5.24.1-r2"

All File-Path users should upgrade to the latest version:

# emerge --sync # emerge --ask --oneshot --verbose ">=perl-core/File-Path-2.130.0"

All Perl-File-Path users should upgrade to the latest version:

# emerge --sync # emerge --ask --oneshot --verbose ">=virtual/perl-File-Path-2.130.0"
CVE-2017-6512 chrisadr chrisadr