Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-23016— inet: frags: drop fraglist conntrack references

Quick assessment

Affected
Linux Linux
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于fraglist未释放连接跟踪引用,可能导致内存泄露和连接清理阻塞。

AI Predicted 5.3 Difficulty: Moderate EPSS 0.13% · P3

Possible ATT&CK Techniques 1 AI

T1059 · Command and Scripting Interpreter

Affected Version Matrix 6

VendorProduct Version RangeStatus
Linux Linux 6471658dc66c670580a7616e75f51b52917e7883< 088ca99dbb039c444c3ff987c5412a73f4f0cbf8 affected
6471658dc66c670580a7616e75f51b52917e7883< 2ef02ac38d3c17f34a00c4b267d961a8d4b45d1a affected
6.18 affected
< 6.18 unaffected
6.18.6≤ 6.18.* unaffected
6.19≤ * unaffected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-23016

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
inet: frags: drop fraglist conntrack references
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: inet: frags: drop fraglist conntrack references Jakub added a warning in nf_conntrack_cleanup_net_list() to make debugging leaked skbs/conntrack references more obvious. syzbot reports this as triggering, and I can also reproduce this via ip_defrag.sh selftest: conntrack cleanup blocked for 60s WARNING: net/netfilter/nf_conntrack_core.c:2512 [..] conntrack clenups gets stuck because there are skbs with still hold nf_conn references via their frag_list. net.core.skb_defer_max=0 makes the hang disappear. Eric Dumazet points out that skb_release_head_state() doesn't follow the fraglist. ip_defrag.sh can only reproduce this problem since commit 6471658dc66c ("udp: use skb_attempt_defer_free()"), but AFAICS this problem could happen with TCP as well if pmtu discovery is off. The relevant problem path for udp is: 1. netns emits fragmented packets 2. nf_defrag_v6_hook reassembles them (in output hook) 3. reassembled skb is tracked (skb owns nf_conn reference) 4. ip6_output refragments 5. refragmented packets also own nf_conn reference (ip6_fragment calls ip6_copy_metadata()) 6. on input path, nf_defrag_v6_hook skips defragmentation: the fragments already have skb->nf_conn attached 7. skbs are reassembled via ipv6_frag_rcv() 8. skb_consume_udp -> skb_attempt_defer_free() -> skb ends up in pcpu freelist, but still has nf_conn reference. Possible solutions: 1 let defrag engine drop nf_conn entry, OR 2 export kick_defer_list_purge() and call it from the conntrack netns exit callback, OR 3 add skb_has_frag_list() check to skb_attempt_defer_free() 2 & 3 also solve ip_defrag.sh hang but share same drawback: Such reassembled skbs, queued to socket, can prevent conntrack module removal until userspace has consumed the packet. While both tcp and udp stack do call nf_reset_ct() before placing skb on socket queue, that function doesn't iterate frag_list skbs. Therefore drop nf_conn entries when they are placed in defrag queue. Keep the nf_conn entry of the first (offset 0) skb so that reassembled skb retains nf_conn entry for sake of TX path. Note that fixes tag is incorrect; it points to the commit introducing the 'ip_defrag.sh reproducible problem': no need to backport this patch to every stable kernel.
Source: CVE Program / CVE List V5
CVSS Information
N/A
Source: CVE Program / CVE List V5
Vulnerability Type
N/A
Source: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于fraglist未释放连接跟踪引用,可能导致内存泄露和连接清理阻塞。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
Linux Linux 6471658dc66c670580a7616e75f51b52917e7883 ~ 088ca99dbb039c444c3ff987c5412a73f4f0cbf8 -
Linux Linux 6.18 -

II. Public POCs for CVE-2026-23016

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-23016

登录查看更多情报信息。

Same Patch Batch · Linux · 2026-01-31 · 37 CVEs total

CVE-2025-71183 9.1 CRITICAL btrfs: always detect conflicting inodes when logging inode refs
CVE-2026-23019 net: marvell: prestera: fix NULL dereference on devlink_alloc() failure
CVE-2025-71187 dmaengine: sh: rz-dmac: fix device leak on probe failure
CVE-2025-71186 dmaengine: stm32: dmamux: fix device leak on route allocation
CVE-2025-71185 dmaengine: ti: dma-crossbar: fix device leak on am335x route allocation
CVE-2026-23024 idpf: fix memory leak of flow steer list on rmmod
CVE-2026-23023 idpf: fix memory leak in idpf_vport_rel()
CVE-2026-23022 idpf: fix memory leak in idpf_vc_core_deinit()
CVE-2026-23021 net: usb: pegasus: fix memory leak in update_eth_regs_async()
CVE-2026-23020 net: 3com: 3c59x: fix possible null dereference in vortex_probe1()
CVE-2025-71189 dmaengine: dw: dmamux: fix OF node leak on route allocation failure
CVE-2026-23018 btrfs: release path before initializing extent tree in btrfs_read_locked_inode()
CVE-2026-23017 idpf: fix error handling in the init_task on load
CVE-2026-23015 gpio: mpsse: fix reference leak in gpio_mpsse_probe() error paths
CVE-2025-71184 btrfs: fix NULL dereference on root when tracing inode eviction
CVE-2025-71182 can: j1939: make j1939_session_activate() fail if device is no longer registered
CVE-2025-71181 rust_binder: remove spin_lock() in rust_shrink_free_page()
CVE-2025-71180 counter: interrupt-cnt: Drop IRQF_NO_THREAD flag
CVE-2026-23031 can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak
CVE-2026-23039 drm/gud: fix NULL fb and crtc dereferences on USB disconnect

Showing top 20 of 37 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-23016

No comments yet


Leave a comment