CVE-2026-55182: Php Argv Command Injectioncve-2026-55182-php-argv-command-injection
Unescaped CLI arguments from $argv are passed directly to a system command execution function, which can lead to command injection. Use escapeshellarg() or escapeshellcmd() to sanitize arguments.