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

Goal: 1000 CNY · Raised: 1325 CNY

100%

CVE-2026-53175— inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush

AI Predicted 7.8 Difficulty: Hard EPSS 0.18% · P7
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2026-53175

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: fix use-after-free caused by the fqdir_pre_exit() flush
Source: NVD (National Vulnerability Database)
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: inet: frags: fix use-after-free caused by the fqdir_pre_exit() flush On netns teardown, fqdir_pre_exit() walks the fqdir rhashtable and flushes every fragment queue that is not yet complete using inet_frag_queue_flush(). That helper frees all the skbs queued on the fragment queue but does not set INET_FRAG_COMPLETE, and leaves q->fragments_tail and q->last_run_head pointing at the freed skbs. The queue itself stays in the rhashtable. fqdir_pre_exit() first lowers high_thresh to 0 to stop new queue lookups, but it cannot stop a fragment that already obtained the queue through inet_frag_find() earlier and stalled just before taking the queue lock. Once that fragment resumes after the flush and takes the queue lock, it passes the INET_FRAG_COMPLETE check and then dereferences the freed fragments_tail. inet_frag_queue_insert() reads FRAG_CB() and ->len of that pointer and, on the append path, writes ->next_frag, causing a slab use-after-free. IPv6, nf_conntrack_reasm6 and 6lowpan reassembly share the same flush path and are affected as well. Reset rb_fragments, fragments_tail and last_run_head in inet_frag_queue_flush() so a flushed queue no longer points at the freed skbs. A fragment that resumes after the flush and takes the queue lock then finds an empty queue and starts a new run instead of dereferencing the freed fragments_tail. ip_frag_reinit() already performed this reset after its own flush, so drop the now duplicate code there.
Source: NVD (National Vulnerability Database)
CVSS Information
N/A
Source: NVD (National Vulnerability Database)
Vulnerability Type
N/A
Source: NVD (National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
LinuxLinux 22ee4010866da81aeee08e1ea3fddbe418feb212 ~ 0e823ca0e7391630784ae7dd0981b7ad170a93d9 -
LinuxLinux 6.19 -

II. Public POCs for CVE-2026-53175

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-53175

登录查看更多情报信息。

Patches & Fixes for CVE-2026-53175 (3)

Other References for CVE-2026-53175 (2)

Same Patch Batch · Linux · 2026-06-25 · 147 CVEs total

CVE-2026-53187RDMA/core: Validate cpu_id against nr_cpu_ids in DMAH alloc
CVE-2026-53167fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios
CVE-2026-53168fuse: reject fuse_notify() pagecache ops on directories
CVE-2026-53169accel/ethosu: reject NPU_OP_RESIZE commands from userspace
CVE-2026-53171accel/ethosu: fix arithmetic issues in dma_length()
CVE-2026-53170accel/ethosu: reject DMA commands with uninitialized length
CVE-2026-53172accel/ethosu: fix IFM region index out-of-bounds in command stream parser
CVE-2026-53174ovl: keep err zero after successful ovl_cache_get()
CVE-2026-53173accel/ethosu: fix OOB write in ethosu_gem_cmdstream_copy_and_validate()
CVE-2026-53177bnxt_en: Fix NULL pointer dereference
CVE-2026-53176IB/isert: Reject login PDUs shorter than ISER_HEADERS_LEN
CVE-2026-53178staging: rtl8723bs: rtw_mlme: add bounds checks before ie_length subtraction
CVE-2026-53180timers/migration: Fix livelock in tmigr_handle_remote_up()
CVE-2026-53179staging: rtl8723bs: fix buffer over-read in rtw_update_protection
CVE-2026-53181vsock/vmci: fix sk_ack_backlog leak on failed handshake
CVE-2026-53182wifi: nl80211: reject oversized EMA RNR lists
CVE-2026-53183mptcp: allow subflow rcv wnd to shrink
CVE-2026-53184udp: clear skb->dev before running a sockmap verdict
CVE-2026-53185zram: fix use-after-free in zram_bvec_write_partial()
CVE-2026-53197xfrm: iptfs: fix ABBA deadlock in iptfs_destroy_state()

Showing top 20 of 147 CVEs. View all on vendor page → →

IV. Related Vulnerabilities

V. Comments for CVE-2026-53175

No comments yet


Leave a comment