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.
The mptcp_pm_add_timer() function is invoked as a timer callback in softirq context. In this context, to prevent data-races, it is necessary to acquire socket lock using bh_lock_sock(). Without this mechanism, concurrent access to protected resources from different execution contexts is possible. The patch introduces retry after a short time if the socket is currently busy — similar to the keepalive timer behavior.
An attacker or malicious process can compromise the confidentiality, integrity, and availability of the system by exploiting a data-race in MPTCP connection management.
Apply patches available from the vendor according to references (commits available in kernel.org repository: 013dcdc1, 2ad56e43, 5cd6e0ad, 6e4710d7, cc3c0399).
Linux kernel with MPTCP support — versions indicated in vendor references (upstream and stable commits).
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:HLinux Kernel
OSLinux7.15.11 – 5.15.210 (bez)5.16 – 6.1.176 (bez)6.2 – 6.6.141 (bez)5.10 – 5.10.259 (bez)6.13 – 6.18.30 (bez)6.19 – 7.0.7 (bez)6.7 – 6.12.91 (bez)
Related vulnerabilities
Type confusion w V8 (Google Chrome) — zdalne uszkodzenie sterty
Commvault Command Center – nieuwierzytelniony RCE przez path traversal w ZIP
IBM Aspera Faspex 4.4.2 Patch Level 1 and earlier could allow a remote attacker to execute arbitrary code on t...
VMware Workspace ONE Access and Identity Manager contain a remote code execution vulnerability due to server-s...
VMware Workspace One Access, Access Connector, Identity Manager, and Identity Manager Connector address have a...