Description
In the Linux kernel, the following vulnerability has been resolved:

net/smc: avoid early lgr access in smc_clc_wait_msg

A CLC decline can be received while the handshake is still in an early
stage, before the connection has been associated with a link group.

The decline handling in smc_clc_wait_msg() updates link-group level sync
state for first-contact declines, but that state only exists after link
group setup has completed. Guard the link-group update accordingly and
keep the per-socket peer diagnosis handling unchanged.

This preserves the existing sync_err handling for established link-group
contexts and avoids touching link-group state before it is available.
Published: 2026-05-27
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is located in the Linux kernel’s net/smc subsystem. When a Client Link Control (CLC) decline is received before the link group setup completes, smc_clc_wait_msg() attempts to update link‑group synchronization state that has not yet been initialized. This premature access can lead to undefined behavior. Based on the description, it is inferred that the erroneous state update could trigger kernel instability or a crash, effectively causing a denial‑of‑service condition for services that rely on the SMC interface.

Affected Systems

All Linux kernel releases that include the net/smc subsystem and have not incorporated the commit that added a guard around link‑group updates are potentially vulnerable. This applies to every distribution that ships the unpatched kernel code, regardless of version number, because the flaw resides in the core kernel source.

Risk and Exploitability

The CVSS score of 7.5 indicates a high severity level. The EPSS score of <1% reflects a very low probability of exploitation. The CVE is not listed in the CISA KEV catalog. The vulnerability is reachable only via the SMC network interface, meaning an attacker would need to generate or influence SMC traffic to invoke the bug. This specialized attack surface results in a moderate overall risk, with a low likelihood of successful exploitation in most environments.

Generated by OpenCVE AI on May 30, 2026 at 13:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the kernel patch that adds a guard before updating link‑group state in smc_clc_wait_msg().
  • If an immediate kernel upgrade is infeasible, disable or restrict the SMC network service to prevent processing of SMC traffic.
  • After remediation, monitor system logs for abnormal link‑group synchronization events or kernel panics to confirm successful mitigation.

Generated by OpenCVE AI on May 30, 2026 at 13:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 16 Jun 2026 16:00:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo

Mon, 01 Jun 2026 17:00:00 +0000


Sat, 30 May 2026 11:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}


Thu, 28 May 2026 04:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-254

Thu, 28 May 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-366
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Wed, 27 May 2026 23:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-254

Wed, 27 May 2026 14:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: net/smc: avoid early lgr access in smc_clc_wait_msg A CLC decline can be received while the handshake is still in an early stage, before the connection has been associated with a link group. The decline handling in smc_clc_wait_msg() updates link-group level sync state for first-contact declines, but that state only exists after link group setup has completed. Guard the link-group update accordingly and keep the per-socket peer diagnosis handling unchanged. This preserves the existing sync_err handling for established link-group contexts and avoids touching link-group state before it is available.
Title net/smc: avoid early lgr access in smc_clc_wait_msg
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-14T17:48:56.975Z

Reserved: 2026-05-13T15:03:33.093Z

Link: CVE-2026-46027

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-27T14:17:21.303

Modified: 2026-06-16T15:54:28.967

Link: CVE-2026-46027

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-05-27T00:00:00Z

Links: CVE-2026-46027 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-05-30T14:00:07Z

Weaknesses