In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: qseecom: fix memory leaks in error paths Fix instances of returning error codes directly instead of jumping to the relevant labels where memory allocated for the SCM calls would be freed.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.