The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
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 org.jenkins-ci.plugins:git-client to version 6.6.1 or higher.
org.jenkins-ci.plugins:git-client is a Jenkins git client plugin.
Affected versions of this package are vulnerable to Command Injection via improper neutralization of workspace directory names in the SSH wrapper script generated by the "Manually provided keys" Git Host Key Verification strategy. An attacker can execute arbitrary commands on a Unix agent by controlling the workspace directory name and embedding shell command substitution sequences. Because the workspace path is incorporated into the generated SSH wrapper script without proper escaping, attacker-controlled content may be interpreted and executed by the shell.
Note: This is only exploitable when an attacker can control the build working directory (for example, through the argument to the dir(...) Pipeline step) but cannot otherwise control the Pipeline definition or executed build scripts.