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

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-23255— net: add proper RCU protection to /proc/net/ptype

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存在安全漏洞,该漏洞源于/proc/net/ptype缺少适当的RCU保护,可能导致读取过时的设备指针。

AI Predicted 5.9 Difficulty: Moderate EPSS 0.11% · P2

Possible ATT&CK Techniques 1 AI

T1068 · Exploitation for Privilege Escalation

Affected Version Matrix 12

VendorProduct Version RangeStatus
Linux Linux 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< e974a10a52618f7f57a4bce173a0ed96acd4e5dc affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 002a73470b56848e4c81efeaaedd471e92d66d8d affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< dcefd3f0b9ed8288654c75254bdcee8e1085e861 affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< 589a530ae44d0c80f523fcfd1a15af8087f27d35 affected
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2< f613e8b4afea0cd17c7168e8b00e25bc8d33175d affected
2.6.12 affected
< 2.6.12 unaffected
6.1.175≤ 6.1.* unaffected
… +4 more rows
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-23255

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
net: add proper RCU protection to /proc/net/ptype
Source: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: net: add proper RCU protection to /proc/net/ptype Yin Fengwei reported an RCU stall in ptype_seq_show() and provided a patch. Real issue is that ptype_seq_next() and ptype_seq_show() violate RCU rules. ptype_seq_show() runs under rcu_read_lock(), and reads pt->dev to get device name without any barrier. At the same time, concurrent writers can remove a packet_type structure (which is correctly freed after an RCU grace period) and clear pt->dev without an RCU grace period. Define ptype_iter_state to carry a dev pointer along seq_net_private: struct ptype_iter_state { struct seq_net_private p; struct net_device *dev; // added in this patch }; We need to record the device pointer in ptype_get_idx() and ptype_seq_next() so that ptype_seq_show() is safe against concurrent pt->dev changes. We also need to add full RCU protection in ptype_seq_next(). (Missing READ_ONCE() when reading list.next values) Many thanks to Dong Chenchen for providing a repro.
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存在安全漏洞,该漏洞源于/proc/net/ptype缺少适当的RCU保护,可能导致读取过时的设备指针。
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 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 ~ e974a10a52618f7f57a4bce173a0ed96acd4e5dc -
Linux Linux 2.6.12 -

II. Public POCs for CVE-2026-23255

# 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-23255

登录查看更多情报信息。

Patches & Fixes for CVE-2026-23255 (4)

Same Patch Batch · Linux · 2026-03-18 · 35 CVEs total

CVE-2026-23246 8.8 HIGH wifi: mac80211: bounds-check link_id in ieee80211_ml_reconfiguration
CVE-2026-23270 7.8 HIGH net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocks
CVE-2026-23268 7.8 HIGH apparmor: fix unprivileged local user can do privileged policy management
CVE-2026-23243 7.8 HIGH RDMA/umad: Reject negative data_len in ib_umad_write
CVE-2026-23245 7.8 HIGH net/sched: act_gate: snapshot parameters with RCU on replace
CVE-2026-23248 7.8 HIGH perf/core: Fix refcount bug and potential UAF in perf_mmap
CVE-2026-23253 7.8 HIGH media: dvb-core: fix wrong reinitialization of ringbuffer on reopen
CVE-2026-23242 7.5 HIGH RDMA/siw: Fix potential NULL pointer dereference in header processing
CVE-2025-71268 7.5 HIGH btrfs: fix reservation leak in some error paths when inserting inline extent
CVE-2025-71269 7.5 HIGH btrfs: do not free data reservation in fallback from inline due to -ENOSPC
CVE-2026-23269 7.1 HIGH apparmor: validate DFA start states are in bounds in unpack_pdb
CVE-2026-23250 xfs: check return value of xchk_scrub_create_subord
CVE-2025-71265 fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadata
CVE-2025-71266 fs: ntfs3: check return value of indx_find to avoid infinite loop
CVE-2025-71267 fs: ntfs3: fix infinite loop triggered by zero-sized ATTR_LIST
CVE-2026-23267 f2fs: fix IS_CHECKPOINTED flag inconsistency issue caused by concurrent atomic commit and
CVE-2026-23266 fbdev: rivafb: fix divide error in nv3_arb()
CVE-2026-23265 f2fs: fix to do sanity check on node footer in {read,write}_end_io
CVE-2026-23244 nvme: fix memory allocation in nvme_pr_read_keys()
CVE-2026-23264 Revert "drm/amd: Check if ASPM is enabled from PCIe subsystem"

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

IV. Related Vulnerabilities

V. Comments for CVE-2026-23255

No comments yet


Leave a comment