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 rhashtab…
Critical CVSS 9.8
Summary
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 rha…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/010c3313a4d178dc2d3ce958d2e5cb055e2864c1 Patch
- https://git.kernel.org/stable/c/0e823ca0e7391630784ae7dd0981b7ad170a93d9 Patch
- https://git.kernel.org/stable/c/32594b09854970d7ba83eb2dc8c69a2edd158c8e Patch
- https://git.kernel.org/stable/c/89b909e9704587bfecc1aab1d37e98faee03b9f9 Patch
- https://git.kernel.org/stable/c/c22599cc90e1cd5f8129c8670bd68a02ff7177b4 Patch
- https://access.redhat.com/security/cve/CVE-2026-53175 Third Party Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2492840 Issue Tracking
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53175.json Third Party Advisory
Timeline
- nvd_ingest NVD