
Linux kernel use-after-free exploit for CVE-2017-11176 targeting the mq_notify function's Netlink socket handling, with step-by-step exploitation walkthrough.
The mq_notify function in the Linux kernel through 4.11.9 does not set the sock pointer to NULL upon entry into the retry logic. During a user-space close of a Netlink socket, it allows attackers to cause a denial of service (use-after-free) or possibly have unspecified other impact.
Status:
Reference: A step-by-step Linux Kernel exploitation