PT-2026-82128 · Linux · Linux Kernel
CVE-2026-74748
·
Published
2026-08-26
·
Updated
2026-08-29
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A race condition exists in the netfilter ipset component between the list:set garbage collection (GC) and the swap operation. The function
ip set put byindex() resolves an index to a set pointer under RCU and subsequently acquires the ip set ref lock to decrement the set->ref counter. However, ip set swap() can interleave between these two steps while holding the same lock to swap list slots and reference counters. This can lead to the decrement of a reference counter for a set that has already moved to another index, potentially triggering a kernel panic via BUG ON(set->ref == 0). This scenario occurs when an expiring list:set member calls list set del() through list set gc() via a timer softirq while an IPSET CMD SWAP operation is executing on the referenced sets.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel