In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: memleak flow rule from commit path Abort path release flow rule object, however, commit path does not. Update code to destroy these objects before releasing the transaction.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.