GHSA-wp5x-hrrw-6r4g
Jenkins Git client Plugin has an OS command injection vulnerability on agents
Quick fix
GHSA-wp5x-hrrw-6r4g — org.jenkins-ci.plugins:git-client: upgrade to the fixed version with the command below.
# pom.xml: bump <version>6.6.1</version> for org.jenkins-ci.plugins:git-clientDetails
Jenkins Git client Plugin 6.6.0 and earlier does not correctly escape the workspace directory name when it is embedded into the SSH wrapper script generated by the "Manually provided keys" Git Host Key Verification strategy on Unix agents.
This allows attackers able to control the name of a build’s working directory (e.g. through a build parameter that determines the workspace directory) to inject shell command substitution and execute arbitrary commands on the agent.
This vulnerability only has an impact when attackers can control working directories (e.g., the argument to the dir(…) Pipeline step) while not being able to control the Pipeline itself or the programs or build scripts it executes.
This vulnerability has been reported through the Jenkins Bug Bounty Program sponsored by the European Commission. Git client Plugin 6.6.1 stores the known_hosts file used by the "Manually provided keys" Git Host Key Verification strategy in the system temporary directory, so the workspace directory name is no longer embedded in the path passed to the generated SSH wrapper script.
Are you affected?
Enter the version of the package you're using.
Affected packages
0Fixed in: 6.6.1# pom.xml: bump <version>6.6.1</version> for org.jenkins-ci.plugins:git-clientReferences
- https://nvd.nist.gov/vuln/detail/CVE-2026-57282[ADVISORY]
- https://github.com/jenkinsci/git-client-plugin/commit/a10f61003e39fd9be6fada0560b13ba718b2716f[WEB]
- https://github.com/jenkinsci/git-client-plugin[PACKAGE]
- https://github.com/jenkinsci/git-client-plugin/releases/tag/git-client-6.6.1[WEB]
- https://www.jenkins.io/security/advisory/2026-06-24/#SECURITY-3723[WEB]