NULL pointer dereference in Linux kernel - CVE-2026-53334
Published: July 2, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a NULL pointer dereference in damon_reclaim_enabled_store() in mm/damon/reclaim.c when handling DAMON_RECLAIM enablement after damon_ctx allocation failure. A local user can trigger the vulnerable code path to cause a denial of service.
The issue occurs only if allocation of the damon_ctx object fails before the affected code path is reached.