CVE-2026-46137
9.8 CRITICALIn the Linux kernel, the following vulnerability has been resolved: mptcp: pm: ADD_ADDR rtx: fix potential data-race This mptcp_pm_add_...
Published: 2026-05-28 · Last updated: 2026-05-30
Severity and scoring
- CVSS
- 9.8 CRITICAL
- Vector
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Description
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: ADD_ADDR rtx: fix potential data-race This mptcp_pm_add_timer() helper is executed as a timer callback in softirq context. To avoid any data races, the socket lock needs to be held with bh_lock_sock(). If the socket is in use, retry again soon after, similar to what is done with the keepalive timer.
Source: NVD
References
- [NVD]https://nvd.nist.gov/vuln/detail/CVE-2026-46137
- [Other]https://git.kernel.org/stable/c/013dcdc1961543b9a3433466bc8c79a2f4ca75b5
- [Other]https://git.kernel.org/stable/c/2ad56e434199ca24a812bb353667aa1c3860f513
- [Other]https://git.kernel.org/stable/c/5cd6e0ad79d2615264f63929f8b457ad97ae550d
- [Other]https://git.kernel.org/stable/c/6e4710d7d8782cb61af29a7e7111ddfc38b9e1a3
- [Other]https://git.kernel.org/stable/c/cc3c0399361efaaf7ae64262eb3f70829b1189c6