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/docker/docker/libnetwork
to version 25.0.5, 26.0.0-rc3 or higher.
github.com/docker/docker/libnetwork is a package that provides a native Go implementation for connecting containers
Affected versions of this package are vulnerable to Improper Control of a Resource Through its Lifetime in allowing DNS requests from internal
networks to be forwarded to an external nameserver, violating the documented expectation that the --internal
option will "completely isolate" the internal network. An attacker in control of the authoritative nameserver for a domain could indirectly exfiltrate data through DNS queries made by a compromised container.
This vulnerability can be avoided by running containers with a custom address for the --dns
argument to docker run
.