Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-23351
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-25 Mar, 2026 | 10:27
Updated At-11 May, 2026 | 22:05
Rejected At-
▼CVE Numbering Authority (CNA)
netfilter: nft_set_pipapo: split gc into unlink and reclaim phase

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_pipapo: split gc into unlink and reclaim phase Yiming Qian reports Use-after-free in the pipapo set type: Under a large number of expired elements, commit-time GC can run for a very long time in a non-preemptible context, triggering soft lockup warnings and RCU stall reports (local denial of service). We must split GC in an unlink and a reclaim phase. We cannot queue elements for freeing until pointers have been swapped. Expired elements are still exposed to both the packet path and userspace dumpers via the live copy of the data structure. call_rcu() does not protect us: dump operations or element lookups starting after call_rcu has fired can still observe the free'd element, unless the commit phase has made enough progress to swap the clone and live pointers before any new reader has picked up the old version. This a similar approach as done recently for the rbtree backend in commit 35f83a75529a ("netfilter: nft_set_rbtree: don't gc elements on insert").

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • include/net/netfilter/nf_tables.h
  • net/netfilter/nf_tables_api.c
  • net/netfilter/nft_set_pipapo.c
  • net/netfilter/nft_set_pipapo.h
Default Status
unaffected
Versions
Affected
  • From 3c4287f62044a90e73a561aa05fc46e62da173da before 65ca51b9fb85477ab92a04295aed34b38f7c062e (git)
  • From 3c4287f62044a90e73a561aa05fc46e62da173da before c0f1f85097ac2b6e7d750fe4d05807985cd3fd3a (git)
  • From 3c4287f62044a90e73a561aa05fc46e62da173da before 16f3595c0441d87dfa005c47d8f95be213afaa9e (git)
  • From 3c4287f62044a90e73a561aa05fc46e62da173da before 7864c667aed01a58b87ca518a631322cd0ac34c0 (git)
  • From 3c4287f62044a90e73a561aa05fc46e62da173da before c12d570d71920903a1a0468b7d13b085203d0c93 (git)
  • From 3c4287f62044a90e73a561aa05fc46e62da173da before 500a50a301ce962b019ab95053ac70264fec2c21 (git)
  • From 3c4287f62044a90e73a561aa05fc46e62da173da before aff13667708dfa0dce136b8efd81baa9fa6ef261 (git)
  • From 3c4287f62044a90e73a561aa05fc46e62da173da before 9df95785d3d8302f7c066050117b04cd3c2048c2 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • include/net/netfilter/nf_tables.h
  • net/netfilter/nf_tables_api.c
  • net/netfilter/nft_set_pipapo.c
  • net/netfilter/nft_set_pipapo.h
Default Status
affected
Versions
Affected
  • 5.6
Unaffected
  • From 0 before 5.6 (semver)
  • From 5.10.253 through 5.10.* (semver)
  • From 5.15.203 through 5.15.* (semver)
  • From 6.1.167 through 6.1.* (semver)
  • From 6.6.130 through 6.6.* (semver)
  • From 6.12.77 through 6.12.* (semver)
  • From 6.18.17 through 6.18.* (semver)
  • From 6.19.7 through 6.19.* (semver)
  • From 7.0 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
3.17.8HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Version: 3.1
Base score: 7.8
Base severity: HIGH
Vector:
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/65ca51b9fb85477ab92a04295aed34b38f7c062e
N/A
https://git.kernel.org/stable/c/c0f1f85097ac2b6e7d750fe4d05807985cd3fd3a
N/A
https://git.kernel.org/stable/c/16f3595c0441d87dfa005c47d8f95be213afaa9e
N/A
https://git.kernel.org/stable/c/7864c667aed01a58b87ca518a631322cd0ac34c0
N/A
https://git.kernel.org/stable/c/c12d570d71920903a1a0468b7d13b085203d0c93
N/A
https://git.kernel.org/stable/c/500a50a301ce962b019ab95053ac70264fec2c21
N/A
https://git.kernel.org/stable/c/aff13667708dfa0dce136b8efd81baa9fa6ef261
N/A
https://git.kernel.org/stable/c/9df95785d3d8302f7c066050117b04cd3c2048c2
N/A
Hyperlink: https://git.kernel.org/stable/c/65ca51b9fb85477ab92a04295aed34b38f7c062e
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/c0f1f85097ac2b6e7d750fe4d05807985cd3fd3a
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/16f3595c0441d87dfa005c47d8f95be213afaa9e
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/7864c667aed01a58b87ca518a631322cd0ac34c0
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/c12d570d71920903a1a0468b7d13b085203d0c93
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/500a50a301ce962b019ab95053ac70264fec2c21
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/aff13667708dfa0dce136b8efd81baa9fa6ef261
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/9df95785d3d8302f7c066050117b04cd3c2048c2
Resource: N/A
Details not found