Import Source
https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-97733.json
JSON Data
https://api.osv.dev/v1/vulns/AZL-97733
Upstream
Published
2026-08-26T15:16:53Z
Modified
2026-08-28T17:48:07.773692811Z
Summary
CVE-2026-74748 affecting package kernel 6.6.150.1-1
Details

In the Linux kernel, the following vulnerability has been resolved:

netfilter: ipset: fix refcount race between list:set GC and swap

__ipsetputbyindex() resolved the index to a set pointer under RCU, then took ipsetreflock in __ipsetput() to decrement set->ref. ipsetswap() holds that same lock while swapping both the ipsetlist slots and the two sets' ref counters, so it can interleave between the dereference and the lock acquisition, leaving the caller to decrement a set whose reference already moved to the other index and hit BUGON(set->ref == 0). listsetgc() reaches this from timer softirq, which the nfnl mutex does not serialize against swap: an expiring list:set member calls listsetdel() -> ipsetputbyindex() while IPSETCMDSWAP runs on the referenced sets.

Resolve the index and decrement under ipsetreflock, as ipset_swap() already does, keeping the refcount tied to the index rather than to a stale set pointer.

kernel BUG at net/netfilter/ipset/ipsetcore.c:685! Oops: invalid opcode: 0000 [#1] SMP KASAN NOPTI RIP: 0010:ipsetputbyindex (net/netfilter/ipset/ipsetcore.c:870) Call Trace: <IRQ> listsetdel (net/netfilter/ipset/ipsetlistset.c:159) setcleanupentries (net/netfilter/ipset/ipsetlistset.c:181) listsetgc (net/netfilter/ipset/ipsetlistset.c:578) calltimerfn (kernel/time/timer.c:1748) _runtimers (kernel/time/timer.c:1799 kernel/time/timer.c:2374) runtimersoftirq (kernel/time/timer.c:2405) </IRQ> Kernel panic - not syncing: Fatal exception in interrupt

References

Affected packages

Azure Linux:3 / kernel

Package

Name
kernel
Purl
pkg:rpm/azure-linux/kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
6.6.150.1-1

Database specific

source
"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-97733.json"