3 matches found
CVE-2026-97524
The Linux kernel contains a vulnerability in the mptcp component where the receive path can recursively call mptcp_data_ready() during specific error conditions. This recursion attempts to hold the data lock again, potentially causing issues. The fix involves breaking the recursion loop by explic...
CVE-2026-97524 mptcp: avoid unneeded actions on subflow reset
In the Linux kernel, the following vulnerability has been resolved: mptcp: avoid unneeded actions on subflow reset Once in a blue moon, the mptcp receive path can recursively call mptcpdataready via state change under unlucky error conditions, and then try to hold the data lock again. Break the...
CVE-2026-97524
In the Linux kernel, the following vulnerability has been resolved: mptcp: avoid unneeded actions on subflow reset Once in a blue moon, the mptcp receive path can recursively call mptcpdataready via state change under unlucky error conditions, and then try to hold the data lock again. Break the...