In the Linux kernel, the following vulnerability has been resolved:
mm/damon/stat: fix memory leak on damon_start() failure in damon_stat_start()
Destroy the DAMON context and reset the global pointer when damon_start()
fails. Otherwise, the context allocated by damon_stat_build_ctx() is
leaked, and the stale damon_stat_context pointer will be overwritten on
the next enable attempt, making the old allocation permanently
unreachable.
References
Configurations
Configuration 1 (hide)
|
History
25 Jun 2026, 21:09
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CWE | CWE-401 | |
| First Time |
Linux linux Kernel
Linux |
|
| References | () https://git.kernel.org/stable/c/50bc1d7e0f3bb6932c8dc5da0907eead0790176b - Patch | |
| References | () https://git.kernel.org/stable/c/8a62c58411cbd748d7aeab0e5b0963e33ff47a7a - Patch | |
| References | () https://git.kernel.org/stable/c/e04ed278d25bf15769800bf6e35c6737f137186f - Patch |
27 May 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-27 14:17
Updated : 2026-06-25 21:09
NVD link : CVE-2026-46087
Mitre link : CVE-2026-46087
CVE.ORG link : CVE-2026-46087
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
