Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.

Linux Kernel: Failed DAMON Setup Leaves System Files Untidy

CVE-2026-23144
Summary

A fix has been made to the Linux kernel to properly clean up files in the system after a failure to set up DAMON, a feature that monitors memory usage. This prevents system files from being left in an inconsistent state and wasting memory. Users do not need to take any action, as this issue has been resolved in the latest kernel updates.

Original title
In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: cleanup attrs subdirs on context dir setup failure When a context DAMON sysfs directory setup is failed after s...
Original description
In the Linux kernel, the following vulnerability has been resolved:

mm/damon/sysfs: cleanup attrs subdirs on context dir setup failure

When a context DAMON sysfs directory setup is failed after setup of attrs/
directory, subdirectories of attrs/ directory are not cleaned up. As a
result, DAMON sysfs interface is nearly broken until the system reboots,
and the memory for the unremoved directory is leaked.

Cleanup the directories under such failures.
Published: 14 Feb 2026 · Updated: 10 Mar 2026 · First seen: 6 Mar 2026