CVE-2022-50088
MEDIUMLinux Kernel < 5.18.18 - Memory Leak
Title source: ruleDescription
In the Linux kernel, the following vulnerability has been resolved: mm/damon/reclaim: fix potential memory leak in damon_reclaim_init() damon_reclaim_init() allocates a memory chunk for ctx with damon_new_ctx(). When damon_select_ops() fails, ctx is not released, which will lead to a memory leak. We should release the ctx with damon_destroy_ctx() when damon_select_ops() fails to fix the memory leak.
Scores
CVSS v3
5.5
EPSS
0.0002
EPSS Percentile
3.7%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Classification
CWE
CWE-401
Status
published
Affected Products (3)
linux/linux_kernel
< 5.18.18
linux/Kernel
< 5.18.18linux
linux/Kernel
< 5.19.2linux
Timeline
Published
Jun 18, 2025
Tracked Since
Feb 18, 2026