Описание
Symfony vulnerable to command execution hijack on Windows with Process class
Description
On Windows, when an executable file named cmd.exe
is located in the current working directory it will be called by the Process
class when preparing command arguments, leading to possible hijacking.
Resolution
The Process
class now uses the absolute path to cmd.exe
.
The patch for this issue is available here for branch 5.4.
Credits
We would like to thank Jordi Boggiano for reporting the issue and Nicolas Grekas for providing the fix.
Ссылки
- https://github.com/symfony/symfony/security/advisories/GHSA-qq5c-677p-737q
- https://nvd.nist.gov/vuln/detail/CVE-2024-51736
- https://github.com/symfony/symfony/commit/18ecd03eda3917fdf901a48e72518f911c64a1c9
- https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/process/CVE-2024-51736.yaml
- https://github.com/FriendsOfPHP/security-advisories/blob/master/symfony/symfony/CVE-2024-51736.yaml
- https://symfony.com/cve-2024-51736
Пакеты
symfony/process
< 5.4.46
5.4.46
symfony/process
>= 6.0.0, < 6.4.14
6.4.14
symfony/process
>= 7.0.0, < 7.1.7
7.1.7
symfony/symfony
< 5.4.46
5.4.46
symfony/symfony
>= 6.0.0, < 6.4.14
6.4.14
symfony/symfony
>= 7.0.0, < 7.1.7
7.1.7
Связанные уязвимости
Symphony process is a module for the Symphony PHP framework which executes commands in sub-processes. On Windows, when an executable file named `cmd.exe` is located in the current working directory it will be called by the `Process` class when preparing command arguments, leading to possible hijacking. This issue has been addressed in release versions 5.4.46, 6.4.14, and 7.1.7. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Symphony process is a module for the Symphony PHP framework which executes commands in sub-processes. On Windows, when an executable file named `cmd.exe` is located in the current working directory it will be called by the `Process` class when preparing command arguments, leading to possible hijacking. This issue has been addressed in release versions 5.4.46, 6.4.14, and 7.1.7. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Symphony process is a module for the Symphony PHP framework which exec ...