CVE-2026-46183 Details
Description
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.
A user-after-free vulnerability has been identified in the Linux kernel's DAMON (Data Access Monitor) subsystem. This issue arises in the sysfs 'path' file under the quota goal directory, where user-driven direct reads and writes are not properly synchronized. The vulnerability allows users to read a buffer that has already been freed, potentially leading to memory corruption. The problem occurs because the write operation deallocates the buffer while direct reads are unprotected by any lock. Although the same open file can be used by both reading and writing operations without conflict, it is common to use separate open files, which can create a race condition. The vulnerability affects the Linux kernel stable tree, specifically in versions 6.19.x.
Users can upgrade to the latest version of the Linux kernel stable tree to address this vulnerability. The patched version is available in the Linux Git repository.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/a34ca3e33da4b924c66bcca3729bf68ec5936910 | kernel.org | Patch |
| https://git.kernel.org/stable/c/cf3b71421ca00807328c6d9cd242f9de3b77a4bf | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-415 | Double Free | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 6.19, < 7.0.7 7.1 rc1 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jun 11, 2026 | Initial Analysis | [email protected] |
| May 28, 2026 | New CVE Received | kernel.org |