CVE-2026-32604: Java Git Shell Command Injection Via Concatenation

A git shell command is being assembled by concatenating a variable into a string that contains literal git CLI subcommand fragments (e.g. `clone --branch`, `archive --format tgz --output`). When the resulting string is executed via `sh -c` (as clouddriver's GitJobExecutor does for USER_PASS / USER_TOKEN / TOKEN accounts), shell metacharacters in the variable

Provally CuratedPublic repositoryHighHigh confidenceVerifiedApache-2.0Java
greprules fetch cve-2026-32604-java-git-shell-command-injection-via-concatenation --engine opengrep

Description

A git shell command is being assembled by concatenating a variable into a string that contains literal git CLI subcommand fragments (e.g. `clone --branch`, `archive --format tgz --output`). When the resulting string is executed via `sh -c` (as clouddriver's GitJobExecutor does for USER_PASS / USER_TOKEN / TOKEN accounts), shell metacharacters in the variable