In the Linux kernel, the following vulnerability has been resolved:
mm/damon/sysfs-schemes: free old damon_sysfs_scheme_filter->memcg_path on write
memcg_path_store() assigns a newly allocated memory buffer to
filter->memcg_path, without deallocating the previously allocated and
assigned memory buffer. As a result, users can leak kernel memory by
continuously writing a data to memcg_path DAMOS sysfs file. Fix the leak
by deallocating the previously set memory buffer.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-07-09 11:15
Updated : 2025-11-19 20:52
NVD link : CVE-2025-38258
Mitre link : CVE-2025-38258
CVE.ORG link : CVE-2025-38258
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
