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 dulwich to version 1.1.0 or higher.
Affected versions of this package are vulnerable to Key Exchange without Entity Authentication through contrib/paramiko_vendor.py in the SSH connection path. An attacker can intercept or impersonate an SSH server and have the client connect without validating the server’s host key by supplying a malicious host during a Git-over-SSH operation. This allows man-in-the-middle attacks against SSH-based Git access, exposing repository data and credentials in transit and letting the attacker tamper with fetched or pushed content.
Notes
GlobalKnownHostsFile and UserKnownHostsFile entries from the local SSH config when present; deployments that rely on those paths for trust material are part of the verification path.client.connect(...).