PT-2026-36446 · Linux · Linux Kernel
Syzbot
·
Published
2026-03-30
·
Updated
2026-05-02
·
CVE-2026-43029
CVSS v2.0
7.8
High
| Vector | AV:N/AC:L/Au:N/C:N/I:N/A:C |
Name of the Vulnerable Software and Affected Versions
Linux kernel version 6.19.0-rc8
Description
A soft lockup can occur in the
mptcp recvmsg() function. When receiving data with MSG PEEK and MSG WAITALL flags, the socket buffer (skb) is not removed from the sk receive queue. This causes the sk wait data() function to continuously find available data without performing an actual wait, resulting in an infinite loop and a system soft lockup.Recommendations
Update the Linux kernel to a version where the
mptcp recvmsg() function has been patched to include a last parameter for tracking the last peeked socket buffer.Fix
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Linux Kernel