cve/2016/CVE-2016-4557.md
2024-05-26 14:27:05 +02:00

1.2 KiB

CVE-2016-4557

Description

The replace_map_fd_with_map_ptr function in kernel/bpf/verifier.c in the Linux kernel before 4.5.5 does not properly maintain an fd data structure, which allows local users to gain privileges or cause a denial of service (use-after-free) via crafted BPF instructions that reference an incorrect file descriptor.

POC

Reference

Github