Back to overview

CVE-2026-53274

Description
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoS A logic flaw in __smc_setsockopt() allows a local unprivileged user to cause a Denial of Service (DoS) by holding the socket lock indefinitely. The function __smc_setsockopt() calls copy_from_sockptr() while holding lock_sock(sk). By passing a userfaultfd-monitored memory page (or FUSE-backed memory on systems where unprivileged userfaultfd is disabled) as the optval, an attacker can halt execution during the copy operation, keeping the lock held. Combined with asynchronous tear-down operations like shutdown(), this exhausts the kernel wq (kworkers) and triggers the hung task watchdog. [ 240.123456] INFO: task kworker/u8:2 blocked for more than 120 seconds. [ 240.123489] Call Trace: [ 240.123501] smc_shutdown+... [ 240.123512] lock_sock_nested+... This patch moves the user-space copy outside the lock_sock() critical section to prevent the issue.

Metadata

CVE ID
CVE-2026-53274
State
PUBLISHED
Assigner
Linux
Reserved
2026-06-09 07:44 UTC
Published
2026-06-25 08:39 UTC
Last updated
2026-06-25 08:39 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux a6a6fe27bab48f0d09a64b051e7bde432fcae081 < 35a22117839602bb52283de08894c5a7dde92420, a6a6fe27bab48f0d09a64b051e7bde432fcae081 < 5d27d2ffe487df89ce28fda0410eafa05dbe03a0, a6a6fe27bab48f0d09a64b051e7bde432fcae081 < 89f6fbe0033c942cb790ffd53ca93a45eeaf1c91, a6a6fe27bab48f0d09a64b051e7bde432fcae081 < dcd90f42a33e4220385f27b515183d0c91b2fc4a …
Linux Linux 5.18, 0 < 5.18, 6.1.176 ≤ 6.1.*, 6.6.143 ≤ 6.6.* …
Back to overview