Files
CVEs-PoC/2017/CVE-2017-11176.md
2025-09-29 21:09:30 +02:00

3.3 KiB

CVE-2017-11176

Description

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.

POC

Reference

Github