{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-74748",
        "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "state": "PUBLISHED",
        "assignerShortName": "Linux",
        "dateReserved": "2026-08-15T05:44:03.931Z",
        "datePublished": "2026-08-26T14:36:57.164Z",
        "dateUpdated": "2026-08-26T14:36:57.164Z"
    },
    "containers": {
        "cna": {
            "providerMetadata": {
                "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
                "shortName": "Linux",
                "dateUpdated": "2026-08-26T14:36:57.164Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnetfilter: ipset: fix refcount race between list:set GC and swap\n\n__ip_set_put_byindex() resolved the index to a set pointer under RCU,\nthen took ip_set_ref_lock in __ip_set_put() to decrement set->ref.\nip_set_swap() holds that same lock while swapping both the ip_set_list\nslots and the two sets' ref counters, so it can interleave between the\ndereference and the lock acquisition, leaving the caller to decrement a\nset whose reference already moved to the other index and hit\nBUG_ON(set->ref == 0). list_set_gc() reaches this from timer softirq,\nwhich the nfnl mutex does not serialize against swap: an expiring\nlist:set member calls list_set_del() -> ip_set_put_byindex() while\nIPSET_CMD_SWAP runs on the referenced sets.\n\nResolve the index and decrement under ip_set_ref_lock, as ip_set_swap()\nalready does, keeping the refcount tied to the index rather than to a\nstale set pointer.\n\n  kernel BUG at net/netfilter/ipset/ip_set_core.c:685!\n  Oops: invalid opcode: 0000 [#1] SMP KASAN NOPTI\n  RIP: 0010:ip_set_put_byindex (net/netfilter/ipset/ip_set_core.c:870)\n  Call Trace:\n   <IRQ>\n   list_set_del (net/netfilter/ipset/ip_set_list_set.c:159)\n   set_cleanup_entries (net/netfilter/ipset/ip_set_list_set.c:181)\n   list_set_gc (net/netfilter/ipset/ip_set_list_set.c:578)\n   call_timer_fn (kernel/time/timer.c:1748)\n   __run_timers (kernel/time/timer.c:1799 kernel/time/timer.c:2374)\n   run_timer_softirq (kernel/time/timer.c:2405)\n   </IRQ>\n  Kernel panic - not syncing: Fatal exception in interrupt"
                }
            ],
            "affected": [
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "unaffected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "net/netfilter/ipset/ip_set_core.c"
                    ],
                    "versions": [
                        {
                            "version": "9076aea76538556224e7d73ab718f8841330818a",
                            "lessThan": "97a01de0c6321b7210d30d0a4d60f10f561097c7",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "9076aea76538556224e7d73ab718f8841330818a",
                            "lessThan": "c21afc7c216a4d257a4f3f300e0791890bc846b9",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "9076aea76538556224e7d73ab718f8841330818a",
                            "lessThan": "b0aab9dd1a348b99d75ff52765719d0cc2050630",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "9076aea76538556224e7d73ab718f8841330818a",
                            "lessThan": "b891e7a6bb06e0f6560e5932665ac660acd12225",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "9076aea76538556224e7d73ab718f8841330818a",
                            "lessThan": "20cb13a523f0a05cb2d0a7d72abae687683712e0",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "9076aea76538556224e7d73ab718f8841330818a",
                            "lessThan": "cb20da33839f28f590c99f16bafaa6151451c0e8",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "9076aea76538556224e7d73ab718f8841330818a",
                            "lessThan": "24ffcb1e1688c55fd2a505f064295cd28eac546d",
                            "status": "affected",
                            "versionType": "git"
                        },
                        {
                            "version": "9076aea76538556224e7d73ab718f8841330818a",
                            "lessThan": "0c88868271653537ed443272dd8e7d13634d214b",
                            "status": "affected",
                            "versionType": "git"
                        }
                    ]
                },
                {
                    "product": "Linux",
                    "vendor": "Linux",
                    "defaultStatus": "affected",
                    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                    "programFiles": [
                        "net/netfilter/ipset/ip_set_core.c"
                    ],
                    "versions": [
                        {
                            "version": "3.8",
                            "status": "affected"
                        },
                        {
                            "version": "0",
                            "lessThan": "3.8",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.10.266",
                            "lessThanOrEqual": "5.10.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "5.15.217",
                            "lessThanOrEqual": "5.15.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.1.184",
                            "lessThanOrEqual": "6.1.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.6.153",
                            "lessThanOrEqual": "6.6.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.12.105",
                            "lessThanOrEqual": "6.12.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "6.18.46",
                            "lessThanOrEqual": "6.18.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "7.1.10",
                            "lessThanOrEqual": "7.1.*",
                            "status": "unaffected",
                            "versionType": "semver"
                        },
                        {
                            "version": "7.2",
                            "lessThanOrEqual": "*",
                            "status": "unaffected",
                            "versionType": "original_commit_for_fix"
                        }
                    ]
                }
            ],
            "cpeApplicability": [
                {
                    "nodes": [
                        {
                            "operator": "OR",
                            "negate": false,
                            "cpeMatch": [
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.8",
                                    "versionEndExcluding": "5.10.266"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.8",
                                    "versionEndExcluding": "5.15.217"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.8",
                                    "versionEndExcluding": "6.1.184"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.8",
                                    "versionEndExcluding": "6.6.153"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.8",
                                    "versionEndExcluding": "6.12.105"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.8",
                                    "versionEndExcluding": "6.18.46"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.8",
                                    "versionEndExcluding": "7.1.10"
                                },
                                {
                                    "vulnerable": true,
                                    "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                                    "versionStartIncluding": "3.8",
                                    "versionEndExcluding": "7.2"
                                }
                            ]
                        }
                    ]
                }
            ],
            "references": [
                {
                    "url": "https://git.kernel.org/stable/c/97a01de0c6321b7210d30d0a4d60f10f561097c7"
                },
                {
                    "url": "https://git.kernel.org/stable/c/c21afc7c216a4d257a4f3f300e0791890bc846b9"
                },
                {
                    "url": "https://git.kernel.org/stable/c/b0aab9dd1a348b99d75ff52765719d0cc2050630"
                },
                {
                    "url": "https://git.kernel.org/stable/c/b891e7a6bb06e0f6560e5932665ac660acd12225"
                },
                {
                    "url": "https://git.kernel.org/stable/c/20cb13a523f0a05cb2d0a7d72abae687683712e0"
                },
                {
                    "url": "https://git.kernel.org/stable/c/cb20da33839f28f590c99f16bafaa6151451c0e8"
                },
                {
                    "url": "https://git.kernel.org/stable/c/24ffcb1e1688c55fd2a505f064295cd28eac546d"
                },
                {
                    "url": "https://git.kernel.org/stable/c/0c88868271653537ed443272dd8e7d13634d214b"
                }
            ],
            "title": "netfilter: ipset: fix refcount race between list:set GC and swap",
            "x_generator": {
                "engine": "bippy-1.2.0"
            }
        }
    }
}