PT-2026-64354 · Linux+1 · Linux Kernel+1
CVE-2026-64239
·
Published
2026-07-24
·
Updated
2026-09-07
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the DAMON sysfs implementation. The system maintains DAMOS tried region directory objects using a linked list. When a user requests a directory refresh, the function
damon sysfs scheme regions rm dirs() removes region directories by putting kobj objects, while the actual deletion of the container region object from the linked list occurs within the kobj release callback function. If the callback invocation is delayed—which can occur in kernels built with CONFIG DEBUG KOBJECT RELEASE—the list may still contain regions slated for freeing. If the creation of updated region directories begins during this delay, the list can become corrupted, leading to a use-after-free condition. This can be triggered by writing update schemes tried regions to the state file in the /sys/kernel/mm/damon/admin/kdamonds/0/ directory.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Ubuntu