GHSA-r39x-jcww-82v6 · Severity: medium · Ecosystem: composer — Symfony's incorrect argument escaping under MSYS2/Git Bash can lead to destructive file operations on Windows
Symfony is a PHP framework for web and console applications and a set of reusable PHP components. Prior to versions 5.4.51, 6.4.33, 7.3.11, 7.4.5, and 8.0.5, the Symfony Process component did not correctly treat some characters (notably `=`) as “special” when escaping arguments on Windows. When PHP is executed from an MSYS2-based environment (e.g. Git Bash) and Symfony Process spawns native Windows executables, MSYS2’s argument/path conversion can mis-handle unquoted arguments containing these characters. This can cause the spawned process to receive corrupted/truncated arguments compared to what Symfony intended. If an application (or tooling such as Composer scripts) uses Symfony Process to invoke file-management commands (e.g. `rmdir`, `del`, etc.) with a path argument containing `=`, the MSYS2 conversion layer may alter the argument at runtime. In affected setups this can result in operations being performed on an unintended path, up to and including deletion of the contents of a broader directory or drive. The issue is particularly relevant when untrusted input can influence process arguments (directly or indirectly, e.g. via repository paths, extracted archive paths, temporary directories, or user-controlled configuration). Versions 5.4.51, 6.4.33, 7.3.11, 7.4.5, and 8.0.5 contains a patch for the issue. Some workarounds are available. Avoid running PHP/one's own tooling from MSYS2-based shells on Windows; prefer cmd.exe or PowerShell for workflows that spawn native executables. Avoid passing paths containing `=` (and similar MSYS2-sensitive characters) to Symfony Process when operating under Git Bash/MSYS2. Where applicable, configure MSYS2 to disable or restrict argument conversion (e.g. via `MSYS2_ARG_CONV_EXCL`), understanding this may affect other tooling behavior.
Conclusion & alert: CVE-2026-24739 is rated Exploit Available (50/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.01%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-01-29 | — | 0.01% | — |
Full EPSS history (1 record total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 6.3 | 3.1 | MEDIUM |
|
1.0 | 5.2 | [email protected] |
GHSA-r39x-jcww-82v6 · Severity: medium · Ecosystem: composer — Symfony's incorrect argument escaping under MSYS2/Git Bash can lead to destructive file operations on Windows
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
unimportant | CVE-2026-24739 unimportant priority: Debian including 1 source packages (symfony), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 5. | https://security-tracker.debian.org/tracker/CVE-2026-24739 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| sensiolabs | symfony | < 5.4.51 | cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:* |
| sensiolabs | symfony | >= 6.4.0, < 6.4.33 | cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:* |
| sensiolabs | symfony | >= 7.3.0, < 7.3.11 | cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:* |
| sensiolabs | symfony | >= 7.4.0, < 7.4.5 | cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:* |
| sensiolabs | symfony | >= 8.0.0, < 8.0.5 | cpe:2.3:a:sensiolabs:symfony:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/symfony/symfony/commit/35203939050e5abd3caf2202113b00cab5d379b3 | Patch |
| https://github.com/symfony/symfony/commit/ec154f6f95f8c60f831998ec4d246a857e9d179b | Patch |
| https://github.com/symfony/symfony/issues/62921 | Exploit Issue Tracking Patch |
| https://github.com/symfony/symfony/pull/63164 | Issue Tracking |
| https://github.com/symfony/symfony/security/advisories/GHSA-r39x-jcww-82v6 | Patch Vendor Advisory |