Security Advisory

CVE-2023-52939

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-03-27 16:37:18
Last updated 2026-05-11 19:36:07
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: mm: memcg: fix NULL pointer in mem_cgroup_track_foreign_dirty_slowpath() As commit 18365225f044 ("hwpoison, memcg: forcibly uncharge LRU pages"), hwpoison will forcibly uncharg a LRU hwpoisoned page, the folio_memcg could be NULl, then, mem_cgroup_track_foreign_dirty_slowpath() could occurs a NULL pointer dereference, lets do not record the foreign writebacks for folio memcg is null in mem_cgroup_track_foreign_dirty() to fix it.