CVE-2026-23351

HIGH EPSS 2.1%
Published Mar 25, 20263mo ago · Modified Jun 17, 20261w ago
7.8 CVSS 3.1
High
Find Similar
Published Mar 25, 2026 3mo ago
Last Modified Jun 17, 2026 1w ago

Description

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").

CVSS Details

Base Score
7.8
Exploitability
1.8
Impact
5.9
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability High

Threat Intelligence

EPSS Exploit Probability
2.1% percentile
Exploit & Patch Status
No Known Exploit
Patch Available

Weaknesses 1

CWE-416 Use After Free Memory Safety

Affected Products 15

VendorProductVersionRange
linuxlinux_kernel*≥5.6.1  –  <5.10.253
linuxlinux_kernel*≥5.11  –  <5.15.203
linuxlinux_kernel*≥5.16  –  <6.1.167
linuxlinux_kernel*≥6.2  –  <6.6.130
linuxlinux_kernel*≥6.7  –  <6.12.77
linuxlinux_kernel*≥6.13  –  <6.18.17
linuxlinux_kernel*≥6.19  –  <6.19.7
linuxlinux_kernel5.6any
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any
linuxlinux_kernel7.0any

References 8

  • git.kernel.org https://git.kernel.org/stable/c/16f3595c0441d87dfa005c47d8f95be213afaa9e
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/500a50a301ce962b019ab95053ac70264fec2c21
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/65ca51b9fb85477ab92a04295aed34b38f7c062e
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/7864c667aed01a58b87ca518a631322cd0ac34c0
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/9df95785d3d8302f7c066050117b04cd3c2048c2
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/aff13667708dfa0dce136b8efd81baa9fa6ef261
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/c0f1f85097ac2b6e7d750fe4d05807985cd3fd3a
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/c12d570d71920903a1a0468b7d13b085203d0c93
    Patch

Remediation

  • git.kernel.org https://git.kernel.org/stable/c/16f3595c0441d87dfa005c47d8f95be213afaa9e
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/500a50a301ce962b019ab95053ac70264fec2c21
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/65ca51b9fb85477ab92a04295aed34b38f7c062e
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/7864c667aed01a58b87ca518a631322cd0ac34c0
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/9df95785d3d8302f7c066050117b04cd3c2048c2
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/aff13667708dfa0dce136b8efd81baa9fa6ef261
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/c0f1f85097ac2b6e7d750fe4d05807985cd3fd3a
    Patch
  • git.kernel.org https://git.kernel.org/stable/c/c12d570d71920903a1a0468b7d13b085203d0c93
    Patch