CVE-2026-46183
Last modified
CVE-2026-46183 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.19, < 7.0.7 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-46183?
How severe is CVE-2026-46183?
How do I fix CVE-2026-46183?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-46177In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-46178In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46179In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46180In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46181In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-46182In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46184In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46185In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-46186In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46187In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-46188In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-46189In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-46183?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
