CVE-2026-80986

Linux · Kernel

A slab out of bounds read vulnerability exists in the Linux kernel's SMC-Rv2 implementation, triggered when processing LLC messages on links with limited receive buffers.

Executive summary

A critical out of bounds memory read vulnerability in the Linux kernel's SMC-Rv2 subsystem could allow an attacker to trigger system instability or potential memory disclosure.

Vulnerability

This is an out of bounds memory read vulnerability within the Shared Memory Communications over RDMA (SMC-Rv2) implementation. The flaw occurs in the smc_llc_save_add_link_rkeys function because the kernel incorrectly calculates the memory offset for the v2 extension when processing link addition messages, leading to an out of bounds read of the slab memory.

Business impact

The vulnerability carries a CVSS score of 9.8, indicating a critical severity level. An unauthenticated remote attacker could potentially trigger this memory access error, which results in kernel-level memory reads. This could lead to system crashes causing denial of service, or potentially facilitate the extraction of sensitive information from kernel memory, impacting the integrity and availability of the underlying infrastructure.

Remediation

Immediate Action: Update the Linux kernel to version 6.18.50, 7.2.4, or later versions where the fix has been backported. Administrators should apply the relevant patches from the stable kernel tree if an immediate upgrade to the latest version is not feasible.

Proactive Monitoring: Monitor system logs for KASAN (Kernel Address Sanitizer) reports or kernel panic events specifically mentioning smc_llc_save_add_link_rkeys. High frequencies of these errors may indicate an ongoing exploitation attempt.

Compensating Controls: If patching is delayed, restrict access to the affected network interfaces or disable the SMC-Rv2 protocol if it is not required for production workloads. Implementation of network-level security controls to filter malicious or malformed LLC messages can also reduce the attack surface.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

Given the critical CVSS score and the potential for kernel-level memory access, this vulnerability should be treated with high priority. Organizations utilizing the Linux kernel in network-intensive environments should verify their current version and schedule the necessary kernel updates immediately. Patching remains the only definitive method to resolve the memory management flaw.

More Linux CVEs all →

History

CVE Brief tracked this CVE 2 days before it had a CVSS score.

  1. Disclosed CVE record published
  2. Collected by CVE Brief No CVSS score yet; tracked as early warning
  3. CVSS score assigned 9.8 (3.1)
  4. Analyst report written

Sources