CVE-2026-24739
Last modified
CVE-2026-24739 is a medium-severity vulnerability rated 6.3/10 on the CVSS scale. 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. EPSS estimates a 0.20% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Sensiolabs | Symfony | < 5.4.51 |
| Sensiolabs | Symfony | >= 6.4.0, < 6.4.33 |
| Sensiolabs | Symfony | >= 7.3.0, < 7.3.11 |
| Sensiolabs | Symfony | >= 7.4.0, < 7.4.5 |
| Sensiolabs | Symfony | >= 8.0.0, < 8.0.5 |
References
- https://github.com/symfony/symfony/issues/62921Exploit, Issue Tracking, Patch
- https://github.com/symfony/symfony/pull/63164Issue Tracking
- https://github.com/symfony/symfony/security/advisories/GHSA-r39x-jcww-82v6Patch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-24739?
How severe is CVE-2026-24739?
How do I fix CVE-2026-24739?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-24733Improper Input Validation vulnerability in Apache Tomcat. …3.7
- CVE-2026-24734Improper Input Validation vulnerability in Apache Tomcat Nat…7.5
- CVE-2026-24735Exposure of Private Personal Information to an Unauthorized …7.5
- CVE-2026-24736Squidex is an open source headless content management system…8.8
- CVE-2026-24737jsPDF is a library to generate PDFs in JavaScript. Prior to …8.1
- CVE-2026-24738gmrtd is a Go library for reading Machine Readable Travel Do…6.5
- CVE-2026-2474Crypt::URandom versions from 0.41 before 0.55 for Perl is vu…7.5
- CVE-2026-24740Dozzle is a realtime log viewer for docker containers. Prior…9.9
- CVE-2026-24741ConvertXis a self-hosted online file converter. In versions …8.1
- CVE-2026-24742Discourse is an open source discussion platform. In versions…6.5
- CVE-2026-24743InvoicePlane is a self-hosted open source application for ma…7.5
- CVE-2026-24744InvoicePlane is a self-hosted open source application for ma…7.5
Are you affected by CVE-2026-24739?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
