Linux Kernel DAMON Memory Leak Vulnerability in Reclaim Initialization

Vulnerability

A memory leak vulnerability has been identified in the Linux kernel's DAMON (Data Access Monitor) subsystem. The issue arises in the 'damon_reclaim_init()' function, which allocates memory for a context ('ctx') using 'damon_new_ctx()'. If 'damon_select_ops()' fails, the allocated 'ctx' is not released, leading to a memory leak. The vulnerability has been addressed by ensuring that 'damon_destroy_ctx()' is called to release the memory when 'damon_select_ops()' fails.

Impact

Exploitation of this vulnerability could lead to a memory leak, causing increased memory usage and potential degradation of system performance over time.

Added: Jun 18, 2025, 5:45 PM
Updated: Jun 18, 2025, 5:45 PM

Vulnerability Rating

Custom Algorithm
spread
9.0
impact
2.5
exploitability
5.3
remediation
0.0
relevance
0.2
threat
3.2
urgency
2.9
incentive
1.7

Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.