In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Fix memory leak during rmmod Driver failed to release all memory allocated. This would lead to memory leak during driver removal. Properly free memory when the module is removed.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.