Skip to main content

Linux Kernel CVE-2026-53274

| EUVDEUVD-2026-39225 MEDIUM
2026-06-25 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-22m3-g27g-5h2v
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
5.5 MEDIUM

Local access with low privileges suffices via socket API; no confidentiality or integrity impact; high availability loss from kworker exhaustion confirms A:H with unchanged scope.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from NVD.

CVSS VectorNVD

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 08, 2026 - 04:17 vuln.today
CVSS changed
Jul 08, 2026 - 04:07 NVD
5.5 (MEDIUM)
Patch available
Jun 25, 2026 - 10:32 EUVD
CVE Published
Jun 25, 2026 - 09:16 nvd
MEDIUM 5.5
CVE Published
Jun 25, 2026 - 09:16 cve.org
UNKNOWN (no severity yet)

DescriptionNVD

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.

AnalysisAI

Sleep-inside-lock in the Linux kernel's SMC networking subsystem (__smc_setsockopt()) allows a local low-privilege user to hold the socket lock indefinitely, exhausting kernel worker threads and triggering the hung task watchdog - producing a local denial of service. Affected systems must have the net/smc module loaded and a user-space mechanism (userfaultfd or FUSE) available to stall the in-kernel copy operation. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Recon
Open SMC socket as low-privilege local user
Delivery
Pass userfaultfd/FUSE-backed optval to setsockopt()
Exploit
copy_from_sockptr() blocks while holding lock_sock()
Install
Issue concurrent shutdown() on same socket
C2
Teardown work queues on kworkers blocked waiting for lock
Execute
kworker pool exhausted
Impact
Hung task watchdog fires, system-wide DoS

Vulnerability AssessmentAI

Exploitation Exploitation requires a local shell account with the ability to open SMC sockets - meaning the `net/smc` kernel module must be loaded or auto-loadable on the target system. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The CVSS 3.1 vector (AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H, score 5.5) accurately captures the local, low-complexity, low-privilege denial-of-service profile with no confidentiality or integrity impact. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario A local unprivileged user on a multi-tenant Linux host opens an SMC socket and calls `setsockopt()` with an `optval` pointer backed by a userfaultfd-monitored memory page. The kernel's `copy_from_sockptr()` blocks inside `lock_sock()`, holding the socket lock indefinitely. …
Remediation The primary fix is to upgrade to a patched Linux kernel: 6.1.176 or later for the 6.1.x LTS tree, 6.6.143 or later for the 6.6.x LTS tree, 6.12.94 or later for the 6.12.x tree, 6.18.36 or later for the 6.18.x tree, or 7.0.13/7.1 for the mainline tree. … Detailed patch versions, workarounds, and compensating controls in full report.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

CVE-2026-53274 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy