#VU13339 Race condition in Linux kernel - CVE-2018-12232
Published: June 13, 2018 / Updated: June 14, 2018
Linux kernel
Linux Foundation
Description
The vulnerability allows a local attacker to cause DoS condition on the target system.
The vulnerability exists in the net/socket.c source code file due to the fchownat() function does not increment the reference count of a socket file descriptor, which could trigger a race condition between the sock_close() and sockfs_setattr() functions. A local attacker can submit specially crafted input, trigger a NULL pointer dereference condition and cause the system to crash..