From beed4cc58ad23f7e4515860344db8df3cdb7c6b9 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 13:30:42 +0000 Subject: [PATCH] Publish GHSA-qq5c-677p-737q --- .../2024/11/GHSA-qq5c-677p-737q/GHSA-qq5c-677p-737q.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/advisories/github-reviewed/2024/11/GHSA-qq5c-677p-737q/GHSA-qq5c-677p-737q.json b/advisories/github-reviewed/2024/11/GHSA-qq5c-677p-737q/GHSA-qq5c-677p-737q.json index c4a8f8c5901..6977f5dbe7e 100644 --- a/advisories/github-reviewed/2024/11/GHSA-qq5c-677p-737q/GHSA-qq5c-677p-737q.json +++ b/advisories/github-reviewed/2024/11/GHSA-qq5c-677p-737q/GHSA-qq5c-677p-737q.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-qq5c-677p-737q", - "modified": "2024-11-06T23:39:33Z", + "modified": "2025-03-07T13:28:46Z", "published": "2024-11-06T15:22:55Z", "aliases": [ "CVE-2024-51736" ], "summary": "Symfony vulnerable to command execution hijack on Windows with Process class", - "details": "### Description\n\nOn Window, 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.\n\n### Resolution\n\nThe `Process` class now uses the absolute path to `cmd.exe`.\n\nThe patch for this issue is available [here](https://github.com/symfony/symfony/commit/18ecd03eda3917fdf901a48e72518f911c64a1c9) for branch 5.4.\n\n### Credits\n\nWe would like to thank Jordi Boggiano for reporting the issue and Nicolas Grekas for providing the fix.\n", + "details": "### Description\n\nOn 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.\n\n### Resolution\n\nThe `Process` class now uses the absolute path to `cmd.exe`.\n\nThe patch for this issue is available [here](https://github.com/symfony/symfony/commit/18ecd03eda3917fdf901a48e72518f911c64a1c9) for branch 5.4.\n\n### Credits\n\nWe would like to thank Jordi Boggiano for reporting the issue and Nicolas Grekas for providing the fix.", "severity": [ { "type": "CVSS_V3",