Vulnerability in the implementation of AF_PACKET sockets in the Linux kernel
Three years after the wave of vulnerabilities (1, 2, 3, 4, 5) in the AF_PACKET subsystem of the Linux kernel, another issue has been identified (CVE-2020-14386) that allows a local unprivileged user to execute code with root privileges or to escape from isolated containers if they have root access within them. To create an AF_PACKET socket and exploit the vulnerability, CAP_NET_RAW privileges are required. However, […]
