In the Linux kernel, the following vulnerability has been resolved: exfat: fix memory leak in exfat_load_bitmap() If the first directory entry in the root directory is not a bitmap directory entry, 'bh' will not be released and reassigned, which will cause a memory leak.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.