In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: fix memory leak when blob is malformed The bug fix was incomplete, it "replaced" crash with a memory leak. The old code had an assignment to "ret" embedded into the conditional, restore this.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.