
CVE-2020-17087 is a Windows kernel privilege escalation vulnerability in cng.sys. The bug is a pool buffer overflow caused by a 16-bit integer truncation in "cng!CfgAdtpFormatPropertyBlock". A crafted IOCTL ("0x390400") can cause the kernel to allocate a buffer that's too small, leading to kernel pool corruption. It was exploited in the wild as part of a Chrome sandbox escape and is an excellent case study in IOCTL handling, integer truncation, and kernel pool exploitation.
Post summary
CVE‑2020‑17087 is a Windows kernel privilege‑escalation flaw caused by a 16‑bit integer truncation leading to a pool buffer overflow; it has been exploited in the wild in a Chrome sandbox escape, yet no patch, PoC, or exploit code is referenced.
