In the Linux kernel, the following vulnerability has been resolved: cxl/region: Fix memregion leaks in devm_cxl_add_region() Move the mode verification to __create_region() before allocating the memregion to avoid the memregion leaks.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.