Affected by GO-2022-0390
and 6 other vulnerabilities
GO-2022-0390: Moby (Docker Engine) started with non-empty inheritable Linux process capabilities in github.com/docker/docker
GO-2022-0985: Docker supplementary group permissions not set up properly, allowing attackers to bypass primary group restrictions in github.com/docker/docker
GO-2022-1107: Container build can leak any path on the host into the container in github.com/docker/docker
GO-2024-2914: Moby (Docker Engine) is vulnerable to Ambiguous OCI manifest parsing in github.com/docker/docker
GO-2025-3829: Moby firewalld reload removes bridge network isolation in github.com/docker/docker
GO-2026-4883: Moby has an Off-by-one error in its plugin privilege validation in github.com/docker/docker
GO-2026-4887: Moby has AuthZ plugin bypass when provided oversized request bodies in github.com/docker/docker
ConfigureTCPTransport configures the specified Transport according to the
specified proto and addr.
If the proto is unix (using a unix socket to communicate) the compression
is disabled.
NewTCPSocket creates a TCP socket listener with the specified address and
and the specified tls configuration. If TLSConfig is set, will encapsulate the
TCP listener inside a TLS one.
The channel passed is used to activate the listenbuffer when the caller is ready
to accept connections.
NewUnixSocket creates a unix socket with the specified path and group.
The channel passed is used to activate the listenbuffer when the caller is ready
to accept connections.