CVE-2026-53274
Gravedad CVSS v3.1:
MEDIA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
25/06/2026
Última modificación:
08/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoS<br />
<br />
A logic flaw in __smc_setsockopt() allows a local unprivileged user to<br />
cause a Denial of Service (DoS) by holding the socket lock indefinitely.<br />
<br />
The function __smc_setsockopt() calls copy_from_sockptr() while holding<br />
lock_sock(sk). By passing a userfaultfd-monitored memory page (or<br />
FUSE-backed memory on systems where unprivileged userfaultfd is disabled)<br />
as the optval, an attacker can halt execution during the copy operation,<br />
keeping the lock held.<br />
<br />
Combined with asynchronous tear-down operations like shutdown(), this<br />
exhausts the kernel wq (kworkers) and triggers the hung task watchdog.<br />
<br />
[ 240.123456] INFO: task kworker/u8:2 blocked for more than 120 seconds.<br />
[ 240.123489] Call Trace:<br />
[ 240.123501] smc_shutdown+...<br />
[ 240.123512] lock_sock_nested+...<br />
<br />
This patch moves the user-space copy outside the lock_sock() critical<br />
section to prevent the issue.
Impacto
Puntuación base 3.x
5.50
Gravedad 3.x
MEDIA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.18 (incluyendo) | 6.1.176 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.143 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.94 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.36 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.13 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/35a22117839602bb52283de08894c5a7dde92420
- https://git.kernel.org/stable/c/5d27d2ffe487df89ce28fda0410eafa05dbe03a0
- https://git.kernel.org/stable/c/89f6fbe0033c942cb790ffd53ca93a45eeaf1c91
- https://git.kernel.org/stable/c/94d286fa5eedc550d42bcb9c85416af8f77736ff
- https://git.kernel.org/stable/c/a3fdd924d88c30b9f488636ce0e4696012cf5511
- https://git.kernel.org/stable/c/dcd90f42a33e4220385f27b515183d0c91b2fc4a



