In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix possible memory leak in ovs_meter_cmd_set() old_meter needs to be free after it is detached regardless of whether the new meter is successfully attached.
The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse.