In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free in tipc_conn_close(). syzbot reported a null-ptr-deref in tipc_conn_close() during netns dismantle. [0] …
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free in tipc_conn_close(). syzbot reported a null-ptr-deref in tipc_conn_close() during netns dismantle. [0] tipc_topsrv_stop() iterates tipc_net(net)->topsrv->conn_idr and calls tipc_conn_close() for each tipc_conn. The problem is that tipc_conn_close() is called after releasing the IDR lock. At the same time, there might be tipc_conn_recv_work() running and it could call tipc_conn_close() for the same…
In-depth triage · Auto channel
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/03dcdd2558e1e55bf843822fe4363dcb48743f2b Patch
- https://git.kernel.org/stable/c/15a6f4971e2f157d57e09ea748d1fbc714277aa4 Patch
- https://git.kernel.org/stable/c/1dbf7cd2454a28b1da700085b99346b5445aeabb Patch
- https://git.kernel.org/stable/c/3b89e17b2fd64012682bed158d9eb3d2e96dec42 Patch
- https://git.kernel.org/stable/c/50aa2d121bc2cfe2d825f8a331ea75dfaaab6a50 Patch
- https://git.kernel.org/stable/c/667eeab4999e981c96b447a4df5f20bdf5c26f13 Patch
- https://git.kernel.org/stable/c/be4b8392da7978294f2f368799d29dd509fb6c4d Patch
- https://git.kernel.org/stable/c/dab8ded2e5ff41012a6ff400b44dbe76ccf3592a Patch
- https://lists.debian.org/debian-lts-announce/2025/10/msg00007.html Third Party Advisory
- https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html Third Party Advisory
Timeline
- nvd_ingest NVD