#VU22744 Permissions, Privileges, and Access Controls in Linux kernel - CVE-2019-17054
Published: November 13, 2019
Linux kernel
Linux Foundation
Description
The vulnerability allows a local user to escalate privileges on the system.
The vulnerability exists due to the atalk_create() function in net/appletalk/ddp.c in the AF_APPLETALK network module for the Linux kernel does not enforce CAP_NET_RAW when creating raw sockets. A local unprivileged user can create raw sockets on the system.