Security Advisories (1)
CVE-2025-40909 (2025-05-30)

Perl threads have a working directory race condition where file operations may target unintended paths. If a directory handle is open at thread creation, the process-wide current working directory is temporarily changed in order to clone that handle for the new thread, which is visible from any third (or more) thread already running. This may lead to unintended operations such as loading code or accessing files from unexpected locations, which a local attacker may be able to exploit. The bug was introduced in commit 11a11ecf4bea72b17d250cfb43c897be1341861e and released in Perl version 5.13.6

NAME

ExtUtils::MM_Win95 - method to customize MakeMaker for Win9X

SYNOPSIS

You should not be using this module directly.

DESCRIPTION

This is a subclass of ExtUtils::MM_Win32 containing changes necessary to get MakeMaker playing nice with command.com and other Win9Xisms.

Overridden methods

Most of these make up for limitations in the Win9x/nmake command shell.

max_exec_len

Win98 chokes on things like Encode if we set the max length to nmake's max of 2K. So we go for a more conservative value of 1K.

os_flavor

Win95 and Win98 and WinME are collectively Win9x and Win32

AUTHOR

Code originally inside MM_Win32. Original author unknown.

Currently maintained by Michael G Schwern schwern@pobox.com.

Send patches and ideas to makemaker@perl.org.

See https://metacpan.org/release/ExtUtils-MakeMaker.