Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2026-46137

Gravedad CVSS v3.1:
CRÍTICA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
28/05/2026
Última modificación:
30/05/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> mptcp: pm: ADD_ADDR rtx: fix potential data-race<br /> <br /> This mptcp_pm_add_timer() helper is executed as a timer callback in<br /> softirq context. To avoid any data races, the socket lock needs to be<br /> held with bh_lock_sock().<br /> <br /> If the socket is in use, retry again soon after, similar to what is done<br /> with the keepalive timer.