CVE-2026-46183

HIGH EPSS 2.2%
Published May 28, 20261mo ago · Modified Jun 17, 20261w ago
7.8 CVSS 3.1
High
Find Similar
Published May 28, 2026 1mo ago
Last Modified Jun 17, 2026 1w ago

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.

CVSS Details

Base Score
7.8
Exploitability
1.8
Impact
5.9
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability High

Threat Intelligence

EPSS Exploit Probability
2.2% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-415

Affected Products 2

VendorProductVersionRange
linuxlinux_kernel*≥6.19  –  <7.0.7
linuxlinux_kernel7.1any

References 2

  • git.kernel.org https://git.kernel.org/stable/c/a34ca3e33da4b924c66bcca3729bf68ec5936910
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/cf3b71421ca00807328c6d9cd242f9de3b77a4bf
    Patch

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/a34ca3e33da4b924c66bcca3729bf68ec5936910
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/cf3b71421ca00807328c6d9cd242f9de3b77a4bf
    Patch