Add Engine v19.03.11 release notes#10940
Conversation
|
Deploy preview for docsdocker ready! Built with commit e1b51ed |
thaJeztah
left a comment
There was a problem hiding this comment.
LGTM
@justincormack if we have more information to add here or link to, could you please provide that?
/cc @tiborvass
|
You can link to kubernetes/kubernetes#91507 Also can use this text In the Docker default configuration the container network interface is a virtual ethernet link going to the host (veth interface). If IPv6 is not totally disabled on the host (via ipv6.disable=1 on the kernel cmdline), it will be either unconfigured or configured on some interfaces, but it’s pretty likely that ipv6 forwarding is disabled, ie /proc/sys/net/ipv6/conf//forwarding == 0. By sending “rogue” router advertisements from a container, an attacker can reconfigure the host to redirect part or all of the IPv6 traffic of the host to the attacker controlled container. As CAP_NET_ADMIN is not present by default for Docker containers, the attacker can’t configure the IPs they want to MitM, they can’t use iptables to NAT or REDIRECT the traffic, and they can’t use IP_TRANSPARENT. |
018045a to
e1b51ed
Compare
|
@justincormack hope I haven't made any spelling errors :P |
Release notes for Docker Engine version 19.03.11