Связанные уязвимости
CVSS3: 4.4
redhat
12 месяцев назад
[REJECTED CVE] A memory leak vulnerability has been identified in the Linux Kernel's cxl/region module. The issue occurs when an error path in the code fails to release memory allocated to cxlr_pmem, leading to a potential memory leak that could degrade system performance over time.
github
12 месяцев назад
In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix cxlr_pmem leaks Before this error path, cxlr_pmem pointed to a kzalloc() memory, free it to avoid this memory leaking.