Use-After-Free (UAF)
A memory-safety bug in which a program keeps using a pointer to memory that has already been released. In the kernel, a use-after-free is a common starting point for privilege-escalation exploits because the freed memory can be reclaimed with attacker-controlled data.