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 github.com/cli/cli/v2/pkg/cmd/codespace to version 2.98.0 or higher.
Affected versions of this package are vulnerable to Binding to an Unrestricted IP Address through the ForwardPorts path in pkg/cmd/codespace/ports.go. An attacker can reach a forwarded Codespaces service from other hosts on the victim’s network by having the user run gh codespace ports forward, which binds the local listener to all interfaces instead of loopback. This exposes the forwarded port on the user’s non-loopback local IP addresses while forwarding is active, allowing network-adjacent access to whatever service is being forwarded.
Workarounds
gh codespace ports forward on untrusted or shared networks, so the forwarded service is less likely to be reachable by other hosts that can route to your machine.