First published: Mon Nov 13 2023(Updated: )
A vulnerability was found in Perl. This security issue occurs while Perl for Windows relies on the system path environment variable to find the shell (`cmd.exe`). When running an executable that uses the Windows Perl interpreter, Perl attempts to find and execute `cmd.exe` within the operating system. However, due to path search order issues, Perl initially looks for cmd.exe in the current working directory. This flaw allows an attacker with limited privileges to place`cmd.exe` in locations with weak permissions, such as `C:\ProgramData`. By doing so, arbitrary code can be executed when an administrator attempts to use this executable from these compromised locations.
Credit: secalert@redhat.com
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/perl | <5.32.1 | 5.32.1 |
debian/perl | 5.32.1-4+deb11u3 5.32.1-4+deb11u4 5.36.0-7+deb12u1 5.40.1-2 | |
All of | ||
Perl 5.30.0 | <5.32.1 | |
Microsoft Windows Operating System |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-47039 is considered a moderate severity vulnerability due to its reliance on the system path environment variable in Perl.
To fix CVE-2023-47039, upgrade your Perl installation to 5.32.1 or higher on Red Hat or to the recommended versions on Debian.
CVE-2023-47039 affects Perl versions up to but not including 5.32.1 on Red Hat and specific versions on Debian 5.32.1-4+deb11u3, 5.32.1-4+deb11u4, 5.36.0-7+deb12u1, and 5.40.0-8.
CVE-2023-47039 occurs on the Windows operating system when using the Perl interpreter.
CVE-2023-47039 may lead to untrusted command execution if an executable relies on the vulnerable Perl interpreter's handling of environment paths.