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 knplabs/knp-snappy to version 1.7.1 or higher.
Affected versions of this package are vulnerable to Command Injection via the constructor when the binary path is sourced from user-influenced configuration, environment variables derived from request data, or concatenated with user-controlled fragments. An attacker can execute arbitrary commands as the PHP process by supplying a crafted binary path value.
This vulnerability can be mitigated by verifying that the binary path is executable using is_executable($path) before passing it to the constructor.