GHSA-r39x-jcww-82v6 · 深刻度: medium · エコシステム: 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.
総合評価: CVE-2026-24739 は公開エクスプロイトあり(50/100)。CVSS 深刻度は中。悪用される可能性が高い(EPSS 0.20%、10 パーセンタイル) 根拠: 公開エクスプロイトが 1 件参照されています(Exploit-DB)。 推奨対応: 公開エクスプロイトが確認されています。影響範囲の確認、緩和策の適用、パッチ適用を優先してください。
リスクは変動します。再評価に基づき、本ページの表示内容を更新しています。
| EDB-ID | ソース | 種別 | 公開 | リンク |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS は日次で悪用されやすさの相対度合いを推定します。パーセンタイルは採点済み CVE の中での相対位置(高いほど相対的に深刻)を示します。
| # | 日付 | 旧 EPSS スコア | 新 EPSS スコア | Δ(新 − 旧) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.01% | 0.20% | +0.19% |
| 2 | 2026-01-29 | — | 0.01% | — |
EPSS の全履歴 (全 2 件)
この CVE の CVSS 指標。
| ベーススコア | バージョン | 深刻度 | ベクトル | 悪用しやすさ | 影響 | スコアの出典 |
|---|---|---|---|---|---|---|
| 6.3 | 3.1 | MEDIUM |
|
1.0 | 5.2 | [email protected] |
GHSA-r39x-jcww-82v6 · 深刻度: medium · エコシステム: 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 |
| ベンダー | 製品 | バージョン | 生の 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 | タグ |
|---|---|
| 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 |