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

5.1 KiB

CVE-2017-7308

Description

The packet_set_ring function in net/packet/af_packet.c in the Linux kernel through 4.10.6 does not properly validate certain block-size data, which allows local users to cause a denial of service (integer signedness error and out-of-bounds write), or gain privileges (if the CAP_NET_RAW capability is held), via crafted system calls.

POC

Reference

Github