In the Linux kernel, the following vulnerability has been...
Critical severity
Unreviewed
Published
May 28, 2026
to the GitHub Advisory Database
•
Updated Jun 24, 2026
Description
Published by the National Vulnerability Database
May 28, 2026
Published to the GitHub Advisory Database
May 28, 2026
Last updated
Jun 24, 2026
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.
References