PT-2026-36433 · Linux · Linux Kernel
Syzbot
·
Published
2026-04-01
·
Updated
2026-05-26
·
CVE-2026-43016
CVSS v3.1
7.8
High
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel (affected versions not specified)
Description
A use-after-free issue exists in the Linux kernel within the
sk psock verdict data ready() function. The problem occurs in unix stream sendmsg() when the peer socket's sk data ready() is called after the unix state lock() has been dropped. While the sender socket maintains the peer's reference count, it does not prevent the peer's sock orphan() process, which can lead to the peer's sk socket being freed after one RCU (Read-Copy-Update) grace period. RCU is a synchronization mechanism that allows multiple readers to access data while a writer updates it. This can result in a slab-use-after-free when accessing sk->sk socket and sk->sk socket->ops.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel