CVE Catalog

CVE-2026-72434

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.16%

6th percentile - higher than 6% of all known CVEs

Summary

In the Linux kernel, in the netfilter/ipset module, when destroying a set, cancel_delayed_work_sync() was called while gc unconditionally calls queue_delayed_work(), which can prevent proper shutdown of gc. This was fixed.

Risk Assessment

Improper shutdown of gc can lead to memory leaks or background work after set destruction, potentially causing system instability.

Recommendation

Apply the Linux kernel patch that ensures proper stopping of gc in the ipset module.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS