CVE-2026-46183
In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: protect path kfree() with damon_sysfs_lock damon_sysfs_quot_goal->path can be read and written by users, via DAMON sysfs 'path' file. It can also be indirectly read, for the parameters {on,off}line committing to DAMON. The reads for parameters committing are protected by damon_sysfs_lock to avoid the sysfs files being destroyed while any of the parameters are being read. But the user-driven direct reads and writes are not protected by any lock, while the write is deallocating the path-pointing buffer. As a result, the readers could read the already freed buffer (user-after-free). Note that the user-reads don't race when the same open file is used by the writer, due to kernfs's open file locking. Nonetheless, doing the reads and writes with separate open files would be common. Fix it by protecting both the user-direct reads and writes with damon_sysfs_lock.
Affected versions
Linux kernel versions
6.19
and later are affected. Fixed in
7.0.7,
7.1-rc2
and their respective stable series.
References
The following references provide additional information about CVE-2026-46183 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/a34ca3e33da4b924c66bcca3729bf68ec5936910
-
PatchKernel patch commithttps://git.kernel.org/stable/c/cf3b71421ca00807328c6d9cd242f9de3b77a4bf
Frequently asked questions
-
What is CVE-2026-46183?
CVE-2026-46183 is a unscored severity Linux kernel vulnerability . It affects Linux kernel versions from 6.19 onward and has been patched in 7.0.7 and 7.1-rc2. CVE-2026-46183 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
Is there a patch available for CVE-2026-46183?
Yes — CVE-2026-46183 has been patched. Fixed versions include 7.0.7 and 7.1-rc2. If you are running Linux kernel 6.19 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2026-46183 actively exploited?
No — CVE-2026-46183 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.