The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade symfony/process to version 5.4.51, 6.4.33, 7.3.11, 7.4.5, 8.0.5 or higher.
Affected versions of this package are vulnerable to Arbitrary Argument Injection via incorrect argument escaping in the Process component when executed under MSYS2-based environments on Windows. An attacker can cause destructive file operations, such as unintended deletion of directories or drives, by influencing process arguments through untrusted input, including repository paths, extracted archive paths, temporary directories, or user-controlled configuration.
This vulnerability can be mitigated by avoiding the use of MSYS2-based shells for running PHP or related tooling, preferring cmd.exe or PowerShell, avoiding passing paths with '=' or similar characters to process arguments, or configuring MSYS2 to disable or restrict argument conversion (e.g., via MSYS2_ARG_CONV_EXCL).