
CVE-2023-21674 is a Windows kernel privilege escalation vulnerability in the Advanced Local Procedure Call (ALPC) subsystem. The root cause is a use-after-free. An ALPC message retains a pointer to a thread ("WaitingThread") after the thread has been freed, creating a dangling pointer that can later be dereferenced by the kernel. It was exploited in the wild and is an excellent case study in ALPC internals, thread object lifetimes, and use-after-free exploitation.
Post summary
CVE‑2023‑21674 is a Windows kernel privilege escalation using a use‑after‑free in ALPC that was confirmed to be exploited in the wild, though no PoC, patch, or exploit code details were provided.


