GHSA-c7hq-44p5-58fgHighCVSS 7.8
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: make sure...
🔗 CVE IDs covered (1)
📋 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.
🔗 References (6)
- https://nvd.nist.gov/vuln/detail/CVE-2026-72434
- https://git.kernel.org/stable/c/12088da6add5b003657c8506c5b0fcef835083b8
- https://git.kernel.org/stable/c/4a597a87e2e2f608edb6be2c510dc826b4fdfb53
- https://git.kernel.org/stable/c/c78bd5195a5998094a5866df702fbeafda60dafb
- https://git.kernel.org/stable/c/c940d1b96248c3081b664ede5418078bdc7c8c07
- https://github.com/advisories/GHSA-c7hq-44p5-58fg