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
Configurations
Configuration 1 (hide)
|
History
24 Jun 2026, 17:32
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Linux |
|
| CWE | CWE-362 | |
| References | () https://git.kernel.org/stable/c/013dcdc1961543b9a3433466bc8c79a2f4ca75b5 - Patch | |
| References | () https://git.kernel.org/stable/c/23079e0b7742ec114d3507c3e3aad01b7b69e4af - Patch | |
| References | () https://git.kernel.org/stable/c/2ad56e434199ca24a812bb353667aa1c3860f513 - Patch | |
| References | () https://git.kernel.org/stable/c/5cd6e0ad79d2615264f63929f8b457ad97ae550d - Patch | |
| References | () https://git.kernel.org/stable/c/6e4710d7d8782cb61af29a7e7111ddfc38b9e1a3 - Patch | |
| References | () https://git.kernel.org/stable/c/b35605e1f1e877038c8c9d499babbc891cdd234f - Patch | |
| References | () https://git.kernel.org/stable/c/cc3c0399361efaaf7ae64262eb3f70829b1189c6 - Patch | |
| References | () https://git.kernel.org/stable/c/d9b272a85fe6b8f993e37915311e4038c814a533 - Patch | |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* |
19 Jun 2026, 13:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
30 May 2026, 11:17
| Type | Values Removed | Values Added |
|---|---|---|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.8 |
28 May 2026, 10:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-28 10:16
Updated : 2026-06-24 17:32
NVD link : CVE-2026-46137
Mitre link : CVE-2026-46137
CVE.ORG link : CVE-2026-46137
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
