Impact
A race condition between the ipset dump routines and ip_set_create() causes a use‑after‑free in the Linux kernel. During an ipset dump the code dereferences the ip_set_list array without RCU protection while a concurrent create publishes a new array and frees the old one. The stale pointer can then be read, provoking a KASAN error and a kernel panic. The denial of service is limited to a kernel crash stemming from this use‑after‑free. This weakness is a classic use‑after‑free, classified as CWE‑825.
Affected Systems
All Linux kernel releases that contain the ipset dump code before the applied fix are affected. The patch resides in the Linux kernel repository and applies to any kernel built from the open source tree, irrespective of distribution; affected versions are those that have not yet incorporated the commit that introduced RCU protection around the array load.
Risk and Exploitability
EPSS score is <1% and the CVSS score of 7.8 indicates a medium‑to‑high impact. It appears that precise timing may be required to trigger the race condition between the ipset dump routines and a concurrent array resize. The vulnerability is not listed in CISA KEV. Due to the concurrency requirement, exploitation is likely to be challenging but remains a legitimate risk.
OpenCVE Enrichment
Debian DLA
Debian DSA