CyberRota Analysis
AI-GeneratedThe vulnerability affects the Linux kernel's netfilter component, specifically in the ipset functionality, where improper handling of garbage collection can occur during the destruction of a set. This flaw may lead to resource leaks or unexpected behavior, potentially compromising system stability or performance. System administrators and developers utilizing affected Linux kernel versions should prioritize applying updates to mitigate any risks associated with this issue.
Original NVD Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: make sure gc is properly stopped Sashiko noticed that when destroying a set, cancel_delayed_work_sync() was called while gc calls queue_delayed_work() unconditionally which can lead not to properly shutting down the gc.