Use-after-free in Linux kernel - CVE-2026-46183
Published: May 29, 2026
Linux kernel
Detailed vulnerability description
The vulnerability allows a local user to disclose sensitive information.
The vulnerability exists due to use-after-free in damon_sysfs_quot_goal->path handling in the DAMON sysfs 'path' file when performing concurrent reads and writes through separate open files. A local user can trigger concurrent access to read freed memory and disclose sensitive information.
The issue does not race when the same open file is used for both operations due to kernfs open file locking.