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.apache.sshd:sshd-git to version 2.19.0, 3.0.0-M5 or higher.
Affected versions of this package are vulnerable to Arbitrary Argument Injection through GitPgmCommand and EmbeddedCommandRunner in the SSH Git command execution path. An attacker who authenticates to an SSH server configured with GitPgmCommandFactory can run arbitrary JGit subcommands by sending a git --git-dir <repo> <command> ... request, including commands that write files on the server such as git archive --output. This lets the attacker create or overwrite files in server-accessible directories, breaking the intended isolation for repositories hosted over SSH and exposing server-side data or filesystem integrity to misuse.