CVE-2026-53162
CVE-2026-53162 affects the Linux kernel memcg subsystem, specifically the refill_stock path. The vulnerability arises from get_random_u32_below() being neither reentrant nor NMI-safe, as it acquires a per‑cpu local_lock during updates of ChaCha batch state. An NMI interrupt arriving mid-update co...