CVE-2026-52988
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIn the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: join hook list via splice_list_rcu() in commit phase Publish new hooks in the list into the basechain/flowtable using splice_list_rcu() to ensure netlink dump list traversal via rcu is safe while concurrent ruleset update is going on.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceRace condition in Linux kernel's nf_tables subsystem where concurrent ruleset updates could cause unsafe list traversal during netlink dump operations. The vulnerability occurs because hook list traversal wasn't properly RCU-protected, potentially leading to use-after-free or memory corruption when hooks are modified while being dumped.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 5.8, < 7.0.10= 7.1CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check kernel version against affected rangeRun 'uname -r' to get the running kernel version. Compare the version number to the affected ranges: >= 5.8 AND < 7.0.10, OR exactly 7.1Affected if The kernel version falls within >= 5.8, < 7.0.10 or equals 7.1
-
Verify nf_tables module is loadedRun 'lsmod | grep nf_tables' to check if the nf_tables module is currently loaded in memoryAffected if The nf_tables module is loaded and actively running
-
Check for active nftables rulesRun 'nft list tables' or check /sys/kernel/debug/nf_tables/ for active table entries to determine if nftables rules are configuredAffected if nftables tables or rules exist, indicating the feature is in use
-
Identify netlink dump activityMonitor netlink socket activity using 'ss -x | grep nfnetlink' or capture netlink traffic to observe nf_tables netlink dump operations occurringAffected if Active netlink dump operations on nf_tables sockets are observable
A system is affected if it runs a kernel version in the range >= 5.8 and < 7.0.10 or exactly version 7.1, and has nf_tables loaded with active rules that could be concurrently modified while netlink dump operations are in progress.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped7.0.10
Apply the patched Linux kernel version containing the splice_list_rcu() fix for safe RCU-protected hook list operations in the commit phase.
Linux Kernel 7.0.10 or later (7.1.1+, avoiding the vulnerable 7.1.0)
- Identify the current kernel version using `uname -r` or `cat /proc/version`
- Check if the system is running an affected version (>= 5.8, < 7.0.10 or exactly 7.1)
- Schedule a maintenance window for the kernel upgrade
- Update the Linux kernel package to version 7.0.10 or later (recommended: latest stable 7.x release such as 7.1.1 or later that includes the fix)
- Reboot the system to load the new kernel
- Verify the new kernel version is running using `uname -r`
- Confirm the nf_tables module is loaded and functioning properly using `lsmod | grep nf_tables` and checking nftables rules if applicable
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Testing8.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,064.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-52988 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-52988 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data