Memory leak in Linux kernel - CVE-2026-46087
Published: May 27, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a memory leak in damon_stat_start() when handling a damon_start() failure. A local user can trigger a damon_start() failure to cause a denial of service.
The issue leaves a stale global pointer that can be overwritten on a subsequent enable attempt, making the original allocation permanently unreachable.