Answer in brief
CVE-2026-57282 records a Medium severity (CVSS 5.0) vulnerability in Jenkins Git client Plugin has an OS command injection vulnerability on agents. The current sources do not mark it as known exploited. The current feed maps org.jenkins-ci.plugins:git-client (maven), org.jenkins-ci.plugins:git-client (maven). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.0. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps org.jenkins-ci.plugins:git-client (maven), org.jenkins-ci.plugins:git-client (maven). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| org.jenkins-ci.plugins:git-clientmaven | <6.6.1 | 6.6.1 |
| org.jenkins-ci.plugins:git-clientmaven | >=0 <6.6.1 | 6.6.1 |
Published upstream
Jun 24, 2026
Evidence: source:ghsa:source_dates:source-dates:recordSource modified
Sep 25, 2026
Evidence: source:ghsa:source_dates:source-dates:recordFirst seen by HOL
Jun 24, 2026
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.
Quoted source text, attributed separately from HOL analysis.